Shades of Royal Blue #336FDB
Tints of Royal Blue #336FDB
RGB
CMYK
RGB Variations
Color information
#336FDB (or 0x336FDB) is known color: Royal Blue. HEX triplet: 33, 6F and DB. RGB value is (51,111,219). Sum of RGB (Red+Green+Blue) = 51+111+219=381 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.39% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #336FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336FDB is #CC9024. Grayscale: #686868. Windows color (decimal): -13406245 or 14380851. OLE color: 14380851.
HSL color Cylindrical-coordinate representation of color #336FDB: hue angle of 218.57º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #336FDB is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 111 | 219 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.14 |
| HSL | 218.57º | 0.7% | 0.53% | - |
| HSV(B) | 218.57º | 0.77% | 0.86% | - |
| XYZ | 19.84 | 17.19 | 69.29 | - |
| YUV | 105.37 | 192.12 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 219 | 0.77 | 0.49 | 0 | 0.14 | 218.57 | 0.7 | 0.53 |
| Hex | 33 | 6F | DB | 4D | 31 | 0 | E | DB | 46 | 35 |
| Octal | 63 | 157 | 333 | 115 | 61 | 0 | 16 | 333 | 106 | 65 |
| Binary | 110011 | 1101111 | 11011011 | 1001101 | 110001 | 0 | 1110 | 11011011 | 1000110 | 110101 |
Color Harmonies of #336FDB
Complementary color
Monochromatic Colors of #336FDB
Black with #336FDB
Text Example
Text Example
White with #336FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336FDB; }
p { color: rgb(51,111,219); }
H1.HeaderClassName
{
color: #336FDB;
}
.AnyTagClassName
{
color: #336FDB;
}
</style>
background-color css
<style>
a { background-color: #336FDB; }
a { background-color: rgb(51,111,219); }
div.DivClassName
{
background-color: #336FDB;
}
.BgClassName
{
background-color: #336FDB;
}
</style>
border-color css
<style>
span { border-color: #336FDB; }
span { border-color: rgb(51,111,219); }
td.TdClassName
{
border-color: #336FDB;
}
.TagClassName
{
border-color: #336FDB;
}
</style>