Shades of Cerulean Blue #295BCD
Tints of Cerulean Blue #295BCD
RGB
CMYK
RGB Variations
Color information
#295BCD (or 0x295BCD) is known color: Cerulean Blue. HEX triplet: 29, 5B and CD. RGB value is (41,91,205). Sum of RGB (Red+Green+Blue) = 41+91+205=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #295BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295BCD is #D6A432. Grayscale: #585858. Windows color (decimal): -14066739 or 13458217. OLE color: 13458217.
HSL color Cylindrical-coordinate representation of color #295BCD: hue angle of 221.71º 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 #295BCD is Cyan = 0.8, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 91 | 205 | - |
| CMYK | 0.8 | 0.56 | 0 | 0.20 |
| HSL | 221.71º | 0.67% | 0.48% | - |
| HSV(B) | 221.71º | 0.8% | 0.8% | - |
| XYZ | 15.67 | 12.36 | 59.32 | - |
| YUV | 89.05 | 193.44 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 205 | 0.8 | 0.56 | 0 | 0.20 | 221.71 | 0.67 | 0.48 |
| Hex | 29 | 5B | CD | 50 | 38 | 0 | 14 | DE | 43 | 30 |
| Octal | 51 | 133 | 315 | 120 | 70 | 0 | 24 | 336 | 103 | 60 |
| Binary | 101001 | 1011011 | 11001101 | 1010000 | 111000 | 0 | 10100 | 11011110 | 1000011 | 110000 |
Color Harmonies of #295BCD
Complementary color
Monochromatic Colors of #295BCD
Black with #295BCD
Text Example
Text Example
White with #295BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295BCD; }
p { color: rgb(41,91,205); }
H1.HeaderClassName
{
color: #295BCD;
}
.AnyTagClassName
{
color: #295BCD;
}
</style>
background-color css
<style>
a { background-color: #295BCD; }
a { background-color: rgb(41,91,205); }
div.DivClassName
{
background-color: #295BCD;
}
.BgClassName
{
background-color: #295BCD;
}
</style>
border-color css
<style>
span { border-color: #295BCD; }
span { border-color: rgb(41,91,205); }
td.TdClassName
{
border-color: #295BCD;
}
.TagClassName
{
border-color: #295BCD;
}
</style>