Shades of Cerulean Blue #294ACB
Tints of Cerulean Blue #294ACB
RGB
CMYK
RGB Variations
Color information
#294ACB (or 0x294ACB) is known color: Cerulean Blue. HEX triplet: 29, 4A and CB. RGB value is (41,74,203). Sum of RGB (Red+Green+Blue) = 41+74+203=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #294ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294ACB is #D6B534. Grayscale: #4E4E4E. Windows color (decimal): -14071093 or 13322793. OLE color: 13322793.
HSL color Cylindrical-coordinate representation of color #294ACB: hue angle of 227.78º 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 #294ACB is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 74 | 203 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.20 |
| HSL | 227.78º | 0.66% | 0.48% | - |
| HSV(B) | 227.78º | 0.8% | 0.8% | - |
| XYZ | 14.14 | 9.68 | 57.62 | - |
| YUV | 78.84 | 198.07 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 203 | 0.80 | 0.64 | 0 | 0.20 | 227.78 | 0.66 | 0.48 |
| Hex | 29 | 4A | CB | 50 | 40 | 0 | 14 | E4 | 42 | 30 |
| Octal | 51 | 112 | 313 | 120 | 100 | 0 | 24 | 344 | 102 | 60 |
| Binary | 101001 | 1001010 | 11001011 | 1010000 | 1000000 | 0 | 10100 | 11100100 | 1000010 | 110000 |
Color Harmonies of #294ACB
Complementary color
Monochromatic Colors of #294ACB
Black with #294ACB
Text Example
Text Example
White with #294ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294ACB; }
p { color: rgb(41,74,203); }
H1.HeaderClassName
{
color: #294ACB;
}
.AnyTagClassName
{
color: #294ACB;
}
</style>
background-color css
<style>
a { background-color: #294ACB; }
a { background-color: rgb(41,74,203); }
div.DivClassName
{
background-color: #294ACB;
}
.BgClassName
{
background-color: #294ACB;
}
</style>
border-color css
<style>
span { border-color: #294ACB; }
span { border-color: rgb(41,74,203); }
td.TdClassName
{
border-color: #294ACB;
}
.TagClassName
{
border-color: #294ACB;
}
</style>