Shades of Cerulean Blue #294DA6
Tints of Cerulean Blue #294DA6
RGB
CMYK
RGB Variations
Color information
#294DA6 (or 0x294DA6) is known color: Cerulean Blue. HEX triplet: 29, 4D and A6. RGB value is (41,77,166). Sum of RGB (Red+Green+Blue) = 41+77+166=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 166 (65.23% from 255 or 58.45% from 284); Max value from RGB is 166 - color contains mainly: blue. Hex color #294DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294DA6 is #D6B259. Grayscale: #4B4B4B. Windows color (decimal): -14070362 or 10898729. OLE color: 10898729.
HSL color Cylindrical-coordinate representation of color #294DA6: hue angle of 222.72º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #294DA6 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 41 | 77 | 166 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.35 |
| HSL | 222.72º | 0.6% | 0.41% | - |
| HSV(B) | 222.72º | 0.75% | 0.65% | - |
| XYZ | 10.45 | 8.53 | 37.17 | - |
| YUV | 76.38 | 178.57 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 166 | 0.75 | 0.54 | 0 | 0.35 | 222.72 | 0.6 | 0.41 |
| Hex | 29 | 4D | A6 | 4B | 36 | 0 | 23 | DF | 3C | 29 |
| Octal | 51 | 115 | 246 | 113 | 66 | 0 | 43 | 337 | 74 | 51 |
| Binary | 101001 | 1001101 | 10100110 | 1001011 | 110110 | 0 | 100011 | 11011111 | 111100 | 101001 |
Color Harmonies of #294DA6
Complementary color
Monochromatic Colors of #294DA6
Black with #294DA6
Text Example
Text Example
White with #294DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294DA6; }
p { color: rgb(41,77,166); }
H1.HeaderClassName
{
color: #294DA6;
}
.AnyTagClassName
{
color: #294DA6;
}
</style>
background-color css
<style>
a { background-color: #294DA6; }
a { background-color: rgb(41,77,166); }
div.DivClassName
{
background-color: #294DA6;
}
.BgClassName
{
background-color: #294DA6;
}
</style>
border-color css
<style>
span { border-color: #294DA6; }
span { border-color: rgb(41,77,166); }
td.TdClassName
{
border-color: #294DA6;
}
.TagClassName
{
border-color: #294DA6;
}
</style>