Shades of Cerulean Blue #355BC0
Tints of Cerulean Blue #355BC0
RGB
CMYK
RGB Variations
Color information
#355BC0 (or 0x355BC0) is known color: Cerulean Blue. HEX triplet: 35, 5B and C0. RGB value is (53,91,192). Sum of RGB (Red+Green+Blue) = 53+91+192=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 192 (75.39% from 255 or 57.14% from 336); Max value from RGB is 192 - color contains mainly: blue. Hex color #355BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355BC0 is #CAA43F. Grayscale: #5A5A5A. Windows color (decimal): -13280320 or 12606261. OLE color: 12606261.
HSL color Cylindrical-coordinate representation of color #355BC0: hue angle of 223.6º 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 #355BC0 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 91 | 192 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.25 |
| HSL | 223.6º | 0.57% | 0.48% | - |
| HSV(B) | 223.6º | 0.72% | 0.75% | - |
| XYZ | 14.72 | 12.04 | 51.42 | - |
| YUV | 91.15 | 184.91 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 192 | 0.72 | 0.53 | 0 | 0.25 | 223.6 | 0.57 | 0.48 |
| Hex | 35 | 5B | C0 | 48 | 35 | 0 | 19 | E0 | 39 | 30 |
| Octal | 65 | 133 | 300 | 110 | 65 | 0 | 31 | 340 | 71 | 60 |
| Binary | 110101 | 1011011 | 11000000 | 1001000 | 110101 | 0 | 11001 | 11100000 | 111001 | 110000 |
Color Harmonies of #355BC0
Complementary color
Monochromatic Colors of #355BC0
Black with #355BC0
Text Example
Text Example
White with #355BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355BC0; }
p { color: rgb(53,91,192); }
H1.HeaderClassName
{
color: #355BC0;
}
.AnyTagClassName
{
color: #355BC0;
}
</style>
background-color css
<style>
a { background-color: #355BC0; }
a { background-color: rgb(53,91,192); }
div.DivClassName
{
background-color: #355BC0;
}
.BgClassName
{
background-color: #355BC0;
}
</style>
border-color css
<style>
span { border-color: #355BC0; }
span { border-color: rgb(53,91,192); }
td.TdClassName
{
border-color: #355BC0;
}
.TagClassName
{
border-color: #355BC0;
}
</style>