Shades of Royal Blue #336FCD
Tints of Royal Blue #336FCD
RGB
CMYK
RGB Variations
Color information
#336FCD (or 0x336FCD) is known color: Royal Blue. HEX triplet: 33, 6F and CD. RGB value is (51,111,205). Sum of RGB (Red+Green+Blue) = 51+111+205=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #336FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336FCD is #CC9032. Grayscale: #676767. Windows color (decimal): -13406259 or 13463347. OLE color: 13463347.
HSL color Cylindrical-coordinate representation of color #336FCD: hue angle of 216.62º degrees, saturation: 0.61, 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 #336FCD is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 111 | 205 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.20 |
| HSL | 216.62º | 0.61% | 0.5% | - |
| HSV(B) | 216.62º | 0.75% | 0.8% | - |
| XYZ | 18.07 | 16.48 | 59.99 | - |
| YUV | 103.78 | 185.12 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 205 | 0.75 | 0.46 | 0 | 0.20 | 216.62 | 0.61 | 0.5 |
| Hex | 33 | 6F | CD | 4B | 2E | 0 | 14 | D9 | 3D | 32 |
| Octal | 63 | 157 | 315 | 113 | 56 | 0 | 24 | 331 | 75 | 62 |
| Binary | 110011 | 1101111 | 11001101 | 1001011 | 101110 | 0 | 10100 | 11011001 | 111101 | 110010 |
Color Harmonies of #336FCD
Complementary color
Monochromatic Colors of #336FCD
Black with #336FCD
Text Example
Text Example
White with #336FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336FCD; }
p { color: rgb(51,111,205); }
H1.HeaderClassName
{
color: #336FCD;
}
.AnyTagClassName
{
color: #336FCD;
}
</style>
background-color css
<style>
a { background-color: #336FCD; }
a { background-color: rgb(51,111,205); }
div.DivClassName
{
background-color: #336FCD;
}
.BgClassName
{
background-color: #336FCD;
}
</style>
border-color css
<style>
span { border-color: #336FCD; }
span { border-color: rgb(51,111,205); }
td.TdClassName
{
border-color: #336FCD;
}
.TagClassName
{
border-color: #336FCD;
}
</style>