Shades of Cerulean Blue #295CBD
Tints of Cerulean Blue #295CBD
RGB
CMYK
RGB Variations
Color information
#295CBD (or 0x295CBD) is known color: Cerulean Blue. HEX triplet: 29, 5C and BD. RGB value is (41,92,189). Sum of RGB (Red+Green+Blue) = 41+92+189=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 189 (74.22% from 255 or 58.70% from 322); Max value from RGB is 189 - color contains mainly: blue. Hex color #295CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295CBD is #D6A342. Grayscale: #575757. Windows color (decimal): -14066499 or 12409897. OLE color: 12409897.
HSL color Cylindrical-coordinate representation of color #295CBD: hue angle of 219.32º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #295CBD is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 92 | 189 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.26 |
| HSL | 219.32º | 0.64% | 0.45% | - |
| HSV(B) | 219.32º | 0.78% | 0.74% | - |
| XYZ | 13.93 | 11.8 | 49.69 | - |
| YUV | 87.81 | 185.1 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 189 | 0.78 | 0.51 | 0 | 0.26 | 219.32 | 0.64 | 0.45 |
| Hex | 29 | 5C | BD | 4E | 33 | 0 | 1A | DB | 40 | 2D |
| Octal | 51 | 134 | 275 | 116 | 63 | 0 | 32 | 333 | 100 | 55 |
| Binary | 101001 | 1011100 | 10111101 | 1001110 | 110011 | 0 | 11010 | 11011011 | 1000000 | 101101 |
Color Harmonies of #295CBD
Complementary color
Monochromatic Colors of #295CBD
Black with #295CBD
Text Example
Text Example
White with #295CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295CBD; }
p { color: rgb(41,92,189); }
H1.HeaderClassName
{
color: #295CBD;
}
.AnyTagClassName
{
color: #295CBD;
}
</style>
background-color css
<style>
a { background-color: #295CBD; }
a { background-color: rgb(41,92,189); }
div.DivClassName
{
background-color: #295CBD;
}
.BgClassName
{
background-color: #295CBD;
}
</style>
border-color css
<style>
span { border-color: #295CBD; }
span { border-color: rgb(41,92,189); }
td.TdClassName
{
border-color: #295CBD;
}
.TagClassName
{
border-color: #295CBD;
}
</style>