#336DC5
A medium, moderate blue closely aligning with Cornflowerblue.
About #336DC5
Visually, #336DC5 is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Cornflowerblue. This translates to an RGB value of rgb(51, 109, 197).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 74% C, 45% M, 0% Y, and 23% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#336DC5
RGB51, 109, 197
HSL216.2°, 58.9%, 48.6%
CMYK74%, 45%, 0%, 23%
HSV216.2°, 74.1%, 77.3%
LAB46.5, 11.6, -51.4
XYZ16.9, 15.7, 55.0
Decimal3370437
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.08:1
Text on #FFFFFF
AA
4.13:1
Text on #000000
AA Large
4.85:1
Text on #F8FAFC
AA
3.51:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #336DC5;
}
.text-color {
color: #336DC5;
}
.border-color {
border: 2px solid #336DC5;
}