Shades of Cerulean Blue #294BAA
Tints of Cerulean Blue #294BAA
RGB
CMYK
RGB Variations
Color information
#294BAA (or 0x294BAA) is known color: Cerulean Blue. HEX triplet: 29, 4B and AA. RGB value is (41,75,170). Sum of RGB (Red+Green+Blue) = 41+75+170=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #294BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294BAA is #D6B455. Grayscale: #4B4B4B. Windows color (decimal): -14070870 or 11160361. OLE color: 11160361.
HSL color Cylindrical-coordinate representation of color #294BAA: hue angle of 224.19º 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 #294BAA is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 75 | 170 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.33 |
| HSL | 224.19º | 0.61% | 0.41% | - |
| HSV(B) | 224.19º | 0.76% | 0.67% | - |
| XYZ | 10.69 | 8.41 | 39.09 | - |
| YUV | 75.66 | 181.24 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 170 | 0.76 | 0.56 | 0 | 0.33 | 224.19 | 0.61 | 0.41 |
| Hex | 29 | 4B | AA | 4C | 38 | 0 | 21 | E0 | 3D | 29 |
| Octal | 51 | 113 | 252 | 114 | 70 | 0 | 41 | 340 | 75 | 51 |
| Binary | 101001 | 1001011 | 10101010 | 1001100 | 111000 | 0 | 100001 | 11100000 | 111101 | 101001 |
Color Harmonies of #294BAA
Complementary color
Monochromatic Colors of #294BAA
Black with #294BAA
Text Example
Text Example
White with #294BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294BAA; }
p { color: rgb(41,75,170); }
H1.HeaderClassName
{
color: #294BAA;
}
.AnyTagClassName
{
color: #294BAA;
}
</style>
background-color css
<style>
a { background-color: #294BAA; }
a { background-color: rgb(41,75,170); }
div.DivClassName
{
background-color: #294BAA;
}
.BgClassName
{
background-color: #294BAA;
}
</style>
border-color css
<style>
span { border-color: #294BAA; }
span { border-color: rgb(41,75,170); }
td.TdClassName
{
border-color: #294BAA;
}
.TagClassName
{
border-color: #294BAA;
}
</style>