Shades of Cerulean Blue #294BAC
Tints of Cerulean Blue #294BAC
RGB
CMYK
RGB Variations
Color information
#294BAC (or 0x294BAC) is known color: Cerulean Blue. HEX triplet: 29, 4B and AC. RGB value is (41,75,172). Sum of RGB (Red+Green+Blue) = 41+75+172=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #294BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294BAC is #D6B453. Grayscale: #4B4B4B. Windows color (decimal): -14070868 or 11291433. OLE color: 11291433.
HSL color Cylindrical-coordinate representation of color #294BAC: hue angle of 224.43º 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 #294BAC is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 75 | 172 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.33 |
| HSL | 224.43º | 0.62% | 0.42% | - |
| HSV(B) | 224.43º | 0.76% | 0.67% | - |
| XYZ | 10.88 | 8.48 | 40.09 | - |
| YUV | 75.89 | 182.24 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 172 | 0.76 | 0.56 | 0 | 0.33 | 224.43 | 0.62 | 0.42 |
| Hex | 29 | 4B | AC | 4C | 38 | 0 | 21 | E0 | 3E | 2A |
| Octal | 51 | 113 | 254 | 114 | 70 | 0 | 41 | 340 | 76 | 52 |
| Binary | 101001 | 1001011 | 10101100 | 1001100 | 111000 | 0 | 100001 | 11100000 | 111110 | 101010 |
Color Harmonies of #294BAC
Complementary color
Monochromatic Colors of #294BAC
Black with #294BAC
Text Example
Text Example
White with #294BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294BAC; }
p { color: rgb(41,75,172); }
H1.HeaderClassName
{
color: #294BAC;
}
.AnyTagClassName
{
color: #294BAC;
}
</style>
background-color css
<style>
a { background-color: #294BAC; }
a { background-color: rgb(41,75,172); }
div.DivClassName
{
background-color: #294BAC;
}
.BgClassName
{
background-color: #294BAC;
}
</style>
border-color css
<style>
span { border-color: #294BAC; }
span { border-color: rgb(41,75,172); }
td.TdClassName
{
border-color: #294BAC;
}
.TagClassName
{
border-color: #294BAC;
}
</style>