Shades of Cerulean Blue #2952AA
Tints of Cerulean Blue #2952AA
RGB
CMYK
RGB Variations
Color information
#2952AA (or 0x2952AA) is known color: Cerulean Blue. HEX triplet: 29, 52 and AA. RGB value is (41,82,170). Sum of RGB (Red+Green+Blue) = 41+82+170=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #2952AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2952AA is #D6AD55. Grayscale: #4F4F4F. Windows color (decimal): -14069078 or 11162153. OLE color: 11162153.
HSL color Cylindrical-coordinate representation of color #2952AA: hue angle of 220.93º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2952AA is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 82 | 170 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.33 |
| HSL | 220.93º | 0.61% | 0.41% | - |
| HSV(B) | 220.93º | 0.76% | 0.67% | - |
| XYZ | 11.19 | 9.41 | 39.26 | - |
| YUV | 79.77 | 178.92 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 82 | 170 | 0.76 | 0.52 | 0 | 0.33 | 220.93 | 0.61 | 0.41 |
| Hex | 29 | 52 | AA | 4C | 34 | 0 | 21 | DD | 3D | 29 |
| Octal | 51 | 122 | 252 | 114 | 64 | 0 | 41 | 335 | 75 | 51 |
| Binary | 101001 | 1010010 | 10101010 | 1001100 | 110100 | 0 | 100001 | 11011101 | 111101 | 101001 |
Color Harmonies of #2952AA
Complementary color
Monochromatic Colors of #2952AA
Black with #2952AA
Text Example
Text Example
White with #2952AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2952AA; }
p { color: rgb(41,82,170); }
H1.HeaderClassName
{
color: #2952AA;
}
.AnyTagClassName
{
color: #2952AA;
}
</style>
background-color css
<style>
a { background-color: #2952AA; }
a { background-color: rgb(41,82,170); }
div.DivClassName
{
background-color: #2952AA;
}
.BgClassName
{
background-color: #2952AA;
}
</style>
border-color css
<style>
span { border-color: #2952AA; }
span { border-color: rgb(41,82,170); }
td.TdClassName
{
border-color: #2952AA;
}
.TagClassName
{
border-color: #2952AA;
}
</style>