Shades of Cerulean Blue #295EBE
Tints of Cerulean Blue #295EBE
RGB
CMYK
RGB Variations
Color information
#295EBE (or 0x295EBE) is known color: Cerulean Blue. HEX triplet: 29, 5E and BE. RGB value is (41,94,190). Sum of RGB (Red+Green+Blue) = 41+94+190=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #295EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295EBE is #D6A141. Grayscale: #585858. Windows color (decimal): -14065986 or 12475945. OLE color: 12475945.
HSL color Cylindrical-coordinate representation of color #295EBE: hue angle of 218.66º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #295EBE is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 94 | 190 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.25 |
| HSL | 218.66º | 0.65% | 0.45% | - |
| HSV(B) | 218.66º | 0.78% | 0.75% | - |
| XYZ | 14.21 | 12.19 | 50.32 | - |
| YUV | 89.1 | 184.94 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 94 | 190 | 0.78 | 0.51 | 0 | 0.25 | 218.66 | 0.65 | 0.45 |
| Hex | 29 | 5E | BE | 4E | 33 | 0 | 19 | DB | 41 | 2D |
| Octal | 51 | 136 | 276 | 116 | 63 | 0 | 31 | 333 | 101 | 55 |
| Binary | 101001 | 1011110 | 10111110 | 1001110 | 110011 | 0 | 11001 | 11011011 | 1000001 | 101101 |
Color Harmonies of #295EBE
Complementary color
Monochromatic Colors of #295EBE
Black with #295EBE
Text Example
Text Example
White with #295EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295EBE; }
p { color: rgb(41,94,190); }
H1.HeaderClassName
{
color: #295EBE;
}
.AnyTagClassName
{
color: #295EBE;
}
</style>
background-color css
<style>
a { background-color: #295EBE; }
a { background-color: rgb(41,94,190); }
div.DivClassName
{
background-color: #295EBE;
}
.BgClassName
{
background-color: #295EBE;
}
</style>
border-color css
<style>
span { border-color: #295EBE; }
span { border-color: rgb(41,94,190); }
td.TdClassName
{
border-color: #295EBE;
}
.TagClassName
{
border-color: #295EBE;
}
</style>