Shades of Cerulean Blue #294CAF
Tints of Cerulean Blue #294CAF
RGB
CMYK
RGB Variations
Color information
#294CAF (or 0x294CAF) is known color: Cerulean Blue. HEX triplet: 29, 4C and AF. RGB value is (41,76,175). Sum of RGB (Red+Green+Blue) = 41+76+175=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #294CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294CAF is #D6B350. Grayscale: #4C4C4C. Windows color (decimal): -14070609 or 11488297. OLE color: 11488297.
HSL color Cylindrical-coordinate representation of color #294CAF: hue angle of 224.33º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #294CAF is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 76 | 175 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.31 |
| HSL | 224.33º | 0.62% | 0.42% | - |
| HSV(B) | 224.33º | 0.77% | 0.69% | - |
| XYZ | 11.24 | 8.74 | 41.65 | - |
| YUV | 76.82 | 183.4 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 175 | 0.77 | 0.57 | 0 | 0.31 | 224.33 | 0.62 | 0.42 |
| Hex | 29 | 4C | AF | 4D | 39 | 0 | 1F | E0 | 3E | 2A |
| Octal | 51 | 114 | 257 | 115 | 71 | 0 | 37 | 340 | 76 | 52 |
| Binary | 101001 | 1001100 | 10101111 | 1001101 | 111001 | 0 | 11111 | 11100000 | 111110 | 101010 |
Color Harmonies of #294CAF
Complementary color
Monochromatic Colors of #294CAF
Black with #294CAF
Text Example
Text Example
White with #294CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294CAF; }
p { color: rgb(41,76,175); }
H1.HeaderClassName
{
color: #294CAF;
}
.AnyTagClassName
{
color: #294CAF;
}
</style>
background-color css
<style>
a { background-color: #294CAF; }
a { background-color: rgb(41,76,175); }
div.DivClassName
{
background-color: #294CAF;
}
.BgClassName
{
background-color: #294CAF;
}
</style>
border-color css
<style>
span { border-color: #294CAF; }
span { border-color: rgb(41,76,175); }
td.TdClassName
{
border-color: #294CAF;
}
.TagClassName
{
border-color: #294CAF;
}
</style>