Shades of Royal Blue #336CCC
Tints of Royal Blue #336CCC
RGB
CMYK
RGB Variations
Color information
#336CCC (or 0x336CCC) is known color: Royal Blue. HEX triplet: 33, 6C and CC. RGB value is (51,108,204). Sum of RGB (Red+Green+Blue) = 51+108+204=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #336CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336CCC is #CC9333. Grayscale: #656565. Windows color (decimal): -13407028 or 13397043. OLE color: 13397043.
HSL color Cylindrical-coordinate representation of color #336CCC: hue angle of 217.65º 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 #336CCC is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 108 | 204 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.2 |
| HSL | 217.65º | 0.6% | 0.5% | - |
| HSV(B) | 217.65º | 0.75% | 0.8% | - |
| XYZ | 17.63 | 15.79 | 59.25 | - |
| YUV | 101.9 | 185.62 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 108 | 204 | 0.75 | 0.47 | 0 | 0.2 | 217.65 | 0.6 | 0.5 |
| Hex | 33 | 6C | CC | 4B | 2F | 0 | 14 | DA | 3C | 32 |
| Octal | 63 | 154 | 314 | 113 | 57 | 0 | 24 | 332 | 74 | 62 |
| Binary | 110011 | 1101100 | 11001100 | 1001011 | 101111 | 0 | 10100 | 11011010 | 111100 | 110010 |
Color Harmonies of #336CCC
Complementary color
Monochromatic Colors of #336CCC
Black with #336CCC
Text Example
Text Example
White with #336CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336CCC; }
p { color: rgb(51,108,204); }
H1.HeaderClassName
{
color: #336CCC;
}
.AnyTagClassName
{
color: #336CCC;
}
</style>
background-color css
<style>
a { background-color: #336CCC; }
a { background-color: rgb(51,108,204); }
div.DivClassName
{
background-color: #336CCC;
}
.BgClassName
{
background-color: #336CCC;
}
</style>
border-color css
<style>
span { border-color: #336CCC; }
span { border-color: rgb(51,108,204); }
td.TdClassName
{
border-color: #336CCC;
}
.TagClassName
{
border-color: #336CCC;
}
</style>