Shades of Royal Blue #336CD2
Tints of Royal Blue #336CD2
RGB
CMYK
RGB Variations
Color information
#336CD2 (or 0x336CD2) is known color: Royal Blue. HEX triplet: 33, 6C and D2. RGB value is (51,108,210). Sum of RGB (Red+Green+Blue) = 51+108+210=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 210 (82.42% from 255 or 56.91% from 369); Max value from RGB is 210 - color contains mainly: blue. Hex color #336CD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336CD2 is #CC932D. Grayscale: #666666. Windows color (decimal): -13407022 or 13790259. OLE color: 13790259.
HSL color Cylindrical-coordinate representation of color #336CD2: hue angle of 218.49º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #336CD2 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 108 | 210 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.18 |
| HSL | 218.49º | 0.64% | 0.51% | - |
| HSV(B) | 218.49º | 0.76% | 0.82% | - |
| XYZ | 18.36 | 16.08 | 63.11 | - |
| YUV | 102.59 | 188.62 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 108 | 210 | 0.76 | 0.49 | 0 | 0.18 | 218.49 | 0.64 | 0.51 |
| Hex | 33 | 6C | D2 | 4C | 31 | 0 | 12 | DA | 40 | 33 |
| Octal | 63 | 154 | 322 | 114 | 61 | 0 | 22 | 332 | 100 | 63 |
| Binary | 110011 | 1101100 | 11010010 | 1001100 | 110001 | 0 | 10010 | 11011010 | 1000000 | 110011 |
Color Harmonies of #336CD2
Complementary color
Monochromatic Colors of #336CD2
Black with #336CD2
Text Example
Text Example
White with #336CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336CD2; }
p { color: rgb(51,108,210); }
H1.HeaderClassName
{
color: #336CD2;
}
.AnyTagClassName
{
color: #336CD2;
}
</style>
background-color css
<style>
a { background-color: #336CD2; }
a { background-color: rgb(51,108,210); }
div.DivClassName
{
background-color: #336CD2;
}
.BgClassName
{
background-color: #336CD2;
}
</style>
border-color css
<style>
span { border-color: #336CD2; }
span { border-color: rgb(51,108,210); }
td.TdClassName
{
border-color: #336CD2;
}
.TagClassName
{
border-color: #336CD2;
}
</style>