Shades of Cerulean Blue #294FA2
Tints of Cerulean Blue #294FA2
RGB
CMYK
RGB Variations
Color information
#294FA2 (or 0x294FA2) is known color: Cerulean Blue. HEX triplet: 29, 4F and A2. RGB value is (41,79,162). Sum of RGB (Red+Green+Blue) = 41+79+162=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 162 (63.67% from 255 or 57.45% from 282); Max value from RGB is 162 - color contains mainly: blue. Hex color #294FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294FA2 is #D6B05D. Grayscale: #4C4C4C. Windows color (decimal): -14069854 or 10637097. OLE color: 10637097.
HSL color Cylindrical-coordinate representation of color #294FA2: hue angle of 221.16º 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 #294FA2 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 41 | 79 | 162 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.36 |
| HSL | 221.16º | 0.6% | 0.4% | - |
| HSV(B) | 221.16º | 0.75% | 0.64% | - |
| XYZ | 10.23 | 8.67 | 35.32 | - |
| YUV | 77.1 | 175.91 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 162 | 0.75 | 0.51 | 0 | 0.36 | 221.16 | 0.6 | 0.4 |
| Hex | 29 | 4F | A2 | 4B | 33 | 0 | 24 | DD | 3C | 28 |
| Octal | 51 | 117 | 242 | 113 | 63 | 0 | 44 | 335 | 74 | 50 |
| Binary | 101001 | 1001111 | 10100010 | 1001011 | 110011 | 0 | 100100 | 11011101 | 111100 | 101000 |
Color Harmonies of #294FA2
Complementary color
Monochromatic Colors of #294FA2
Black with #294FA2
Text Example
Text Example
White with #294FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294FA2; }
p { color: rgb(41,79,162); }
H1.HeaderClassName
{
color: #294FA2;
}
.AnyTagClassName
{
color: #294FA2;
}
</style>
background-color css
<style>
a { background-color: #294FA2; }
a { background-color: rgb(41,79,162); }
div.DivClassName
{
background-color: #294FA2;
}
.BgClassName
{
background-color: #294FA2;
}
</style>
border-color css
<style>
span { border-color: #294FA2; }
span { border-color: rgb(41,79,162); }
td.TdClassName
{
border-color: #294FA2;
}
.TagClassName
{
border-color: #294FA2;
}
</style>