Shades of Cerulean Blue #2947AA
Tints of Cerulean Blue #2947AA
RGB
CMYK
RGB Variations
Color information
#2947AA (or 0x2947AA) is known color: Cerulean Blue. HEX triplet: 29, 47 and AA. RGB value is (41,71,170). Sum of RGB (Red+Green+Blue) = 41+71+170=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #2947AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2947AA is #D6B855. Grayscale: #484848. Windows color (decimal): -14071894 or 11159337. OLE color: 11159337.
HSL color Cylindrical-coordinate representation of color #2947AA: hue angle of 226.05º 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 #2947AA is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 71 | 170 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.33 |
| HSL | 226.05º | 0.61% | 0.41% | - |
| HSV(B) | 226.05º | 0.76% | 0.67% | - |
| XYZ | 10.42 | 7.88 | 39 | - |
| YUV | 73.32 | 182.56 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 71 | 170 | 0.76 | 0.58 | 0 | 0.33 | 226.05 | 0.61 | 0.41 |
| Hex | 29 | 47 | AA | 4C | 3A | 0 | 21 | E2 | 3D | 29 |
| Octal | 51 | 107 | 252 | 114 | 72 | 0 | 41 | 342 | 75 | 51 |
| Binary | 101001 | 1000111 | 10101010 | 1001100 | 111010 | 0 | 100001 | 11100010 | 111101 | 101001 |
Color Harmonies of #2947AA
Complementary color
Monochromatic Colors of #2947AA
Black with #2947AA
Text Example
Text Example
White with #2947AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2947AA; }
p { color: rgb(41,71,170); }
H1.HeaderClassName
{
color: #2947AA;
}
.AnyTagClassName
{
color: #2947AA;
}
</style>
background-color css
<style>
a { background-color: #2947AA; }
a { background-color: rgb(41,71,170); }
div.DivClassName
{
background-color: #2947AA;
}
.BgClassName
{
background-color: #2947AA;
}
</style>
border-color css
<style>
span { border-color: #2947AA; }
span { border-color: rgb(41,71,170); }
td.TdClassName
{
border-color: #2947AA;
}
.TagClassName
{
border-color: #2947AA;
}
</style>