Shades of Cerulean Blue #2256C3
Tints of Cerulean Blue #2256C3
RGB
CMYK
RGB Variations
Color information
#2256C3 (or 0x2256C3) is known color: Cerulean Blue. HEX triplet: 22, 56 and C3. RGB value is (34,86,195). Sum of RGB (Red+Green+Blue) = 34+86+195=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 195 (76.56% from 255 or 61.90% from 315); Max value from RGB is 195 - color contains mainly: blue. Hex color #2256C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2256C3 is #DDA93C. Grayscale: #525252. Windows color (decimal): -14526781 or 12801570. OLE color: 12801570.
HSL color Cylindrical-coordinate representation of color #2256C3: hue angle of 220.62º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2256C3 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 86 | 195 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.24 |
| HSL | 220.62º | 0.7% | 0.45% | - |
| HSV(B) | 220.62º | 0.83% | 0.76% | - |
| XYZ | 13.84 | 10.94 | 53.01 | - |
| YUV | 82.88 | 191.27 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 86 | 195 | 0.83 | 0.56 | 0 | 0.24 | 220.62 | 0.7 | 0.45 |
| Hex | 22 | 56 | C3 | 53 | 38 | 0 | 18 | DD | 46 | 2D |
| Octal | 42 | 126 | 303 | 123 | 70 | 0 | 30 | 335 | 106 | 55 |
| Binary | 100010 | 1010110 | 11000011 | 1010011 | 111000 | 0 | 11000 | 11011101 | 1000110 | 101101 |
Color Harmonies of #2256C3
Complementary color
Monochromatic Colors of #2256C3
Black with #2256C3
Text Example
Text Example
White with #2256C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2256C3; }
p { color: rgb(34,86,195); }
H1.HeaderClassName
{
color: #2256C3;
}
.AnyTagClassName
{
color: #2256C3;
}
</style>
background-color css
<style>
a { background-color: #2256C3; }
a { background-color: rgb(34,86,195); }
div.DivClassName
{
background-color: #2256C3;
}
.BgClassName
{
background-color: #2256C3;
}
</style>
border-color css
<style>
span { border-color: #2256C3; }
span { border-color: rgb(34,86,195); }
td.TdClassName
{
border-color: #2256C3;
}
.TagClassName
{
border-color: #2256C3;
}
</style>