#3A3A5F
A dark, muted blue closely aligning with Darkslateblue.
About #3A3A5F
The hex code #3A3A5F represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Darkslateblue. This translates to an RGB value of rgb(58, 58, 95).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 39% C, 39% M, 0% Y, and 63% K. Always request a physical proof before doing a large print run with this exact code.
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#3A3A5F
RGB58, 58, 95
HSL240.0°, 24.2%, 30.0%
CMYK39%, 39%, 0%, 63%
HSV240.0°, 38.9%, 37.3%
LAB26.0, 10.2, -22.0
XYZ5.3, 4.8, 11.5
Decimal3816031
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.77:1
Text on #FFFFFF
AAA
1.95:1
Text on #000000
FAIL
10.29:1
Text on #F8FAFC
AAA
1.66:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A3A5F;
}
.text-color {
color: #3A3A5F;
}
.border-color {
border: 2px solid #3A3A5F;
}