Shades of Cerulean Blue #2949AA
Tints of Cerulean Blue #2949AA
RGB
CMYK
RGB Variations
Color information
#2949AA (or 0x2949AA) is known color: Cerulean Blue. HEX triplet: 29, 49 and AA. RGB value is (41,73,170). Sum of RGB (Red+Green+Blue) = 41+73+170=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #2949AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2949AA is #D6B655. Grayscale: #4A4A4A. Windows color (decimal): -14071382 or 11159849. OLE color: 11159849.
HSL color Cylindrical-coordinate representation of color #2949AA: hue angle of 225.12º 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 #2949AA is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 73 | 170 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.33 |
| HSL | 225.12º | 0.61% | 0.41% | - |
| HSV(B) | 225.12º | 0.76% | 0.67% | - |
| XYZ | 10.55 | 8.14 | 39.04 | - |
| YUV | 74.49 | 181.9 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 73 | 170 | 0.76 | 0.57 | 0 | 0.33 | 225.12 | 0.61 | 0.41 |
| Hex | 29 | 49 | AA | 4C | 39 | 0 | 21 | E1 | 3D | 29 |
| Octal | 51 | 111 | 252 | 114 | 71 | 0 | 41 | 341 | 75 | 51 |
| Binary | 101001 | 1001001 | 10101010 | 1001100 | 111001 | 0 | 100001 | 11100001 | 111101 | 101001 |
Color Harmonies of #2949AA
Complementary color
Monochromatic Colors of #2949AA
Black with #2949AA
Text Example
Text Example
White with #2949AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2949AA; }
p { color: rgb(41,73,170); }
H1.HeaderClassName
{
color: #2949AA;
}
.AnyTagClassName
{
color: #2949AA;
}
</style>
background-color css
<style>
a { background-color: #2949AA; }
a { background-color: rgb(41,73,170); }
div.DivClassName
{
background-color: #2949AA;
}
.BgClassName
{
background-color: #2949AA;
}
</style>
border-color css
<style>
span { border-color: #2949AA; }
span { border-color: rgb(41,73,170); }
td.TdClassName
{
border-color: #2949AA;
}
.TagClassName
{
border-color: #2949AA;
}
</style>