Shades of Cerulean Blue #294BAE
Tints of Cerulean Blue #294BAE
RGB
CMYK
RGB Variations
Color information
#294BAE (or 0x294BAE) is known color: Cerulean Blue. HEX triplet: 29, 4B and AE. RGB value is (41,75,174). Sum of RGB (Red+Green+Blue) = 41+75+174=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #294BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294BAE is #D6B451. Grayscale: #4B4B4B. Windows color (decimal): -14070866 or 11422505. OLE color: 11422505.
HSL color Cylindrical-coordinate representation of color #294BAE: hue angle of 224.66º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #294BAE is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 75 | 174 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.32 |
| HSL | 224.66º | 0.62% | 0.42% | - |
| HSV(B) | 224.66º | 0.76% | 0.68% | - |
| XYZ | 11.07 | 8.56 | 41.11 | - |
| YUV | 76.12 | 183.24 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 174 | 0.76 | 0.57 | 0 | 0.32 | 224.66 | 0.62 | 0.42 |
| Hex | 29 | 4B | AE | 4C | 39 | 0 | 20 | E1 | 3E | 2A |
| Octal | 51 | 113 | 256 | 114 | 71 | 0 | 40 | 341 | 76 | 52 |
| Binary | 101001 | 1001011 | 10101110 | 1001100 | 111001 | 0 | 100000 | 11100001 | 111110 | 101010 |
Color Harmonies of #294BAE
Complementary color
Monochromatic Colors of #294BAE
Black with #294BAE
Text Example
Text Example
White with #294BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294BAE; }
p { color: rgb(41,75,174); }
H1.HeaderClassName
{
color: #294BAE;
}
.AnyTagClassName
{
color: #294BAE;
}
</style>
background-color css
<style>
a { background-color: #294BAE; }
a { background-color: rgb(41,75,174); }
div.DivClassName
{
background-color: #294BAE;
}
.BgClassName
{
background-color: #294BAE;
}
</style>
border-color css
<style>
span { border-color: #294BAE; }
span { border-color: rgb(41,75,174); }
td.TdClassName
{
border-color: #294BAE;
}
.TagClassName
{
border-color: #294BAE;
}
</style>