CSS Color Background

St. Patrick's Blue

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

Preview

St. Patrick's Blue solid color background preview (#23297A)

Color value: #23297A

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #23297A; }

HTML Code

<section class="hero st-patricks-blue-bg"> <h2>Your content</h2> </section> <style> .st-patricks-blue-bg { background-color: #23297A; } </style>