Shades of Cerulean Blue #336AC0
Tints of Cerulean Blue #336AC0
RGB
CMYK
RGB Variations
Color information
#336AC0 (or 0x336AC0) is known color: Cerulean Blue. HEX triplet: 33, 6A and C0. RGB value is (51,106,192). Sum of RGB (Red+Green+Blue) = 51+106+192=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 192 (75.39% from 255 or 55.01% from 349); Max value from RGB is 192 - color contains mainly: blue. Hex color #336AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336AC0 is #CC953F. Grayscale: #626262. Windows color (decimal): -13407552 or 12610099. OLE color: 12610099.
HSL color Cylindrical-coordinate representation of color #336AC0: hue angle of 216.6º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #336AC0 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 106 | 192 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.25 |
| HSL | 216.6º | 0.58% | 0.48% | - |
| HSV(B) | 216.6º | 0.73% | 0.75% | - |
| XYZ | 16.03 | 14.82 | 51.88 | - |
| YUV | 99.36 | 180.28 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 106 | 192 | 0.73 | 0.45 | 0 | 0.25 | 216.6 | 0.58 | 0.48 |
| Hex | 33 | 6A | C0 | 49 | 2D | 0 | 19 | D9 | 3A | 30 |
| Octal | 63 | 152 | 300 | 111 | 55 | 0 | 31 | 331 | 72 | 60 |
| Binary | 110011 | 1101010 | 11000000 | 1001001 | 101101 | 0 | 11001 | 11011001 | 111010 | 110000 |
Color Harmonies of #336AC0
Complementary color
Monochromatic Colors of #336AC0
Black with #336AC0
Text Example
Text Example
White with #336AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336AC0; }
p { color: rgb(51,106,192); }
H1.HeaderClassName
{
color: #336AC0;
}
.AnyTagClassName
{
color: #336AC0;
}
</style>
background-color css
<style>
a { background-color: #336AC0; }
a { background-color: rgb(51,106,192); }
div.DivClassName
{
background-color: #336AC0;
}
.BgClassName
{
background-color: #336AC0;
}
</style>
border-color css
<style>
span { border-color: #336AC0; }
span { border-color: rgb(51,106,192); }
td.TdClassName
{
border-color: #336AC0;
}
.TagClassName
{
border-color: #336AC0;
}
</style>