Shades of Cerulean Blue #294ECE
Tints of Cerulean Blue #294ECE
RGB
CMYK
RGB Variations
Color information
#294ECE (or 0x294ECE) is known color: Cerulean Blue. HEX triplet: 29, 4E and CE. RGB value is (41,78,206). Sum of RGB (Red+Green+Blue) = 41+78+206=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #294ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294ECE is #D6B131. Grayscale: #505050. Windows color (decimal): -14070066 or 13520425. OLE color: 13520425.
HSL color Cylindrical-coordinate representation of color #294ECE: hue angle of 226.55º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #294ECE is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 78 | 206 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.19 |
| HSL | 226.55º | 0.67% | 0.48% | - |
| HSV(B) | 226.55º | 0.8% | 0.81% | - |
| XYZ | 14.78 | 10.38 | 59.62 | - |
| YUV | 81.53 | 198.24 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 206 | 0.80 | 0.62 | 0 | 0.19 | 226.55 | 0.67 | 0.48 |
| Hex | 29 | 4E | CE | 50 | 3E | 0 | 13 | E3 | 43 | 30 |
| Octal | 51 | 116 | 316 | 120 | 76 | 0 | 23 | 343 | 103 | 60 |
| Binary | 101001 | 1001110 | 11001110 | 1010000 | 111110 | 0 | 10011 | 11100011 | 1000011 | 110000 |
Color Harmonies of #294ECE
Complementary color
Monochromatic Colors of #294ECE
Black with #294ECE
Text Example
Text Example
White with #294ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294ECE; }
p { color: rgb(41,78,206); }
H1.HeaderClassName
{
color: #294ECE;
}
.AnyTagClassName
{
color: #294ECE;
}
</style>
background-color css
<style>
a { background-color: #294ECE; }
a { background-color: rgb(41,78,206); }
div.DivClassName
{
background-color: #294ECE;
}
.BgClassName
{
background-color: #294ECE;
}
</style>
border-color css
<style>
span { border-color: #294ECE; }
span { border-color: rgb(41,78,206); }
td.TdClassName
{
border-color: #294ECE;
}
.TagClassName
{
border-color: #294ECE;
}
</style>