Shades of Royal Blue #336DE2
Tints of Royal Blue #336DE2
RGB
CMYK
RGB Variations
Color information
#336DE2 (or 0x336DE2) is known color: Royal Blue. HEX triplet: 33, 6D and E2. RGB value is (51,109,226). Sum of RGB (Red+Green+Blue) = 51+109+226=386 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.21% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 226 (88.67% from 255 or 58.55% from 386); Max value from RGB is 226 - color contains mainly: blue. Hex color #336DE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336DE2 is #CC921D. Grayscale: #686868. Windows color (decimal): -13406750 or 14839091. OLE color: 14839091.
HSL color Cylindrical-coordinate representation of color #336DE2: hue angle of 220.11º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #336DE2 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 109 | 226 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.11 |
| HSL | 220.11º | 0.75% | 0.54% | - |
| HSV(B) | 220.11º | 0.77% | 0.89% | - |
| XYZ | 20.56 | 17.13 | 74.17 | - |
| YUV | 105 | 196.28 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 226 | 0.77 | 0.52 | 0 | 0.11 | 220.11 | 0.75 | 0.54 |
| Hex | 33 | 6D | E2 | 4D | 34 | 0 | B | DC | 4B | 36 |
| Octal | 63 | 155 | 342 | 115 | 64 | 0 | 13 | 334 | 113 | 66 |
| Binary | 110011 | 1101101 | 11100010 | 1001101 | 110100 | 0 | 1011 | 11011100 | 1001011 | 110110 |
Color Harmonies of #336DE2
Complementary color
Monochromatic Colors of #336DE2
Black with #336DE2
Text Example
Text Example
White with #336DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336DE2; }
p { color: rgb(51,109,226); }
H1.HeaderClassName
{
color: #336DE2;
}
.AnyTagClassName
{
color: #336DE2;
}
</style>
background-color css
<style>
a { background-color: #336DE2; }
a { background-color: rgb(51,109,226); }
div.DivClassName
{
background-color: #336DE2;
}
.BgClassName
{
background-color: #336DE2;
}
</style>
border-color css
<style>
span { border-color: #336DE2; }
span { border-color: rgb(51,109,226); }
td.TdClassName
{
border-color: #336DE2;
}
.TagClassName
{
border-color: #336DE2;
}
</style>