Shades of Cerulean Blue #2052AC
Tints of Cerulean Blue #2052AC
RGB
CMYK
RGB Variations
Color information
#2052AC (or 0x2052AC) is known color: Cerulean Blue. HEX triplet: 20, 52 and AC. RGB value is (32,82,172). Sum of RGB (Red+Green+Blue) = 32+82+172=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #2052AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2052AC is #DFAD53. Grayscale: #4C4C4C. Windows color (decimal): -14658900 or 11293216. OLE color: 11293216.
HSL color Cylindrical-coordinate representation of color #2052AC: hue angle of 218.57º degrees, saturation: 0.69, 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 #2052AC is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 82 | 172 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.33 |
| HSL | 218.57º | 0.69% | 0.4% | - |
| HSV(B) | 218.57º | 0.81% | 0.67% | - |
| XYZ | 11.06 | 9.32 | 40.25 | - |
| YUV | 77.31 | 181.44 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 172 | 0.81 | 0.52 | 0 | 0.33 | 218.57 | 0.69 | 0.4 |
| Hex | 20 | 52 | AC | 51 | 34 | 0 | 21 | DB | 45 | 28 |
| Octal | 40 | 122 | 254 | 121 | 64 | 0 | 41 | 333 | 105 | 50 |
| Binary | 100000 | 1010010 | 10101100 | 1010001 | 110100 | 0 | 100001 | 11011011 | 1000101 | 101000 |
Color Harmonies of #2052AC
Complementary color
Monochromatic Colors of #2052AC
Black with #2052AC
Text Example
Text Example
White with #2052AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2052AC; }
p { color: rgb(32,82,172); }
H1.HeaderClassName
{
color: #2052AC;
}
.AnyTagClassName
{
color: #2052AC;
}
</style>
background-color css
<style>
a { background-color: #2052AC; }
a { background-color: rgb(32,82,172); }
div.DivClassName
{
background-color: #2052AC;
}
.BgClassName
{
background-color: #2052AC;
}
</style>
border-color css
<style>
span { border-color: #2052AC; }
span { border-color: rgb(32,82,172); }
td.TdClassName
{
border-color: #2052AC;
}
.TagClassName
{
border-color: #2052AC;
}
</style>