Shades of Cerulean Blue #294AAA
Tints of Cerulean Blue #294AAA
RGB
CMYK
RGB Variations
Color information
#294AAA (or 0x294AAA) is known color: Cerulean Blue. HEX triplet: 29, 4A and AA. RGB value is (41,74,170). Sum of RGB (Red+Green+Blue) = 41+74+170=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #294AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294AAA is #D6B555. Grayscale: #4A4A4A. Windows color (decimal): -14071126 or 11160105. OLE color: 11160105.
HSL color Cylindrical-coordinate representation of color #294AAA: hue angle of 224.65º 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 #294AAA is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 74 | 170 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.33 |
| HSL | 224.65º | 0.61% | 0.41% | - |
| HSV(B) | 224.65º | 0.76% | 0.67% | - |
| XYZ | 10.62 | 8.27 | 39.07 | - |
| YUV | 75.08 | 181.57 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 170 | 0.76 | 0.56 | 0 | 0.33 | 224.65 | 0.61 | 0.41 |
| Hex | 29 | 4A | AA | 4C | 38 | 0 | 21 | E1 | 3D | 29 |
| Octal | 51 | 112 | 252 | 114 | 70 | 0 | 41 | 341 | 75 | 51 |
| Binary | 101001 | 1001010 | 10101010 | 1001100 | 111000 | 0 | 100001 | 11100001 | 111101 | 101001 |
Color Harmonies of #294AAA
Complementary color
Monochromatic Colors of #294AAA
Black with #294AAA
Text Example
Text Example
White with #294AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294AAA; }
p { color: rgb(41,74,170); }
H1.HeaderClassName
{
color: #294AAA;
}
.AnyTagClassName
{
color: #294AAA;
}
</style>
background-color css
<style>
a { background-color: #294AAA; }
a { background-color: rgb(41,74,170); }
div.DivClassName
{
background-color: #294AAA;
}
.BgClassName
{
background-color: #294AAA;
}
</style>
border-color css
<style>
span { border-color: #294AAA; }
span { border-color: rgb(41,74,170); }
td.TdClassName
{
border-color: #294AAA;
}
.TagClassName
{
border-color: #294AAA;
}
</style>