CSS Color Background

Smalt (Dark Powder Blue)

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

Preview

Smalt (Dark Powder Blue) solid color background preview (#003399)

Color value: #003399

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #003399; }

HTML Code

<section class="hero smalt-dark-powder-blue-bg"> <h2>Your content</h2> </section> <style> .smalt-dark-powder-blue-bg { background-color: #003399; } </style>