Shades of Royal Blue #336FCC
Tints of Royal Blue #336FCC
RGB
CMYK
RGB Variations
Color information
#336FCC (or 0x336FCC) is known color: Royal Blue. HEX triplet: 33, 6F and CC. RGB value is (51,111,204). Sum of RGB (Red+Green+Blue) = 51+111+204=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #336FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336FCC is #CC9033. Grayscale: #676767. Windows color (decimal): -13406260 or 13397811. OLE color: 13397811.
HSL color Cylindrical-coordinate representation of color #336FCC: hue angle of 216.47º 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 #336FCC is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 111 | 204 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.2 |
| HSL | 216.47º | 0.6% | 0.5% | - |
| HSV(B) | 216.47º | 0.75% | 0.8% | - |
| XYZ | 17.95 | 16.43 | 59.35 | - |
| YUV | 103.66 | 184.62 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 204 | 0.75 | 0.46 | 0 | 0.2 | 216.47 | 0.6 | 0.5 |
| Hex | 33 | 6F | CC | 4B | 2E | 0 | 14 | D8 | 3C | 32 |
| Octal | 63 | 157 | 314 | 113 | 56 | 0 | 24 | 330 | 74 | 62 |
| Binary | 110011 | 1101111 | 11001100 | 1001011 | 101110 | 0 | 10100 | 11011000 | 111100 | 110010 |
Color Harmonies of #336FCC
Complementary color
Monochromatic Colors of #336FCC
Black with #336FCC
Text Example
Text Example
White with #336FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336FCC; }
p { color: rgb(51,111,204); }
H1.HeaderClassName
{
color: #336FCC;
}
.AnyTagClassName
{
color: #336FCC;
}
</style>
background-color css
<style>
a { background-color: #336FCC; }
a { background-color: rgb(51,111,204); }
div.DivClassName
{
background-color: #336FCC;
}
.BgClassName
{
background-color: #336FCC;
}
</style>
border-color css
<style>
span { border-color: #336FCC; }
span { border-color: rgb(51,111,204); }
td.TdClassName
{
border-color: #336FCC;
}
.TagClassName
{
border-color: #336FCC;
}
</style>