#3A428A
A dark, moderate blue closely aligning with Darkslateblue.
About #3A428A
Visually, #3A428A is defined as a moderate blue. Its closest recognized web color is Darkslateblue. In the RGB color space, it consists of 58 red, 66 green, and 138 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 58% cyan and 52% magenta inks. With a hue angle of 234.0 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A428A
RGB58, 66, 138
HSL234.0°, 40.8%, 38.4%
CMYK58%, 52%, 0%, 46%
HSV234.0°, 58.0%, 54.1%
LAB31.0, 19.3, -41.3
XYZ8.3, 6.6, 24.9
Decimal3818122
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.03:1
Text on #FFFFFF
AAA
2.33:1
Text on #000000
FAIL
8.63:1
Text on #F8FAFC
AAA
1.98:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A428A;
}
.text-color {
color: #3A428A;
}
.border-color {
border: 2px solid #3A428A;
}