Shades of Cerulean Blue #294BA7
Tints of Cerulean Blue #294BA7
RGB
CMYK
RGB Variations
Color information
#294BA7 (or 0x294BA7) is known color: Cerulean Blue. HEX triplet: 29, 4B and A7. RGB value is (41,75,167). Sum of RGB (Red+Green+Blue) = 41+75+167=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 167 (65.62% from 255 or 59.01% from 283); Max value from RGB is 167 - color contains mainly: blue. Hex color #294BA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294BA7 is #D6B458. Grayscale: #4A4A4A. Windows color (decimal): -14070873 or 10963753. OLE color: 10963753.
HSL color Cylindrical-coordinate representation of color #294BA7: hue angle of 223.81º degrees, saturation: 0.61, 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 #294BA7 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 41 | 75 | 167 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.35 |
| HSL | 223.81º | 0.61% | 0.41% | - |
| HSV(B) | 223.81º | 0.75% | 0.65% | - |
| XYZ | 10.41 | 8.29 | 37.61 | - |
| YUV | 75.32 | 179.74 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 167 | 0.75 | 0.55 | 0 | 0.35 | 223.81 | 0.61 | 0.41 |
| Hex | 29 | 4B | A7 | 4B | 37 | 0 | 23 | E0 | 3D | 29 |
| Octal | 51 | 113 | 247 | 113 | 67 | 0 | 43 | 340 | 75 | 51 |
| Binary | 101001 | 1001011 | 10100111 | 1001011 | 110111 | 0 | 100011 | 11100000 | 111101 | 101001 |
Color Harmonies of #294BA7
Complementary color
Monochromatic Colors of #294BA7
Black with #294BA7
Text Example
Text Example
White with #294BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294BA7; }
p { color: rgb(41,75,167); }
H1.HeaderClassName
{
color: #294BA7;
}
.AnyTagClassName
{
color: #294BA7;
}
</style>
background-color css
<style>
a { background-color: #294BA7; }
a { background-color: rgb(41,75,167); }
div.DivClassName
{
background-color: #294BA7;
}
.BgClassName
{
background-color: #294BA7;
}
</style>
border-color css
<style>
span { border-color: #294BA7; }
span { border-color: rgb(41,75,167); }
td.TdClassName
{
border-color: #294BA7;
}
.TagClassName
{
border-color: #294BA7;
}
</style>