Shades of Cerulean Blue #2152AC
Tints of Cerulean Blue #2152AC
RGB
CMYK
RGB Variations
Color information
#2152AC (or 0x2152AC) is known color: Cerulean Blue. HEX triplet: 21, 52 and AC. RGB value is (33,82,172). Sum of RGB (Red+Green+Blue) = 33+82+172=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #2152AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2152AC is #DEAD53. Grayscale: #4D4D4D. Windows color (decimal): -14593364 or 11293217. OLE color: 11293217.
HSL color Cylindrical-coordinate representation of color #2152AC: hue angle of 218.85º 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 #2152AC is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 82 | 172 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.33 |
| HSL | 218.85º | 0.68% | 0.4% | - |
| HSV(B) | 218.85º | 0.81% | 0.67% | - |
| XYZ | 11.09 | 9.34 | 40.25 | - |
| YUV | 77.61 | 181.27 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 172 | 0.81 | 0.52 | 0 | 0.33 | 218.85 | 0.68 | 0.4 |
| Hex | 21 | 52 | AC | 51 | 34 | 0 | 21 | DB | 44 | 28 |
| Octal | 41 | 122 | 254 | 121 | 64 | 0 | 41 | 333 | 104 | 50 |
| Binary | 100001 | 1010010 | 10101100 | 1010001 | 110100 | 0 | 100001 | 11011011 | 1000100 | 101000 |
Color Harmonies of #2152AC
Complementary color
Monochromatic Colors of #2152AC
Black with #2152AC
Text Example
Text Example
White with #2152AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2152AC; }
p { color: rgb(33,82,172); }
H1.HeaderClassName
{
color: #2152AC;
}
.AnyTagClassName
{
color: #2152AC;
}
</style>
background-color css
<style>
a { background-color: #2152AC; }
a { background-color: rgb(33,82,172); }
div.DivClassName
{
background-color: #2152AC;
}
.BgClassName
{
background-color: #2152AC;
}
</style>
border-color css
<style>
span { border-color: #2152AC; }
span { border-color: rgb(33,82,172); }
td.TdClassName
{
border-color: #2152AC;
}
.TagClassName
{
border-color: #2152AC;
}
</style>