#3A6DCC
A medium, moderate blue closely aligning with Royalblue.
About #3A6DCC
Visually, #3A6DCC is defined as a moderate blue. Designers often compare it to the standard color Royalblue. This translates to an RGB value of rgb(58, 109, 204).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 72% C, 47% M, 0% Y, and 20% K. The HSL representation is 219.0° hue, 58.9% saturation, and 51.4% lightness.
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#3A6DCC
RGB58, 109, 204
HSL219.0°, 58.9%, 51.4%
CMYK72%, 47%, 0%, 20%
HSV219.0°, 71.6%, 80.0%
LAB47.2, 15.2, -54.3
XYZ18.1, 16.2, 59.3
Decimal3829196
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.95:1
Text on #FFFFFF
AA
4.24:1
Text on #000000
AA Large
4.73:1
Text on #F8FAFC
AA
3.60:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #3A6DCC;
}
.text-color {
color: #3A6DCC;
}
.border-color {
border: 2px solid #3A6DCC;
}