#3A3A50
A dark, muted blue closely aligning with Darkslategray.
About #3A3A50
At its core, #3A3A50 is a dark and muted hue. If you're using CSS, you might find it aligns closely with Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 58, and 80.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 28% C, 28% M, 0% Y, and 69% 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. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A3A50
RGB58, 58, 80
HSL240.0°, 15.9%, 27.1%
CMYK28%, 28%, 0%, 69%
HSV240.0°, 27.5%, 31.4%
LAB25.3, 5.7, -13.3
XYZ4.7, 4.5, 8.2
Decimal3816016
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.05:1
Text on #FFFFFF
AAA
1.90:1
Text on #000000
FAIL
10.56:1
Text on #F8FAFC
AAA
1.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A3A50;
}
.text-color {
color: #3A3A50;
}
.border-color {
border: 2px solid #3A3A50;
}