CSS Color Background

Blue (Pigment)

Pure CSS color background: #333399. Use this solid color for personal and commercial creative projects.

Preview

Blue (Pigment) solid color background preview (#333399)

Color value: #333399

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #333399; }

HTML Code

<section class="hero blue-pigment-bg"> <h2>Your content</h2> </section> <style> .blue-pigment-bg { background-color: #333399; } </style>