Shades of Cerulean Blue #3556C2
Tints of Cerulean Blue #3556C2
RGB
CMYK
RGB Variations
Color information
#3556C2 (or 0x3556C2) is known color: Cerulean Blue. HEX triplet: 35, 56 and C2. RGB value is (53,86,194). Sum of RGB (Red+Green+Blue) = 53+86+194=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 194 (76.17% from 255 or 58.26% from 333); Max value from RGB is 194 - color contains mainly: blue. Hex color #3556C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3556C2 is #CAA93D. Grayscale: #575757. Windows color (decimal): -13281598 or 12736053. OLE color: 12736053.
HSL color Cylindrical-coordinate representation of color #3556C2: hue angle of 225.96º 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 #3556C2 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 86 | 194 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.24 |
| HSL | 225.96º | 0.57% | 0.48% | - |
| HSV(B) | 225.96º | 0.73% | 0.76% | - |
| XYZ | 14.53 | 11.31 | 52.46 | - |
| YUV | 88.45 | 187.57 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 86 | 194 | 0.73 | 0.56 | 0 | 0.24 | 225.96 | 0.57 | 0.48 |
| Hex | 35 | 56 | C2 | 49 | 38 | 0 | 18 | E2 | 39 | 30 |
| Octal | 65 | 126 | 302 | 111 | 70 | 0 | 30 | 342 | 71 | 60 |
| Binary | 110101 | 1010110 | 11000010 | 1001001 | 111000 | 0 | 11000 | 11100010 | 111001 | 110000 |
Color Harmonies of #3556C2
Complementary color
Monochromatic Colors of #3556C2
Black with #3556C2
Text Example
Text Example
White with #3556C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3556C2; }
p { color: rgb(53,86,194); }
H1.HeaderClassName
{
color: #3556C2;
}
.AnyTagClassName
{
color: #3556C2;
}
</style>
background-color css
<style>
a { background-color: #3556C2; }
a { background-color: rgb(53,86,194); }
div.DivClassName
{
background-color: #3556C2;
}
.BgClassName
{
background-color: #3556C2;
}
</style>
border-color css
<style>
span { border-color: #3556C2; }
span { border-color: rgb(53,86,194); }
td.TdClassName
{
border-color: #3556C2;
}
.TagClassName
{
border-color: #3556C2;
}
</style>