Shades of Cerulean Blue #294CCE
Tints of Cerulean Blue #294CCE
RGB
CMYK
RGB Variations
Color information
#294CCE (or 0x294CCE) is known color: Cerulean Blue. HEX triplet: 29, 4C and CE. RGB value is (41,76,206). Sum of RGB (Red+Green+Blue) = 41+76+206=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #294CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294CCE is #D6B331. Grayscale: #4F4F4F. Windows color (decimal): -14070578 or 13519913. OLE color: 13519913.
HSL color Cylindrical-coordinate representation of color #294CCE: hue angle of 227.27º 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 #294CCE is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 76 | 206 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.19 |
| HSL | 227.27º | 0.67% | 0.48% | - |
| HSV(B) | 227.27º | 0.8% | 0.81% | - |
| XYZ | 14.64 | 10.1 | 59.57 | - |
| YUV | 80.36 | 198.9 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 206 | 0.80 | 0.63 | 0 | 0.19 | 227.27 | 0.67 | 0.48 |
| Hex | 29 | 4C | CE | 50 | 3F | 0 | 13 | E3 | 43 | 30 |
| Octal | 51 | 114 | 316 | 120 | 77 | 0 | 23 | 343 | 103 | 60 |
| Binary | 101001 | 1001100 | 11001110 | 1010000 | 111111 | 0 | 10011 | 11100011 | 1000011 | 110000 |
Color Harmonies of #294CCE
Complementary color
Monochromatic Colors of #294CCE
Black with #294CCE
Text Example
Text Example
White with #294CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294CCE; }
p { color: rgb(41,76,206); }
H1.HeaderClassName
{
color: #294CCE;
}
.AnyTagClassName
{
color: #294CCE;
}
</style>
background-color css
<style>
a { background-color: #294CCE; }
a { background-color: rgb(41,76,206); }
div.DivClassName
{
background-color: #294CCE;
}
.BgClassName
{
background-color: #294CCE;
}
</style>
border-color css
<style>
span { border-color: #294CCE; }
span { border-color: rgb(41,76,206); }
td.TdClassName
{
border-color: #294CCE;
}
.TagClassName
{
border-color: #294CCE;
}
</style>