Shades of Cerulean Blue #294CAB
Tints of Cerulean Blue #294CAB
RGB
CMYK
RGB Variations
Color information
#294CAB (or 0x294CAB) is known color: Cerulean Blue. HEX triplet: 29, 4C and AB. RGB value is (41,76,171). Sum of RGB (Red+Green+Blue) = 41+76+171=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #294CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294CAB is #D6B354. Grayscale: #4B4B4B. Windows color (decimal): -14070613 or 11226153. OLE color: 11226153.
HSL color Cylindrical-coordinate representation of color #294CAB: hue angle of 223.85º degrees, saturation: 0.61, 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 #294CAB is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 76 | 171 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.33 |
| HSL | 223.85º | 0.61% | 0.42% | - |
| HSV(B) | 223.85º | 0.76% | 0.67% | - |
| XYZ | 10.85 | 8.58 | 39.61 | - |
| YUV | 76.37 | 181.4 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 171 | 0.76 | 0.56 | 0 | 0.33 | 223.85 | 0.61 | 0.42 |
| Hex | 29 | 4C | AB | 4C | 38 | 0 | 21 | E0 | 3D | 2A |
| Octal | 51 | 114 | 253 | 114 | 70 | 0 | 41 | 340 | 75 | 52 |
| Binary | 101001 | 1001100 | 10101011 | 1001100 | 111000 | 0 | 100001 | 11100000 | 111101 | 101010 |
Color Harmonies of #294CAB
Complementary color
Monochromatic Colors of #294CAB
Black with #294CAB
Text Example
Text Example
White with #294CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294CAB; }
p { color: rgb(41,76,171); }
H1.HeaderClassName
{
color: #294CAB;
}
.AnyTagClassName
{
color: #294CAB;
}
</style>
background-color css
<style>
a { background-color: #294CAB; }
a { background-color: rgb(41,76,171); }
div.DivClassName
{
background-color: #294CAB;
}
.BgClassName
{
background-color: #294CAB;
}
</style>
border-color css
<style>
span { border-color: #294CAB; }
span { border-color: rgb(41,76,171); }
td.TdClassName
{
border-color: #294CAB;
}
.TagClassName
{
border-color: #294CAB;
}
</style>