Shades of Cerulean Blue #294EBC
Tints of Cerulean Blue #294EBC
RGB
CMYK
RGB Variations
Color information
#294EBC (or 0x294EBC) is known color: Cerulean Blue. HEX triplet: 29, 4E and BC. RGB value is (41,78,188). Sum of RGB (Red+Green+Blue) = 41+78+188=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #294EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294EBC is #D6B143. Grayscale: #4F4F4F. Windows color (decimal): -14070084 or 12340777. OLE color: 12340777.
HSL color Cylindrical-coordinate representation of color #294EBC: hue angle of 224.9º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #294EBC is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 78 | 188 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.26 |
| HSL | 224.9º | 0.64% | 0.45% | - |
| HSV(B) | 224.9º | 0.78% | 0.74% | - |
| XYZ | 12.72 | 9.55 | 48.75 | - |
| YUV | 79.48 | 189.24 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 188 | 0.78 | 0.59 | 0 | 0.26 | 224.9 | 0.64 | 0.45 |
| Hex | 29 | 4E | BC | 4E | 3B | 0 | 1A | E1 | 40 | 2D |
| Octal | 51 | 116 | 274 | 116 | 73 | 0 | 32 | 341 | 100 | 55 |
| Binary | 101001 | 1001110 | 10111100 | 1001110 | 111011 | 0 | 11010 | 11100001 | 1000000 | 101101 |
Color Harmonies of #294EBC
Complementary color
Monochromatic Colors of #294EBC
Black with #294EBC
Text Example
Text Example
White with #294EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294EBC; }
p { color: rgb(41,78,188); }
H1.HeaderClassName
{
color: #294EBC;
}
.AnyTagClassName
{
color: #294EBC;
}
</style>
background-color css
<style>
a { background-color: #294EBC; }
a { background-color: rgb(41,78,188); }
div.DivClassName
{
background-color: #294EBC;
}
.BgClassName
{
background-color: #294EBC;
}
</style>
border-color css
<style>
span { border-color: #294EBC; }
span { border-color: rgb(41,78,188); }
td.TdClassName
{
border-color: #294EBC;
}
.TagClassName
{
border-color: #294EBC;
}
</style>