Shades of Cerulean Blue #2152AB
Tints of Cerulean Blue #2152AB
RGB
CMYK
RGB Variations
Color information
#2152AB (or 0x2152AB) is known color: Cerulean Blue. HEX triplet: 21, 52 and AB. RGB value is (33,82,171). Sum of RGB (Red+Green+Blue) = 33+82+171=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #2152AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2152AB is #DEAD54. Grayscale: #4D4D4D. Windows color (decimal): -14593365 or 11227681. OLE color: 11227681.
HSL color Cylindrical-coordinate representation of color #2152AB: hue angle of 218.7º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2152AB is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 82 | 171 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.33 |
| HSL | 218.7º | 0.68% | 0.4% | - |
| HSV(B) | 218.7º | 0.81% | 0.67% | - |
| XYZ | 11 | 9.3 | 39.74 | - |
| YUV | 77.5 | 180.77 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 171 | 0.81 | 0.52 | 0 | 0.33 | 218.7 | 0.68 | 0.4 |
| Hex | 21 | 52 | AB | 51 | 34 | 0 | 21 | DB | 44 | 28 |
| Octal | 41 | 122 | 253 | 121 | 64 | 0 | 41 | 333 | 104 | 50 |
| Binary | 100001 | 1010010 | 10101011 | 1010001 | 110100 | 0 | 100001 | 11011011 | 1000100 | 101000 |
Color Harmonies of #2152AB
Complementary color
Monochromatic Colors of #2152AB
Black with #2152AB
Text Example
Text Example
White with #2152AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2152AB; }
p { color: rgb(33,82,171); }
H1.HeaderClassName
{
color: #2152AB;
}
.AnyTagClassName
{
color: #2152AB;
}
</style>
background-color css
<style>
a { background-color: #2152AB; }
a { background-color: rgb(33,82,171); }
div.DivClassName
{
background-color: #2152AB;
}
.BgClassName
{
background-color: #2152AB;
}
</style>
border-color css
<style>
span { border-color: #2152AB; }
span { border-color: rgb(33,82,171); }
td.TdClassName
{
border-color: #2152AB;
}
.TagClassName
{
border-color: #2152AB;
}
</style>