Shades of Cerulean Blue #294AA2
Tints of Cerulean Blue #294AA2
RGB
CMYK
RGB Variations
Color information
#294AA2 (or 0x294AA2) is known color: Cerulean Blue. HEX triplet: 29, 4A and A2. RGB value is (41,74,162). Sum of RGB (Red+Green+Blue) = 41+74+162=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 162 (63.67% from 255 or 58.48% from 277); Max value from RGB is 162 - color contains mainly: blue. Hex color #294AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294AA2 is #D6B55D. Grayscale: #494949. Windows color (decimal): -14071134 or 10635817. OLE color: 10635817.
HSL color Cylindrical-coordinate representation of color #294AA2: hue angle of 223.64º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #294AA2 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 41 | 74 | 162 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.36 |
| HSL | 223.64º | 0.6% | 0.4% | - |
| HSV(B) | 223.64º | 0.75% | 0.64% | - |
| XYZ | 9.88 | 7.98 | 35.2 | - |
| YUV | 74.17 | 177.57 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 162 | 0.75 | 0.54 | 0 | 0.36 | 223.64 | 0.6 | 0.4 |
| Hex | 29 | 4A | A2 | 4B | 36 | 0 | 24 | E0 | 3C | 28 |
| Octal | 51 | 112 | 242 | 113 | 66 | 0 | 44 | 340 | 74 | 50 |
| Binary | 101001 | 1001010 | 10100010 | 1001011 | 110110 | 0 | 100100 | 11100000 | 111100 | 101000 |
Color Harmonies of #294AA2
Complementary color
Monochromatic Colors of #294AA2
Black with #294AA2
Text Example
Text Example
White with #294AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294AA2; }
p { color: rgb(41,74,162); }
H1.HeaderClassName
{
color: #294AA2;
}
.AnyTagClassName
{
color: #294AA2;
}
</style>
background-color css
<style>
a { background-color: #294AA2; }
a { background-color: rgb(41,74,162); }
div.DivClassName
{
background-color: #294AA2;
}
.BgClassName
{
background-color: #294AA2;
}
</style>
border-color css
<style>
span { border-color: #294AA2; }
span { border-color: rgb(41,74,162); }
td.TdClassName
{
border-color: #294AA2;
}
.TagClassName
{
border-color: #294AA2;
}
</style>