Shades of Cerulean Blue #335CC0
Tints of Cerulean Blue #335CC0
RGB
CMYK
RGB Variations
Color information
#335CC0 (or 0x335CC0) is known color: Cerulean Blue. HEX triplet: 33, 5C and C0. RGB value is (51,92,192). Sum of RGB (Red+Green+Blue) = 51+92+192=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 192 (75.39% from 255 or 57.31% from 335); Max value from RGB is 192 - color contains mainly: blue. Hex color #335CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335CC0 is #CCA33F. Grayscale: #5A5A5A. Windows color (decimal): -13411136 or 12606515. OLE color: 12606515.
HSL color Cylindrical-coordinate representation of color #335CC0: hue angle of 222.55º 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 #335CC0 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 92 | 192 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.25 |
| HSL | 222.55º | 0.58% | 0.48% | - |
| HSV(B) | 222.55º | 0.73% | 0.75% | - |
| XYZ | 14.71 | 12.16 | 51.44 | - |
| YUV | 91.14 | 184.92 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 92 | 192 | 0.73 | 0.52 | 0 | 0.25 | 222.55 | 0.58 | 0.48 |
| Hex | 33 | 5C | C0 | 49 | 34 | 0 | 19 | DF | 3A | 30 |
| Octal | 63 | 134 | 300 | 111 | 64 | 0 | 31 | 337 | 72 | 60 |
| Binary | 110011 | 1011100 | 11000000 | 1001001 | 110100 | 0 | 11001 | 11011111 | 111010 | 110000 |
Color Harmonies of #335CC0
Complementary color
Monochromatic Colors of #335CC0
Black with #335CC0
Text Example
Text Example
White with #335CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335CC0; }
p { color: rgb(51,92,192); }
H1.HeaderClassName
{
color: #335CC0;
}
.AnyTagClassName
{
color: #335CC0;
}
</style>
background-color css
<style>
a { background-color: #335CC0; }
a { background-color: rgb(51,92,192); }
div.DivClassName
{
background-color: #335CC0;
}
.BgClassName
{
background-color: #335CC0;
}
</style>
border-color css
<style>
span { border-color: #335CC0; }
span { border-color: rgb(51,92,192); }
td.TdClassName
{
border-color: #335CC0;
}
.TagClassName
{
border-color: #335CC0;
}
</style>