#3A758A
A dark, moderate blue closely aligning with Slategray.
About #3A758A
At its core, #3A758A is a dark and moderate hue. It is closely associated with the named CSS color Slategray. Its digital footprint relies on 58 parts red, 117 parts green, and 138 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 58% C, 15% M, 0% Y, and 46% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A758A
RGB58, 117, 138
HSL195.8°, 40.8%, 38.4%
CMYK58%, 15%, 0%, 46%
HSV195.8°, 58.0%, 54.1%
LAB46.3, -12.8, -17.3
XYZ12.7, 15.5, 26.4
Decimal3831178
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.13:1
Text on #FFFFFF
AA
4.09:1
Text on #000000
AA Large
4.91:1
Text on #F8FAFC
AA
3.48:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A758A;
}
.text-color {
color: #3A758A;
}
.border-color {
border: 2px solid #3A758A;
}