#3A5F7C
A dark, moderate blue closely aligning with Slategray.
About #3A5F7C
At its core, #3A5F7C is a dark and moderate hue. Its closest recognized web color is Slategray. Its digital footprint relies on 58 parts red, 95 parts green, and 124 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 53% C, 23% M, 0% Y, and 51% K. With a hue angle of 206.4 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A5F7C
RGB58, 95, 124
HSL206.4°, 36.3%, 35.7%
CMYK53%, 23%, 0%, 51%
HSV206.4°, 53.2%, 48.6%
LAB38.8, -4.3, -20.4
XYZ9.5, 10.5, 20.6
Decimal3825532
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.76:1
Text on #FFFFFF
AA
3.11:1
Text on #000000
AA Large
6.46:1
Text on #F8FAFC
AA
2.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A5F7C;
}
.text-color {
color: #3A5F7C;
}
.border-color {
border: 2px solid #3A5F7C;
}