Shades of Cerulean Blue #335AC0
Tints of Cerulean Blue #335AC0
RGB
CMYK
RGB Variations
Color information
#335AC0 (or 0x335AC0) is known color: Cerulean Blue. HEX triplet: 33, 5A and C0. RGB value is (51,90,192). Sum of RGB (Red+Green+Blue) = 51+90+192=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 192 (75.39% from 255 or 57.66% from 333); Max value from RGB is 192 - color contains mainly: blue. Hex color #335AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335AC0 is #CCA53F. Grayscale: #595959. Windows color (decimal): -13411648 or 12606003. OLE color: 12606003.
HSL color Cylindrical-coordinate representation of color #335AC0: hue angle of 223.4º 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 #335AC0 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 90 | 192 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.25 |
| HSL | 223.4º | 0.58% | 0.48% | - |
| HSV(B) | 223.4º | 0.73% | 0.75% | - |
| XYZ | 14.54 | 11.82 | 51.38 | - |
| YUV | 89.97 | 185.58 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 90 | 192 | 0.73 | 0.53 | 0 | 0.25 | 223.4 | 0.58 | 0.48 |
| Hex | 33 | 5A | C0 | 49 | 35 | 0 | 19 | DF | 3A | 30 |
| Octal | 63 | 132 | 300 | 111 | 65 | 0 | 31 | 337 | 72 | 60 |
| Binary | 110011 | 1011010 | 11000000 | 1001001 | 110101 | 0 | 11001 | 11011111 | 111010 | 110000 |
Color Harmonies of #335AC0
Complementary color
Monochromatic Colors of #335AC0
Black with #335AC0
Text Example
Text Example
White with #335AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335AC0; }
p { color: rgb(51,90,192); }
H1.HeaderClassName
{
color: #335AC0;
}
.AnyTagClassName
{
color: #335AC0;
}
</style>
background-color css
<style>
a { background-color: #335AC0; }
a { background-color: rgb(51,90,192); }
div.DivClassName
{
background-color: #335AC0;
}
.BgClassName
{
background-color: #335AC0;
}
</style>
border-color css
<style>
span { border-color: #335AC0; }
span { border-color: rgb(51,90,192); }
td.TdClassName
{
border-color: #335AC0;
}
.TagClassName
{
border-color: #335AC0;
}
</style>