Shades of Royal Blue #336DCC
Tints of Royal Blue #336DCC
RGB
CMYK
RGB Variations
Color information
#336DCC (or 0x336DCC) is known color: Royal Blue. HEX triplet: 33, 6D and CC. RGB value is (51,109,204). Sum of RGB (Red+Green+Blue) = 51+109+204=364 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.01% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #336DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336DCC is #CC9233. Grayscale: #666666. Windows color (decimal): -13406772 or 13397299. OLE color: 13397299.
HSL color Cylindrical-coordinate representation of color #336DCC: hue angle of 217.25º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #336DCC is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 109 | 204 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.2 |
| HSL | 217.25º | 0.6% | 0.5% | - |
| HSV(B) | 217.25º | 0.75% | 0.8% | - |
| XYZ | 17.73 | 16 | 59.28 | - |
| YUV | 102.49 | 185.28 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 204 | 0.75 | 0.47 | 0 | 0.2 | 217.25 | 0.6 | 0.5 |
| Hex | 33 | 6D | CC | 4B | 2F | 0 | 14 | D9 | 3C | 32 |
| Octal | 63 | 155 | 314 | 113 | 57 | 0 | 24 | 331 | 74 | 62 |
| Binary | 110011 | 1101101 | 11001100 | 1001011 | 101111 | 0 | 10100 | 11011001 | 111100 | 110010 |
Color Harmonies of #336DCC
Complementary color
Monochromatic Colors of #336DCC
Black with #336DCC
Text Example
Text Example
White with #336DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336DCC; }
p { color: rgb(51,109,204); }
H1.HeaderClassName
{
color: #336DCC;
}
.AnyTagClassName
{
color: #336DCC;
}
</style>
background-color css
<style>
a { background-color: #336DCC; }
a { background-color: rgb(51,109,204); }
div.DivClassName
{
background-color: #336DCC;
}
.BgClassName
{
background-color: #336DCC;
}
</style>
border-color css
<style>
span { border-color: #336DCC; }
span { border-color: rgb(51,109,204); }
td.TdClassName
{
border-color: #336DCC;
}
.TagClassName
{
border-color: #336DCC;
}
</style>