Shades of Endeavour #295D98
Tints of Endeavour #295D98
RGB
CMYK
RGB Variations
Color information
#295D98 (or 0x295D98) is known color: Endeavour. HEX triplet: 29, 5D and 98. RGB value is (41,93,152). Sum of RGB (Red+Green+Blue) = 41+93+152=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #295D98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295D98 is #D6A267. Grayscale: #535353. Windows color (decimal): -14066280 or 9985321. OLE color: 9985321.
HSL color Cylindrical-coordinate representation of color #295D98: hue angle of 211.89º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #295D98 is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 93 | 152 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.40 |
| HSL | 211.89º | 0.58% | 0.38% | - |
| HSV(B) | 211.89º | 0.73% | 0.6% | - |
| XYZ | 10.5 | 10.57 | 31.19 | - |
| YUV | 84.18 | 166.27 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 152 | 0.73 | 0.39 | 0 | 0.40 | 211.89 | 0.58 | 0.38 |
| Hex | 29 | 5D | 98 | 49 | 27 | 0 | 28 | D4 | 3A | 26 |
| Octal | 51 | 135 | 230 | 111 | 47 | 0 | 50 | 324 | 72 | 46 |
| Binary | 101001 | 1011101 | 10011000 | 1001001 | 100111 | 0 | 101000 | 11010100 | 111010 | 100110 |
Color Harmonies of #295D98
Complementary color
Monochromatic Colors of #295D98
Black with #295D98
Text Example
Text Example
White with #295D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295D98; }
p { color: rgb(41,93,152); }
H1.HeaderClassName
{
color: #295D98;
}
.AnyTagClassName
{
color: #295D98;
}
</style>
background-color css
<style>
a { background-color: #295D98; }
a { background-color: rgb(41,93,152); }
div.DivClassName
{
background-color: #295D98;
}
.BgClassName
{
background-color: #295D98;
}
</style>
border-color css
<style>
span { border-color: #295D98; }
span { border-color: rgb(41,93,152); }
td.TdClassName
{
border-color: #295D98;
}
.TagClassName
{
border-color: #295D98;
}
</style>