Shades of Cerulean Blue #295CCD
Tints of Cerulean Blue #295CCD
RGB
CMYK
RGB Variations
Color information
#295CCD (or 0x295CCD) is known color: Cerulean Blue. HEX triplet: 29, 5C and CD. RGB value is (41,92,205). Sum of RGB (Red+Green+Blue) = 41+92+205=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #295CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295CCD is #D6A332. Grayscale: #595959. Windows color (decimal): -14066483 or 13458473. OLE color: 13458473.
HSL color Cylindrical-coordinate representation of color #295CCD: hue angle of 221.34º 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 #295CCD is Cyan = 0.8, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 92 | 205 | - |
| CMYK | 0.8 | 0.55 | 0 | 0.20 |
| HSL | 221.34º | 0.67% | 0.48% | - |
| HSV(B) | 221.34º | 0.8% | 0.8% | - |
| XYZ | 15.76 | 12.53 | 59.35 | - |
| YUV | 89.63 | 193.1 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 205 | 0.8 | 0.55 | 0 | 0.20 | 221.34 | 0.67 | 0.48 |
| Hex | 29 | 5C | CD | 50 | 37 | 0 | 14 | DD | 43 | 30 |
| Octal | 51 | 134 | 315 | 120 | 67 | 0 | 24 | 335 | 103 | 60 |
| Binary | 101001 | 1011100 | 11001101 | 1010000 | 110111 | 0 | 10100 | 11011101 | 1000011 | 110000 |
Color Harmonies of #295CCD
Complementary color
Monochromatic Colors of #295CCD
Black with #295CCD
Text Example
Text Example
White with #295CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295CCD; }
p { color: rgb(41,92,205); }
H1.HeaderClassName
{
color: #295CCD;
}
.AnyTagClassName
{
color: #295CCD;
}
</style>
background-color css
<style>
a { background-color: #295CCD; }
a { background-color: rgb(41,92,205); }
div.DivClassName
{
background-color: #295CCD;
}
.BgClassName
{
background-color: #295CCD;
}
</style>
border-color css
<style>
span { border-color: #295CCD; }
span { border-color: rgb(41,92,205); }
td.TdClassName
{
border-color: #295CCD;
}
.TagClassName
{
border-color: #295CCD;
}
</style>