#3A5F8A
A dark, moderate blue closely aligning with Steelblue.
About #3A5F8A
At its core, #3A5F8A is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Steelblue. This translates to an RGB value of rgb(58, 95, 138).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 58% cyan, 31% magenta, 0% yellow, and 46% black. With a hue angle of 212.2 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A5F8A
RGB58, 95, 138
HSL212.2°, 40.8%, 38.4%
CMYK58%, 31%, 0%, 46%
HSV212.2°, 58.0%, 54.1%
LAB39.4, 0.4, -27.9
XYZ10.4, 10.9, 25.6
Decimal3825546
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.60:1
Text on #FFFFFF
AA
3.18:1
Text on #000000
AA Large
6.30:1
Text on #F8FAFC
AA
2.71:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A5F8A;
}
.text-color {
color: #3A5F8A;
}
.border-color {
border: 2px solid #3A5F8A;
}