Shades of Cerulean Blue #2952AC
Tints of Cerulean Blue #2952AC
RGB
CMYK
RGB Variations
Color information
#2952AC (or 0x2952AC) is known color: Cerulean Blue. HEX triplet: 29, 52 and AC. RGB value is (41,82,172). Sum of RGB (Red+Green+Blue) = 41+82+172=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #2952AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2952AC is #D6AD53. Grayscale: #4F4F4F. Windows color (decimal): -14069076 or 11293225. OLE color: 11293225.
HSL color Cylindrical-coordinate representation of color #2952AC: hue angle of 221.22º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2952AC is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 82 | 172 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.33 |
| HSL | 221.22º | 0.62% | 0.42% | - |
| HSV(B) | 221.22º | 0.76% | 0.67% | - |
| XYZ | 11.38 | 9.48 | 40.26 | - |
| YUV | 80 | 179.92 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 82 | 172 | 0.76 | 0.52 | 0 | 0.33 | 221.22 | 0.62 | 0.42 |
| Hex | 29 | 52 | AC | 4C | 34 | 0 | 21 | DD | 3E | 2A |
| Octal | 51 | 122 | 254 | 114 | 64 | 0 | 41 | 335 | 76 | 52 |
| Binary | 101001 | 1010010 | 10101100 | 1001100 | 110100 | 0 | 100001 | 11011101 | 111110 | 101010 |
Color Harmonies of #2952AC
Complementary color
Monochromatic Colors of #2952AC
Black with #2952AC
Text Example
Text Example
White with #2952AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2952AC; }
p { color: rgb(41,82,172); }
H1.HeaderClassName
{
color: #2952AC;
}
.AnyTagClassName
{
color: #2952AC;
}
</style>
background-color css
<style>
a { background-color: #2952AC; }
a { background-color: rgb(41,82,172); }
div.DivClassName
{
background-color: #2952AC;
}
.BgClassName
{
background-color: #2952AC;
}
</style>
border-color css
<style>
span { border-color: #2952AC; }
span { border-color: rgb(41,82,172); }
td.TdClassName
{
border-color: #2952AC;
}
.TagClassName
{
border-color: #2952AC;
}
</style>