Shades of Cerulean Blue #294DAF
Tints of Cerulean Blue #294DAF
RGB
CMYK
RGB Variations
Color information
#294DAF (or 0x294DAF) is known color: Cerulean Blue. HEX triplet: 29, 4D and AF. RGB value is (41,77,175). Sum of RGB (Red+Green+Blue) = 41+77+175=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 175 (68.75% from 255 or 59.73% from 293); Max value from RGB is 175 - color contains mainly: blue. Hex color #294DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294DAF is #D6B250. Grayscale: #4C4C4C. Windows color (decimal): -14070353 or 11488553. OLE color: 11488553.
HSL color Cylindrical-coordinate representation of color #294DAF: hue angle of 223.88º 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 #294DAF is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 77 | 175 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.31 |
| HSL | 223.88º | 0.62% | 0.42% | - |
| HSV(B) | 223.88º | 0.77% | 0.69% | - |
| XYZ | 11.31 | 8.87 | 41.67 | - |
| YUV | 77.41 | 183.07 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 175 | 0.77 | 0.56 | 0 | 0.31 | 223.88 | 0.62 | 0.42 |
| Hex | 29 | 4D | AF | 4D | 38 | 0 | 1F | E0 | 3E | 2A |
| Octal | 51 | 115 | 257 | 115 | 70 | 0 | 37 | 340 | 76 | 52 |
| Binary | 101001 | 1001101 | 10101111 | 1001101 | 111000 | 0 | 11111 | 11100000 | 111110 | 101010 |
Color Harmonies of #294DAF
Complementary color
Monochromatic Colors of #294DAF
Black with #294DAF
Text Example
Text Example
White with #294DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294DAF; }
p { color: rgb(41,77,175); }
H1.HeaderClassName
{
color: #294DAF;
}
.AnyTagClassName
{
color: #294DAF;
}
</style>
background-color css
<style>
a { background-color: #294DAF; }
a { background-color: rgb(41,77,175); }
div.DivClassName
{
background-color: #294DAF;
}
.BgClassName
{
background-color: #294DAF;
}
</style>
border-color css
<style>
span { border-color: #294DAF; }
span { border-color: rgb(41,77,175); }
td.TdClassName
{
border-color: #294DAF;
}
.TagClassName
{
border-color: #294DAF;
}
</style>