#3A66A8
A medium, moderate blue closely aligning with Steelblue.
About #3A66A8
The precise color #3A66A8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Steelblue. This translates to an RGB value of rgb(58, 102, 168).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 65% cyan, 39% magenta, 0% yellow, and 34% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A66A8
RGB58, 102, 168
HSL216.0°, 48.7%, 44.3%
CMYK65%, 39%, 0%, 34%
HSV216.0°, 65.5%, 65.9%
LAB43.1, 6.5, -40.0
XYZ13.6, 13.2, 38.9
Decimal3827368
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.76:1
Text on #FFFFFF
AA
3.65:1
Text on #000000
AA Large
5.51:1
Text on #F8FAFC
AA
3.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A66A8;
}
.text-color {
color: #3A66A8;
}
.border-color {
border: 2px solid #3A66A8;
}