Shades of Cerulean Blue #295DC0
Tints of Cerulean Blue #295DC0
RGB
CMYK
RGB Variations
Color information
#295DC0 (or 0x295DC0) is known color: Cerulean Blue. HEX triplet: 29, 5D and C0. RGB value is (41,93,192). Sum of RGB (Red+Green+Blue) = 41+93+192=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 192 (75.39% from 255 or 58.90% from 326); Max value from RGB is 192 - color contains mainly: blue. Hex color #295DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295DC0 is #D6A23F. Grayscale: #585858. Windows color (decimal): -14066240 or 12606761. OLE color: 12606761.
HSL color Cylindrical-coordinate representation of color #295DC0: hue angle of 219.34º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #295DC0 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 93 | 192 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.25 |
| HSL | 219.34º | 0.65% | 0.46% | - |
| HSV(B) | 219.34º | 0.79% | 0.75% | - |
| XYZ | 14.34 | 12.11 | 51.45 | - |
| YUV | 88.74 | 186.27 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 192 | 0.79 | 0.52 | 0 | 0.25 | 219.34 | 0.65 | 0.46 |
| Hex | 29 | 5D | C0 | 4F | 34 | 0 | 19 | DB | 41 | 2E |
| Octal | 51 | 135 | 300 | 117 | 64 | 0 | 31 | 333 | 101 | 56 |
| Binary | 101001 | 1011101 | 11000000 | 1001111 | 110100 | 0 | 11001 | 11011011 | 1000001 | 101110 |
Color Harmonies of #295DC0
Complementary color
Monochromatic Colors of #295DC0
Black with #295DC0
Text Example
Text Example
White with #295DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295DC0; }
p { color: rgb(41,93,192); }
H1.HeaderClassName
{
color: #295DC0;
}
.AnyTagClassName
{
color: #295DC0;
}
</style>
background-color css
<style>
a { background-color: #295DC0; }
a { background-color: rgb(41,93,192); }
div.DivClassName
{
background-color: #295DC0;
}
.BgClassName
{
background-color: #295DC0;
}
</style>
border-color css
<style>
span { border-color: #295DC0; }
span { border-color: rgb(41,93,192); }
td.TdClassName
{
border-color: #295DC0;
}
.TagClassName
{
border-color: #295DC0;
}
</style>