CSS Color Background

Han Blue

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

Preview

Han Blue solid color background preview (#446CCF)

Color value: #446CCF

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #446CCF; }

HTML Code

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