Shades of Royal Blue #336CDB
Tints of Royal Blue #336CDB
RGB
CMYK
RGB Variations
Color information
#336CDB (or 0x336CDB) is known color: Royal Blue. HEX triplet: 33, 6C and DB. RGB value is (51,108,219). Sum of RGB (Red+Green+Blue) = 51+108+219=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #336CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336CDB is #CC9324. Grayscale: #676767. Windows color (decimal): -13407013 or 14380083. OLE color: 14380083.
HSL color Cylindrical-coordinate representation of color #336CDB: hue angle of 219.64º 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 #336CDB is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 108 | 219 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.14 |
| HSL | 219.64º | 0.7% | 0.53% | - |
| HSV(B) | 219.64º | 0.77% | 0.86% | - |
| XYZ | 19.51 | 16.54 | 69.18 | - |
| YUV | 103.61 | 193.12 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 108 | 219 | 0.77 | 0.51 | 0 | 0.14 | 219.64 | 0.7 | 0.53 |
| Hex | 33 | 6C | DB | 4D | 33 | 0 | E | DC | 46 | 35 |
| Octal | 63 | 154 | 333 | 115 | 63 | 0 | 16 | 334 | 106 | 65 |
| Binary | 110011 | 1101100 | 11011011 | 1001101 | 110011 | 0 | 1110 | 11011100 | 1000110 | 110101 |
Color Harmonies of #336CDB
Complementary color
Monochromatic Colors of #336CDB
Black with #336CDB
Text Example
Text Example
White with #336CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336CDB; }
p { color: rgb(51,108,219); }
H1.HeaderClassName
{
color: #336CDB;
}
.AnyTagClassName
{
color: #336CDB;
}
</style>
background-color css
<style>
a { background-color: #336CDB; }
a { background-color: rgb(51,108,219); }
div.DivClassName
{
background-color: #336CDB;
}
.BgClassName
{
background-color: #336CDB;
}
</style>
border-color css
<style>
span { border-color: #336CDB; }
span { border-color: rgb(51,108,219); }
td.TdClassName
{
border-color: #336CDB;
}
.TagClassName
{
border-color: #336CDB;
}
</style>