#245F75
A dark, moderate blue closely aligning with Darkslategray.
About #245F75
The precise color #245F75 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkslategray. This translates to an RGB value of rgb(36, 95, 117).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 69% Cyan, 19% Magenta, 0% Yellow, and 54% Black. With a hue angle of 196.3 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#245F75
RGB36, 95, 117
HSL196.3°, 52.9%, 30.0%
CMYK69%, 19%, 0%, 54%
HSV196.3°, 69.2%, 45.9%
LAB37.6, -11.5, -18.0
XYZ8.0, 9.8, 18.3
Decimal2383733
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.07:1
Text on #FFFFFF
AAA
2.97:1
Text on #000000
FAIL
6.76:1
Text on #F8FAFC
AA
2.52:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #245F75;
}
.text-color {
color: #245F75;
}
.border-color {
border: 2px solid #245F75;
}