Shades of Cerulean Blue #295DCB
Tints of Cerulean Blue #295DCB
RGB
CMYK
RGB Variations
Color information
#295DCB (or 0x295DCB) is known color: Cerulean Blue. HEX triplet: 29, 5D and CB. RGB value is (41,93,203). Sum of RGB (Red+Green+Blue) = 41+93+203=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #295DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295DCB is #D6A234. Grayscale: #595959. Windows color (decimal): -14066229 or 13327657. OLE color: 13327657.
HSL color Cylindrical-coordinate representation of color #295DCB: hue angle of 220.74º degrees, saturation: 0.66, 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 #295DCB is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 93 | 203 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.20 |
| HSL | 220.74º | 0.66% | 0.48% | - |
| HSV(B) | 220.74º | 0.8% | 0.8% | - |
| XYZ | 15.61 | 12.61 | 58.11 | - |
| YUV | 89.99 | 191.77 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 203 | 0.80 | 0.54 | 0 | 0.20 | 220.74 | 0.66 | 0.48 |
| Hex | 29 | 5D | CB | 50 | 36 | 0 | 14 | DD | 42 | 30 |
| Octal | 51 | 135 | 313 | 120 | 66 | 0 | 24 | 335 | 102 | 60 |
| Binary | 101001 | 1011101 | 11001011 | 1010000 | 110110 | 0 | 10100 | 11011101 | 1000010 | 110000 |
Color Harmonies of #295DCB
Complementary color
Monochromatic Colors of #295DCB
Black with #295DCB
Text Example
Text Example
White with #295DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295DCB; }
p { color: rgb(41,93,203); }
H1.HeaderClassName
{
color: #295DCB;
}
.AnyTagClassName
{
color: #295DCB;
}
</style>
background-color css
<style>
a { background-color: #295DCB; }
a { background-color: rgb(41,93,203); }
div.DivClassName
{
background-color: #295DCB;
}
.BgClassName
{
background-color: #295DCB;
}
</style>
border-color css
<style>
span { border-color: #295DCB; }
span { border-color: rgb(41,93,203); }
td.TdClassName
{
border-color: #295DCB;
}
.TagClassName
{
border-color: #295DCB;
}
</style>