Shades of Cerulean Blue #294DA9
Tints of Cerulean Blue #294DA9
RGB
CMYK
RGB Variations
Color information
#294DA9 (or 0x294DA9) is known color: Cerulean Blue. HEX triplet: 29, 4D and A9. RGB value is (41,77,169). Sum of RGB (Red+Green+Blue) = 41+77+169=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 169 (66.41% from 255 or 58.89% from 287); Max value from RGB is 169 - color contains mainly: blue. Hex color #294DA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294DA9 is #D6B256. Grayscale: #4C4C4C. Windows color (decimal): -14070359 or 11095337. OLE color: 11095337.
HSL color Cylindrical-coordinate representation of color #294DA9: hue angle of 223.12º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #294DA9 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 41 | 77 | 169 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.34 |
| HSL | 223.13º | 0.61% | 0.41% | - |
| HSV(B) | 223.13º | 0.76% | 0.66% | - |
| XYZ | 10.73 | 8.64 | 38.64 | - |
| YUV | 76.72 | 180.07 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 169 | 0.76 | 0.54 | 0 | 0.34 | 223.13 | 0.61 | 0.41 |
| Hex | 29 | 4D | A9 | 4C | 36 | 0 | 22 | DF | 3D | 29 |
| Octal | 51 | 115 | 251 | 114 | 66 | 0 | 42 | 337 | 75 | 51 |
| Binary | 101001 | 1001101 | 10101001 | 1001100 | 110110 | 0 | 100010 | 11011111 | 111101 | 101001 |
Color Harmonies of #294DA9
Complementary color
Monochromatic Colors of #294DA9
Black with #294DA9
Text Example
Text Example
White with #294DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294DA9; }
p { color: rgb(41,77,169); }
H1.HeaderClassName
{
color: #294DA9;
}
.AnyTagClassName
{
color: #294DA9;
}
</style>
background-color css
<style>
a { background-color: #294DA9; }
a { background-color: rgb(41,77,169); }
div.DivClassName
{
background-color: #294DA9;
}
.BgClassName
{
background-color: #294DA9;
}
</style>
border-color css
<style>
span { border-color: #294DA9; }
span { border-color: rgb(41,77,169); }
td.TdClassName
{
border-color: #294DA9;
}
.TagClassName
{
border-color: #294DA9;
}
</style>