Shades of Cerulean Blue #294AA8
Tints of Cerulean Blue #294AA8
RGB
CMYK
RGB Variations
Color information
#294AA8 (or 0x294AA8) is known color: Cerulean Blue. HEX triplet: 29, 4A and A8. RGB value is (41,74,168). Sum of RGB (Red+Green+Blue) = 41+74+168=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 168 (66.02% from 255 or 59.36% from 283); Max value from RGB is 168 - color contains mainly: blue. Hex color #294AA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294AA8 is #D6B557. Grayscale: #4A4A4A. Windows color (decimal): -14071128 or 11029033. OLE color: 11029033.
HSL color Cylindrical-coordinate representation of color #294AA8: hue angle of 224.41º 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 #294AA8 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 41 | 74 | 168 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.34 |
| HSL | 224.41º | 0.61% | 0.41% | - |
| HSV(B) | 224.41º | 0.76% | 0.66% | - |
| XYZ | 10.43 | 8.2 | 38.08 | - |
| YUV | 74.85 | 180.57 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 168 | 0.76 | 0.56 | 0 | 0.34 | 224.41 | 0.61 | 0.41 |
| Hex | 29 | 4A | A8 | 4C | 38 | 0 | 22 | E0 | 3D | 29 |
| Octal | 51 | 112 | 250 | 114 | 70 | 0 | 42 | 340 | 75 | 51 |
| Binary | 101001 | 1001010 | 10101000 | 1001100 | 111000 | 0 | 100010 | 11100000 | 111101 | 101001 |
Color Harmonies of #294AA8
Complementary color
Monochromatic Colors of #294AA8
Black with #294AA8
Text Example
Text Example
White with #294AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294AA8; }
p { color: rgb(41,74,168); }
H1.HeaderClassName
{
color: #294AA8;
}
.AnyTagClassName
{
color: #294AA8;
}
</style>
background-color css
<style>
a { background-color: #294AA8; }
a { background-color: rgb(41,74,168); }
div.DivClassName
{
background-color: #294AA8;
}
.BgClassName
{
background-color: #294AA8;
}
</style>
border-color css
<style>
span { border-color: #294AA8; }
span { border-color: rgb(41,74,168); }
td.TdClassName
{
border-color: #294AA8;
}
.TagClassName
{
border-color: #294AA8;
}
</style>