CSS Color Background

Queen Blue

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

Preview

Queen Blue solid color background preview (#436B95)

Color value: #436B95

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #436B95; }

HTML Code

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