Shades of Cerulean Blue #294ACC
Tints of Cerulean Blue #294ACC
RGB
CMYK
RGB Variations
Color information
#294ACC (or 0x294ACC) is known color: Cerulean Blue. HEX triplet: 29, 4A and CC. RGB value is (41,74,204). Sum of RGB (Red+Green+Blue) = 41+74+204=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #294ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294ACC is #D6B533. Grayscale: #4E4E4E. Windows color (decimal): -14071092 or 13388329. OLE color: 13388329.
HSL color Cylindrical-coordinate representation of color #294ACC: hue angle of 227.85º degrees, saturation: 0.67, 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 #294ACC is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 74 | 204 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.2 |
| HSL | 227.85º | 0.67% | 0.48% | - |
| HSV(B) | 227.85º | 0.8% | 0.8% | - |
| XYZ | 14.26 | 9.73 | 58.25 | - |
| YUV | 78.95 | 198.57 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 204 | 0.80 | 0.64 | 0 | 0.2 | 227.85 | 0.67 | 0.48 |
| Hex | 29 | 4A | CC | 50 | 40 | 0 | 14 | E4 | 43 | 30 |
| Octal | 51 | 112 | 314 | 120 | 100 | 0 | 24 | 344 | 103 | 60 |
| Binary | 101001 | 1001010 | 11001100 | 1010000 | 1000000 | 0 | 10100 | 11100100 | 1000011 | 110000 |
Color Harmonies of #294ACC
Complementary color
Monochromatic Colors of #294ACC
Black with #294ACC
Text Example
Text Example
White with #294ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294ACC; }
p { color: rgb(41,74,204); }
H1.HeaderClassName
{
color: #294ACC;
}
.AnyTagClassName
{
color: #294ACC;
}
</style>
background-color css
<style>
a { background-color: #294ACC; }
a { background-color: rgb(41,74,204); }
div.DivClassName
{
background-color: #294ACC;
}
.BgClassName
{
background-color: #294ACC;
}
</style>
border-color css
<style>
span { border-color: #294ACC; }
span { border-color: rgb(41,74,204); }
td.TdClassName
{
border-color: #294ACC;
}
.TagClassName
{
border-color: #294ACC;
}
</style>