#2C7592
A dark, moderate blue closely aligning with Steelblue.
About #2C7592
Visually, #2C7592 is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Steelblue. Its digital footprint relies on 44 parts red, 117 parts green, and 146 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 70% cyan, 20% magenta, 0% yellow, and 43% black. With a hue angle of 197.1 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C7592
RGB44, 117, 146
HSL197.1°, 53.7%, 37.3%
CMYK70%, 20%, 0%, 43%
HSV197.1°, 69.9%, 57.3%
LAB46.1, -12.8, -22.4
XYZ12.6, 15.3, 29.5
Decimal2913682
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.16:1
Text on #FFFFFF
AA
4.07:1
Text on #000000
AA Large
4.94:1
Text on #F8FAFC
AA
3.46:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C7592;
}
.text-color {
color: #2C7592;
}
.border-color {
border: 2px solid #2C7592;
}