Shades of Cerulean Blue #294DA8
Tints of Cerulean Blue #294DA8
RGB
CMYK
RGB Variations
Color information
#294DA8 (or 0x294DA8) is known color: Cerulean Blue. HEX triplet: 29, 4D and A8. RGB value is (41,77,168). Sum of RGB (Red+Green+Blue) = 41+77+168=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 168 (66.02% from 255 or 58.74% from 286); Max value from RGB is 168 - color contains mainly: blue. Hex color #294DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294DA8 is #D6B257. Grayscale: #4C4C4C. Windows color (decimal): -14070360 or 11029801. OLE color: 11029801.
HSL color Cylindrical-coordinate representation of color #294DA8: hue angle of 222.99º 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 #294DA8 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 41 | 77 | 168 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.34 |
| HSL | 222.99º | 0.61% | 0.41% | - |
| HSV(B) | 222.99º | 0.76% | 0.66% | - |
| XYZ | 10.64 | 8.61 | 38.15 | - |
| YUV | 76.61 | 179.57 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 168 | 0.76 | 0.54 | 0 | 0.34 | 222.99 | 0.61 | 0.41 |
| Hex | 29 | 4D | A8 | 4C | 36 | 0 | 22 | DF | 3D | 29 |
| Octal | 51 | 115 | 250 | 114 | 66 | 0 | 42 | 337 | 75 | 51 |
| Binary | 101001 | 1001101 | 10101000 | 1001100 | 110110 | 0 | 100010 | 11011111 | 111101 | 101001 |
Color Harmonies of #294DA8
Complementary color
Monochromatic Colors of #294DA8
Black with #294DA8
Text Example
Text Example
White with #294DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294DA8; }
p { color: rgb(41,77,168); }
H1.HeaderClassName
{
color: #294DA8;
}
.AnyTagClassName
{
color: #294DA8;
}
</style>
background-color css
<style>
a { background-color: #294DA8; }
a { background-color: rgb(41,77,168); }
div.DivClassName
{
background-color: #294DA8;
}
.BgClassName
{
background-color: #294DA8;
}
</style>
border-color css
<style>
span { border-color: #294DA8; }
span { border-color: rgb(41,77,168); }
td.TdClassName
{
border-color: #294DA8;
}
.TagClassName
{
border-color: #294DA8;
}
</style>