Shades of Cerulean Blue #294AAF
Tints of Cerulean Blue #294AAF
RGB
CMYK
RGB Variations
Color information
#294AAF (or 0x294AAF) is known color: Cerulean Blue. HEX triplet: 29, 4A and AF. RGB value is (41,74,175). Sum of RGB (Red+Green+Blue) = 41+74+175=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #294AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294AAF is #D6B550. Grayscale: #4B4B4B. Windows color (decimal): -14071121 or 11487785. OLE color: 11487785.
HSL color Cylindrical-coordinate representation of color #294AAF: hue angle of 225.22º 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 #294AAF is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 74 | 175 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.31 |
| HSL | 225.22º | 0.62% | 0.42% | - |
| HSV(B) | 225.22º | 0.77% | 0.69% | - |
| XYZ | 11.1 | 8.46 | 41.61 | - |
| YUV | 75.65 | 184.07 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 175 | 0.77 | 0.58 | 0 | 0.31 | 225.22 | 0.62 | 0.42 |
| Hex | 29 | 4A | AF | 4D | 3A | 0 | 1F | E1 | 3E | 2A |
| Octal | 51 | 112 | 257 | 115 | 72 | 0 | 37 | 341 | 76 | 52 |
| Binary | 101001 | 1001010 | 10101111 | 1001101 | 111010 | 0 | 11111 | 11100001 | 111110 | 101010 |
Color Harmonies of #294AAF
Complementary color
Monochromatic Colors of #294AAF
Black with #294AAF
Text Example
Text Example
White with #294AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294AAF; }
p { color: rgb(41,74,175); }
H1.HeaderClassName
{
color: #294AAF;
}
.AnyTagClassName
{
color: #294AAF;
}
</style>
background-color css
<style>
a { background-color: #294AAF; }
a { background-color: rgb(41,74,175); }
div.DivClassName
{
background-color: #294AAF;
}
.BgClassName
{
background-color: #294AAF;
}
</style>
border-color css
<style>
span { border-color: #294AAF; }
span { border-color: rgb(41,74,175); }
td.TdClassName
{
border-color: #294AAF;
}
.TagClassName
{
border-color: #294AAF;
}
</style>