Shades of Cerulean Blue #355DC2
Tints of Cerulean Blue #355DC2
RGB
CMYK
RGB Variations
Color information
#355DC2 (or 0x355DC2) is known color: Cerulean Blue. HEX triplet: 35, 5D and C2. RGB value is (53,93,194). Sum of RGB (Red+Green+Blue) = 53+93+194=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 194 (76.17% from 255 or 57.06% from 340); Max value from RGB is 194 - color contains mainly: blue. Hex color #355DC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355DC2 is #CAA23D. Grayscale: #5C5C5C. Windows color (decimal): -13279806 or 12737845. OLE color: 12737845.
HSL color Cylindrical-coordinate representation of color #355DC2: hue angle of 222.98º 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 #355DC2 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 93 | 194 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.24 |
| HSL | 222.98º | 0.57% | 0.48% | - |
| HSV(B) | 222.98º | 0.73% | 0.76% | - |
| XYZ | 15.12 | 12.48 | 52.65 | - |
| YUV | 92.55 | 185.25 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 194 | 0.73 | 0.52 | 0 | 0.24 | 222.98 | 0.57 | 0.48 |
| Hex | 35 | 5D | C2 | 49 | 34 | 0 | 18 | DF | 39 | 30 |
| Octal | 65 | 135 | 302 | 111 | 64 | 0 | 30 | 337 | 71 | 60 |
| Binary | 110101 | 1011101 | 11000010 | 1001001 | 110100 | 0 | 11000 | 11011111 | 111001 | 110000 |
Color Harmonies of #355DC2
Complementary color
Monochromatic Colors of #355DC2
Black with #355DC2
Text Example
Text Example
White with #355DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355DC2; }
p { color: rgb(53,93,194); }
H1.HeaderClassName
{
color: #355DC2;
}
.AnyTagClassName
{
color: #355DC2;
}
</style>
background-color css
<style>
a { background-color: #355DC2; }
a { background-color: rgb(53,93,194); }
div.DivClassName
{
background-color: #355DC2;
}
.BgClassName
{
background-color: #355DC2;
}
</style>
border-color css
<style>
span { border-color: #355DC2; }
span { border-color: rgb(53,93,194); }
td.TdClassName
{
border-color: #355DC2;
}
.TagClassName
{
border-color: #355DC2;
}
</style>