Shades of Cerulean Blue #355CC2
Tints of Cerulean Blue #355CC2
RGB
CMYK
RGB Variations
Color information
#355CC2 (or 0x355CC2) is known color: Cerulean Blue. HEX triplet: 35, 5C and C2. RGB value is (53,92,194). Sum of RGB (Red+Green+Blue) = 53+92+194=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 194 (76.17% from 255 or 57.23% from 339); Max value from RGB is 194 - color contains mainly: blue. Hex color #355CC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355CC2 is #CAA33D. Grayscale: #5B5B5B. Windows color (decimal): -13280062 or 12737589. OLE color: 12737589.
HSL color Cylindrical-coordinate representation of color #355CC2: hue angle of 223.4º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #355CC2 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 92 | 194 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.24 |
| HSL | 223.4º | 0.57% | 0.48% | - |
| HSV(B) | 223.4º | 0.73% | 0.76% | - |
| XYZ | 15.03 | 12.31 | 52.62 | - |
| YUV | 91.97 | 185.58 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 194 | 0.73 | 0.53 | 0 | 0.24 | 223.4 | 0.57 | 0.48 |
| Hex | 35 | 5C | C2 | 49 | 35 | 0 | 18 | DF | 39 | 30 |
| Octal | 65 | 134 | 302 | 111 | 65 | 0 | 30 | 337 | 71 | 60 |
| Binary | 110101 | 1011100 | 11000010 | 1001001 | 110101 | 0 | 11000 | 11011111 | 111001 | 110000 |
Color Harmonies of #355CC2
Complementary color
Monochromatic Colors of #355CC2
Black with #355CC2
Text Example
Text Example
White with #355CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355CC2; }
p { color: rgb(53,92,194); }
H1.HeaderClassName
{
color: #355CC2;
}
.AnyTagClassName
{
color: #355CC2;
}
</style>
background-color css
<style>
a { background-color: #355CC2; }
a { background-color: rgb(53,92,194); }
div.DivClassName
{
background-color: #355CC2;
}
.BgClassName
{
background-color: #355CC2;
}
</style>
border-color css
<style>
span { border-color: #355CC2; }
span { border-color: rgb(53,92,194); }
td.TdClassName
{
border-color: #355CC2;
}
.TagClassName
{
border-color: #355CC2;
}
</style>