Shades of Cerulean Blue #294DAA
Tints of Cerulean Blue #294DAA
RGB
CMYK
RGB Variations
Color information
#294DAA (or 0x294DAA) is known color: Cerulean Blue. HEX triplet: 29, 4D and AA. RGB value is (41,77,170). Sum of RGB (Red+Green+Blue) = 41+77+170=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #294DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294DAA is #D6B255. Grayscale: #4C4C4C. Windows color (decimal): -14070358 or 11160873. OLE color: 11160873.
HSL color Cylindrical-coordinate representation of color #294DAA: hue angle of 223.26º 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 #294DAA is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 77 | 170 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.33 |
| HSL | 223.26º | 0.61% | 0.41% | - |
| HSV(B) | 223.26º | 0.76% | 0.67% | - |
| XYZ | 10.82 | 8.68 | 39.14 | - |
| YUV | 76.84 | 180.57 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 170 | 0.76 | 0.55 | 0 | 0.33 | 223.26 | 0.61 | 0.41 |
| Hex | 29 | 4D | AA | 4C | 37 | 0 | 21 | DF | 3D | 29 |
| Octal | 51 | 115 | 252 | 114 | 67 | 0 | 41 | 337 | 75 | 51 |
| Binary | 101001 | 1001101 | 10101010 | 1001100 | 110111 | 0 | 100001 | 11011111 | 111101 | 101001 |
Color Harmonies of #294DAA
Complementary color
Monochromatic Colors of #294DAA
Black with #294DAA
Text Example
Text Example
White with #294DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294DAA; }
p { color: rgb(41,77,170); }
H1.HeaderClassName
{
color: #294DAA;
}
.AnyTagClassName
{
color: #294DAA;
}
</style>
background-color css
<style>
a { background-color: #294DAA; }
a { background-color: rgb(41,77,170); }
div.DivClassName
{
background-color: #294DAA;
}
.BgClassName
{
background-color: #294DAA;
}
</style>
border-color css
<style>
span { border-color: #294DAA; }
span { border-color: rgb(41,77,170); }
td.TdClassName
{
border-color: #294DAA;
}
.TagClassName
{
border-color: #294DAA;
}
</style>