Shades of Cerulean Blue #294AAC
Tints of Cerulean Blue #294AAC
RGB
CMYK
RGB Variations
Color information
#294AAC (or 0x294AAC) is known color: Cerulean Blue. HEX triplet: 29, 4A and AC. RGB value is (41,74,172). Sum of RGB (Red+Green+Blue) = 41+74+172=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #294AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294AAC is #D6B553. Grayscale: #4A4A4A. Windows color (decimal): -14071124 or 11291177. OLE color: 11291177.
HSL color Cylindrical-coordinate representation of color #294AAC: hue angle of 224.89º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #294AAC is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 74 | 172 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.33 |
| HSL | 224.89º | 0.62% | 0.42% | - |
| HSV(B) | 224.89º | 0.76% | 0.67% | - |
| XYZ | 10.81 | 8.35 | 40.07 | - |
| YUV | 75.31 | 182.57 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 172 | 0.76 | 0.57 | 0 | 0.33 | 224.89 | 0.62 | 0.42 |
| Hex | 29 | 4A | AC | 4C | 39 | 0 | 21 | E1 | 3E | 2A |
| Octal | 51 | 112 | 254 | 114 | 71 | 0 | 41 | 341 | 76 | 52 |
| Binary | 101001 | 1001010 | 10101100 | 1001100 | 111001 | 0 | 100001 | 11100001 | 111110 | 101010 |
Color Harmonies of #294AAC
Complementary color
Monochromatic Colors of #294AAC
Black with #294AAC
Text Example
Text Example
White with #294AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294AAC; }
p { color: rgb(41,74,172); }
H1.HeaderClassName
{
color: #294AAC;
}
.AnyTagClassName
{
color: #294AAC;
}
</style>
background-color css
<style>
a { background-color: #294AAC; }
a { background-color: rgb(41,74,172); }
div.DivClassName
{
background-color: #294AAC;
}
.BgClassName
{
background-color: #294AAC;
}
</style>
border-color css
<style>
span { border-color: #294AAC; }
span { border-color: rgb(41,74,172); }
td.TdClassName
{
border-color: #294AAC;
}
.TagClassName
{
border-color: #294AAC;
}
</style>