Shades of Cerulean Blue #2952AB
Tints of Cerulean Blue #2952AB
RGB
CMYK
RGB Variations
Color information
#2952AB (or 0x2952AB) is known color: Cerulean Blue. HEX triplet: 29, 52 and AB. RGB value is (41,82,171). Sum of RGB (Red+Green+Blue) = 41+82+171=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #2952AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2952AB is #D6AD54. Grayscale: #4F4F4F. Windows color (decimal): -14069077 or 11227689. OLE color: 11227689.
HSL color Cylindrical-coordinate representation of color #2952AB: hue angle of 221.08º degrees, saturation: 0.61, 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 #2952AB is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 82 | 171 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.33 |
| HSL | 221.08º | 0.61% | 0.42% | - |
| HSV(B) | 221.08º | 0.76% | 0.67% | - |
| XYZ | 11.28 | 9.45 | 39.76 | - |
| YUV | 79.89 | 179.42 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 82 | 171 | 0.76 | 0.52 | 0 | 0.33 | 221.08 | 0.61 | 0.42 |
| Hex | 29 | 52 | AB | 4C | 34 | 0 | 21 | DD | 3D | 2A |
| Octal | 51 | 122 | 253 | 114 | 64 | 0 | 41 | 335 | 75 | 52 |
| Binary | 101001 | 1010010 | 10101011 | 1001100 | 110100 | 0 | 100001 | 11011101 | 111101 | 101010 |
Color Harmonies of #2952AB
Complementary color
Monochromatic Colors of #2952AB
Black with #2952AB
Text Example
Text Example
White with #2952AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2952AB; }
p { color: rgb(41,82,171); }
H1.HeaderClassName
{
color: #2952AB;
}
.AnyTagClassName
{
color: #2952AB;
}
</style>
background-color css
<style>
a { background-color: #2952AB; }
a { background-color: rgb(41,82,171); }
div.DivClassName
{
background-color: #2952AB;
}
.BgClassName
{
background-color: #2952AB;
}
</style>
border-color css
<style>
span { border-color: #2952AB; }
span { border-color: rgb(41,82,171); }
td.TdClassName
{
border-color: #2952AB;
}
.TagClassName
{
border-color: #2952AB;
}
</style>