#3A507C
A dark, moderate blue closely aligning with Steelblue.
About #3A507C
Visually, #3A507C is defined as a moderate blue. It is closely associated with the named CSS color Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 80, and 124.
If you are designing for print, the four-color process is what matters most. The color uses 53% Cyan, 35% Magenta, 0% Yellow, and 51% Black. The HSL representation is 220.0° hue, 36.3% saturation, and 35.7% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A507C
RGB58, 80, 124
HSL220.0°, 36.3%, 35.7%
CMYK53%, 35%, 0%, 51%
HSV220.0°, 53.2%, 48.6%
LAB34.2, 5.1, -27.6
XYZ8.3, 8.1, 20.2
Decimal3821692
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.02:1
Text on #FFFFFF
AAA
2.62:1
Text on #000000
FAIL
7.67:1
Text on #F8FAFC
AAA
2.23:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A507C;
}
.text-color {
color: #3A507C;
}
.border-color {
border: 2px solid #3A507C;
}