Shades of Royal Blue #336ED8
Tints of Royal Blue #336ED8
RGB
CMYK
RGB Variations
Color information
#336ED8 (or 0x336ED8) is known color: Royal Blue. HEX triplet: 33, 6E and D8. RGB value is (51,110,216). Sum of RGB (Red+Green+Blue) = 51+110+216=377 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.53% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 216 (84.77% from 255 or 57.29% from 377); Max value from RGB is 216 - color contains mainly: blue. Hex color #336ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336ED8 is #CC9127. Grayscale: #676767. Windows color (decimal): -13406504 or 14183987. OLE color: 14183987.
HSL color Cylindrical-coordinate representation of color #336ED8: hue angle of 218.55º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #336ED8 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 110 | 216 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.15 |
| HSL | 218.55º | 0.68% | 0.52% | - |
| HSV(B) | 218.55º | 0.76% | 0.85% | - |
| XYZ | 19.34 | 16.81 | 67.19 | - |
| YUV | 104.44 | 190.95 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 110 | 216 | 0.76 | 0.49 | 0 | 0.15 | 218.55 | 0.68 | 0.52 |
| Hex | 33 | 6E | D8 | 4C | 31 | 0 | F | DB | 44 | 34 |
| Octal | 63 | 156 | 330 | 114 | 61 | 0 | 17 | 333 | 104 | 64 |
| Binary | 110011 | 1101110 | 11011000 | 1001100 | 110001 | 0 | 1111 | 11011011 | 1000100 | 110100 |
Color Harmonies of #336ED8
Complementary color
Monochromatic Colors of #336ED8
Black with #336ED8
Text Example
Text Example
White with #336ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336ED8; }
p { color: rgb(51,110,216); }
H1.HeaderClassName
{
color: #336ED8;
}
.AnyTagClassName
{
color: #336ED8;
}
</style>
background-color css
<style>
a { background-color: #336ED8; }
a { background-color: rgb(51,110,216); }
div.DivClassName
{
background-color: #336ED8;
}
.BgClassName
{
background-color: #336ED8;
}
</style>
border-color css
<style>
span { border-color: #336ED8; }
span { border-color: rgb(51,110,216); }
td.TdClassName
{
border-color: #336ED8;
}
.TagClassName
{
border-color: #336ED8;
}
</style>