Shades of Cerulean Blue #2256AB
Tints of Cerulean Blue #2256AB
RGB
CMYK
RGB Variations
Color information
#2256AB (or 0x2256AB) is known color: Cerulean Blue. HEX triplet: 22, 56 and AB. RGB value is (34,86,171). Sum of RGB (Red+Green+Blue) = 34+86+171=291 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.68% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #2256AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2256AB is #DDA954. Grayscale: #4F4F4F. Windows color (decimal): -14526805 or 11228706. OLE color: 11228706.
HSL color Cylindrical-coordinate representation of color #2256AB: hue angle of 217.23º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2256AB is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 86 | 171 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.33 |
| HSL | 217.23º | 0.67% | 0.4% | - |
| HSV(B) | 217.23º | 0.8% | 0.67% | - |
| XYZ | 11.34 | 9.94 | 39.85 | - |
| YUV | 80.14 | 179.27 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 86 | 171 | 0.80 | 0.50 | 0 | 0.33 | 217.23 | 0.67 | 0.4 |
| Hex | 22 | 56 | AB | 50 | 32 | 0 | 21 | D9 | 43 | 28 |
| Octal | 42 | 126 | 253 | 120 | 62 | 0 | 41 | 331 | 103 | 50 |
| Binary | 100010 | 1010110 | 10101011 | 1010000 | 110010 | 0 | 100001 | 11011001 | 1000011 | 101000 |
Color Harmonies of #2256AB
Complementary color
Monochromatic Colors of #2256AB
Black with #2256AB
Text Example
Text Example
White with #2256AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2256AB; }
p { color: rgb(34,86,171); }
H1.HeaderClassName
{
color: #2256AB;
}
.AnyTagClassName
{
color: #2256AB;
}
</style>
background-color css
<style>
a { background-color: #2256AB; }
a { background-color: rgb(34,86,171); }
div.DivClassName
{
background-color: #2256AB;
}
.BgClassName
{
background-color: #2256AB;
}
</style>
border-color css
<style>
span { border-color: #2256AB; }
span { border-color: rgb(34,86,171); }
td.TdClassName
{
border-color: #2256AB;
}
.TagClassName
{
border-color: #2256AB;
}
</style>