Shades of Cerulean Blue #2253AB
Tints of Cerulean Blue #2253AB
RGB
CMYK
RGB Variations
Color information
#2253AB (or 0x2253AB) is known color: Cerulean Blue. HEX triplet: 22, 53 and AB. RGB value is (34,83,171). Sum of RGB (Red+Green+Blue) = 34+83+171=288 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.81% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #2253AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2253AB is #DDAC54. Grayscale: #4D4D4D. Windows color (decimal): -14527573 or 11227938. OLE color: 11227938.
HSL color Cylindrical-coordinate representation of color #2253AB: hue angle of 218.54º 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 #2253AB is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 83 | 171 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.33 |
| HSL | 218.54º | 0.67% | 0.4% | - |
| HSV(B) | 218.54º | 0.8% | 0.67% | - |
| XYZ | 11.1 | 9.47 | 39.77 | - |
| YUV | 78.38 | 180.27 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 83 | 171 | 0.80 | 0.51 | 0 | 0.33 | 218.54 | 0.67 | 0.4 |
| Hex | 22 | 53 | AB | 50 | 33 | 0 | 21 | DB | 43 | 28 |
| Octal | 42 | 123 | 253 | 120 | 63 | 0 | 41 | 333 | 103 | 50 |
| Binary | 100010 | 1010011 | 10101011 | 1010000 | 110011 | 0 | 100001 | 11011011 | 1000011 | 101000 |
Color Harmonies of #2253AB
Complementary color
Monochromatic Colors of #2253AB
Black with #2253AB
Text Example
Text Example
White with #2253AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2253AB; }
p { color: rgb(34,83,171); }
H1.HeaderClassName
{
color: #2253AB;
}
.AnyTagClassName
{
color: #2253AB;
}
</style>
background-color css
<style>
a { background-color: #2253AB; }
a { background-color: rgb(34,83,171); }
div.DivClassName
{
background-color: #2253AB;
}
.BgClassName
{
background-color: #2253AB;
}
</style>
border-color css
<style>
span { border-color: #2253AB; }
span { border-color: rgb(34,83,171); }
td.TdClassName
{
border-color: #2253AB;
}
.TagClassName
{
border-color: #2253AB;
}
</style>