Shades of Cerulean Blue #2953AA
Tints of Cerulean Blue #2953AA
RGB
CMYK
RGB Variations
Color information
#2953AA (or 0x2953AA) is known color: Cerulean Blue. HEX triplet: 29, 53 and AA. RGB value is (41,83,170). Sum of RGB (Red+Green+Blue) = 41+83+170=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #2953AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2953AA is #D6AC55. Grayscale: #4F4F4F. Windows color (decimal): -14068822 or 11162409. OLE color: 11162409.
HSL color Cylindrical-coordinate representation of color #2953AA: hue angle of 220.47º 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 #2953AA is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 83 | 170 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.33 |
| HSL | 220.47º | 0.61% | 0.41% | - |
| HSV(B) | 220.47º | 0.76% | 0.67% | - |
| XYZ | 11.26 | 9.56 | 39.28 | - |
| YUV | 80.36 | 178.59 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 83 | 170 | 0.76 | 0.51 | 0 | 0.33 | 220.47 | 0.61 | 0.41 |
| Hex | 29 | 53 | AA | 4C | 33 | 0 | 21 | DC | 3D | 29 |
| Octal | 51 | 123 | 252 | 114 | 63 | 0 | 41 | 334 | 75 | 51 |
| Binary | 101001 | 1010011 | 10101010 | 1001100 | 110011 | 0 | 100001 | 11011100 | 111101 | 101001 |
Color Harmonies of #2953AA
Complementary color
Monochromatic Colors of #2953AA
Black with #2953AA
Text Example
Text Example
White with #2953AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2953AA; }
p { color: rgb(41,83,170); }
H1.HeaderClassName
{
color: #2953AA;
}
.AnyTagClassName
{
color: #2953AA;
}
</style>
background-color css
<style>
a { background-color: #2953AA; }
a { background-color: rgb(41,83,170); }
div.DivClassName
{
background-color: #2953AA;
}
.BgClassName
{
background-color: #2953AA;
}
</style>
border-color css
<style>
span { border-color: #2953AA; }
span { border-color: rgb(41,83,170); }
td.TdClassName
{
border-color: #2953AA;
}
.TagClassName
{
border-color: #2953AA;
}
</style>