Shades of Cerulean Blue #294CCB
Tints of Cerulean Blue #294CCB
RGB
CMYK
RGB Variations
Color information
#294CCB (or 0x294CCB) is known color: Cerulean Blue. HEX triplet: 29, 4C and CB. RGB value is (41,76,203). Sum of RGB (Red+Green+Blue) = 41+76+203=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #294CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294CCB is #D6B334. Grayscale: #4F4F4F. Windows color (decimal): -14070581 or 13323305. OLE color: 13323305.
HSL color Cylindrical-coordinate representation of color #294CCB: hue angle of 227.04º 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 #294CCB is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 76 | 203 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.20 |
| HSL | 227.04º | 0.66% | 0.48% | - |
| HSV(B) | 227.04º | 0.8% | 0.8% | - |
| XYZ | 14.28 | 9.95 | 57.67 | - |
| YUV | 80.01 | 197.4 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 203 | 0.80 | 0.63 | 0 | 0.20 | 227.04 | 0.66 | 0.48 |
| Hex | 29 | 4C | CB | 50 | 3F | 0 | 14 | E3 | 42 | 30 |
| Octal | 51 | 114 | 313 | 120 | 77 | 0 | 24 | 343 | 102 | 60 |
| Binary | 101001 | 1001100 | 11001011 | 1010000 | 111111 | 0 | 10100 | 11100011 | 1000010 | 110000 |
Color Harmonies of #294CCB
Complementary color
Monochromatic Colors of #294CCB
Black with #294CCB
Text Example
Text Example
White with #294CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294CCB; }
p { color: rgb(41,76,203); }
H1.HeaderClassName
{
color: #294CCB;
}
.AnyTagClassName
{
color: #294CCB;
}
</style>
background-color css
<style>
a { background-color: #294CCB; }
a { background-color: rgb(41,76,203); }
div.DivClassName
{
background-color: #294CCB;
}
.BgClassName
{
background-color: #294CCB;
}
</style>
border-color css
<style>
span { border-color: #294CCB; }
span { border-color: rgb(41,76,203); }
td.TdClassName
{
border-color: #294CCB;
}
.TagClassName
{
border-color: #294CCB;
}
</style>