Shades of Cerulean Blue #295ACC
Tints of Cerulean Blue #295ACC
RGB
CMYK
RGB Variations
Color information
#295ACC (or 0x295ACC) is known color: Cerulean Blue. HEX triplet: 29, 5A and CC. RGB value is (41,90,204). Sum of RGB (Red+Green+Blue) = 41+90+204=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #295ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295ACC is #D6A533. Grayscale: #575757. Windows color (decimal): -14066996 or 13392425. OLE color: 13392425.
HSL color Cylindrical-coordinate representation of color #295ACC: hue angle of 221.96º 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 #295ACC is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 90 | 204 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.2 |
| HSL | 221.96º | 0.67% | 0.48% | - |
| HSV(B) | 221.96º | 0.8% | 0.8% | - |
| XYZ | 15.47 | 12.14 | 58.66 | - |
| YUV | 88.35 | 193.27 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 204 | 0.80 | 0.56 | 0 | 0.2 | 221.96 | 0.67 | 0.48 |
| Hex | 29 | 5A | CC | 50 | 38 | 0 | 14 | DE | 43 | 30 |
| Octal | 51 | 132 | 314 | 120 | 70 | 0 | 24 | 336 | 103 | 60 |
| Binary | 101001 | 1011010 | 11001100 | 1010000 | 111000 | 0 | 10100 | 11011110 | 1000011 | 110000 |
Color Harmonies of #295ACC
Complementary color
Monochromatic Colors of #295ACC
Black with #295ACC
Text Example
Text Example
White with #295ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295ACC; }
p { color: rgb(41,90,204); }
H1.HeaderClassName
{
color: #295ACC;
}
.AnyTagClassName
{
color: #295ACC;
}
</style>
background-color css
<style>
a { background-color: #295ACC; }
a { background-color: rgb(41,90,204); }
div.DivClassName
{
background-color: #295ACC;
}
.BgClassName
{
background-color: #295ACC;
}
</style>
border-color css
<style>
span { border-color: #295ACC; }
span { border-color: rgb(41,90,204); }
td.TdClassName
{
border-color: #295ACC;
}
.TagClassName
{
border-color: #295ACC;
}
</style>