Shades of Cerulean Blue #294DCB
Tints of Cerulean Blue #294DCB
RGB
CMYK
RGB Variations
Color information
#294DCB (or 0x294DCB) is known color: Cerulean Blue. HEX triplet: 29, 4D and CB. RGB value is (41,77,203). Sum of RGB (Red+Green+Blue) = 41+77+203=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #294DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294DCB is #D6B234. Grayscale: #505050. Windows color (decimal): -14070325 or 13323561. OLE color: 13323561.
HSL color Cylindrical-coordinate representation of color #294DCB: hue angle of 226.67º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #294DCB is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 77 | 203 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.20 |
| HSL | 226.67º | 0.66% | 0.48% | - |
| HSV(B) | 226.67º | 0.8% | 0.8% | - |
| XYZ | 14.35 | 10.09 | 57.69 | - |
| YUV | 80.6 | 197.07 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 203 | 0.80 | 0.62 | 0 | 0.20 | 226.67 | 0.66 | 0.48 |
| Hex | 29 | 4D | CB | 50 | 3E | 0 | 14 | E3 | 42 | 30 |
| Octal | 51 | 115 | 313 | 120 | 76 | 0 | 24 | 343 | 102 | 60 |
| Binary | 101001 | 1001101 | 11001011 | 1010000 | 111110 | 0 | 10100 | 11100011 | 1000010 | 110000 |
Color Harmonies of #294DCB
Complementary color
Monochromatic Colors of #294DCB
Black with #294DCB
Text Example
Text Example
White with #294DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294DCB; }
p { color: rgb(41,77,203); }
H1.HeaderClassName
{
color: #294DCB;
}
.AnyTagClassName
{
color: #294DCB;
}
</style>
background-color css
<style>
a { background-color: #294DCB; }
a { background-color: rgb(41,77,203); }
div.DivClassName
{
background-color: #294DCB;
}
.BgClassName
{
background-color: #294DCB;
}
</style>
border-color css
<style>
span { border-color: #294DCB; }
span { border-color: rgb(41,77,203); }
td.TdClassName
{
border-color: #294DCB;
}
.TagClassName
{
border-color: #294DCB;
}
</style>