Shades of Cerulean Blue #2949AE
Tints of Cerulean Blue #2949AE
RGB
CMYK
RGB Variations
Color information
#2949AE (or 0x2949AE) is known color: Cerulean Blue. HEX triplet: 29, 49 and AE. RGB value is (41,73,174). Sum of RGB (Red+Green+Blue) = 41+73+174=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #2949AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2949AE is #D6B651. Grayscale: #4A4A4A. Windows color (decimal): -14071378 or 11421993. OLE color: 11421993.
HSL color Cylindrical-coordinate representation of color #2949AE: hue angle of 225.56º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2949AE is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 73 | 174 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.32 |
| HSL | 225.56º | 0.62% | 0.42% | - |
| HSV(B) | 225.56º | 0.76% | 0.68% | - |
| XYZ | 10.94 | 8.29 | 41.07 | - |
| YUV | 74.95 | 183.9 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 73 | 174 | 0.76 | 0.58 | 0 | 0.32 | 225.56 | 0.62 | 0.42 |
| Hex | 29 | 49 | AE | 4C | 3A | 0 | 20 | E2 | 3E | 2A |
| Octal | 51 | 111 | 256 | 114 | 72 | 0 | 40 | 342 | 76 | 52 |
| Binary | 101001 | 1001001 | 10101110 | 1001100 | 111010 | 0 | 100000 | 11100010 | 111110 | 101010 |
Color Harmonies of #2949AE
Complementary color
Monochromatic Colors of #2949AE
Black with #2949AE
Text Example
Text Example
White with #2949AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2949AE; }
p { color: rgb(41,73,174); }
H1.HeaderClassName
{
color: #2949AE;
}
.AnyTagClassName
{
color: #2949AE;
}
</style>
background-color css
<style>
a { background-color: #2949AE; }
a { background-color: rgb(41,73,174); }
div.DivClassName
{
background-color: #2949AE;
}
.BgClassName
{
background-color: #2949AE;
}
</style>
border-color css
<style>
span { border-color: #2949AE; }
span { border-color: rgb(41,73,174); }
td.TdClassName
{
border-color: #2949AE;
}
.TagClassName
{
border-color: #2949AE;
}
</style>