#3A5775
A dark, moderate blue closely aligning with Slategray.
About #3A5775
At its core, #3A5775 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Slategray. This translates to an RGB value of rgb(58, 87, 117).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 50% C, 26% M, 0% Y, and 54% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A5775
RGB58, 87, 117
HSL210.5°, 33.7%, 34.3%
CMYK50%, 26%, 0%, 54%
HSV210.5°, 50.4%, 45.9%
LAB36.0, -1.7, -20.4
XYZ8.4, 9.0, 18.1
Decimal3823477
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.50:1
Text on #FFFFFF
AAA
2.80:1
Text on #000000
FAIL
7.17:1
Text on #F8FAFC
AAA
2.38:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A5775;
}
.text-color {
color: #3A5775;
}
.border-color {
border: 2px solid #3A5775;
}