Shades of Cerulean Blue #355EC0
Tints of Cerulean Blue #355EC0
RGB
CMYK
RGB Variations
Color information
#355EC0 (or 0x355EC0) is known color: Cerulean Blue. HEX triplet: 35, 5E and C0. RGB value is (53,94,192). Sum of RGB (Red+Green+Blue) = 53+94+192=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 192 (75.39% from 255 or 56.64% from 339); Max value from RGB is 192 - color contains mainly: blue. Hex color #355EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355EC0 is #CAA13F. Grayscale: #5C5C5C. Windows color (decimal): -13279552 or 12607029. OLE color: 12607029.
HSL color Cylindrical-coordinate representation of color #355EC0: hue angle of 222.3º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #355EC0 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 94 | 192 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.25 |
| HSL | 222.3º | 0.57% | 0.48% | - |
| HSV(B) | 222.3º | 0.72% | 0.75% | - |
| XYZ | 14.99 | 12.57 | 51.51 | - |
| YUV | 92.91 | 183.92 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 94 | 192 | 0.72 | 0.51 | 0 | 0.25 | 222.3 | 0.57 | 0.48 |
| Hex | 35 | 5E | C0 | 48 | 33 | 0 | 19 | DE | 39 | 30 |
| Octal | 65 | 136 | 300 | 110 | 63 | 0 | 31 | 336 | 71 | 60 |
| Binary | 110101 | 1011110 | 11000000 | 1001000 | 110011 | 0 | 11001 | 11011110 | 111001 | 110000 |
Color Harmonies of #355EC0
Complementary color
Monochromatic Colors of #355EC0
Black with #355EC0
Text Example
Text Example
White with #355EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355EC0; }
p { color: rgb(53,94,192); }
H1.HeaderClassName
{
color: #355EC0;
}
.AnyTagClassName
{
color: #355EC0;
}
</style>
background-color css
<style>
a { background-color: #355EC0; }
a { background-color: rgb(53,94,192); }
div.DivClassName
{
background-color: #355EC0;
}
.BgClassName
{
background-color: #355EC0;
}
</style>
border-color css
<style>
span { border-color: #355EC0; }
span { border-color: rgb(53,94,192); }
td.TdClassName
{
border-color: #355EC0;
}
.TagClassName
{
border-color: #355EC0;
}
</style>