Shades of Endeavour #295D89
Tints of Endeavour #295D89
RGB
CMYK
RGB Variations
Color information
#295D89 (or 0x295D89) is known color: Endeavour. HEX triplet: 29, 5D and 89. RGB value is (41,93,137). Sum of RGB (Red+Green+Blue) = 41+93+137=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #295D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295D89 is #D6A276. Grayscale: #525252. Windows color (decimal): -14066295 or 9002281. OLE color: 9002281.
HSL color Cylindrical-coordinate representation of color #295D89: hue angle of 207.5º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #295D89 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 93 | 137 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.46 |
| HSL | 207.5º | 0.54% | 0.35% | - |
| HSV(B) | 207.5º | 0.7% | 0.54% | - |
| XYZ | 9.34 | 10.11 | 25.13 | - |
| YUV | 82.47 | 158.77 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 137 | 0.70 | 0.32 | 0 | 0.46 | 207.5 | 0.54 | 0.35 |
| Hex | 29 | 5D | 89 | 46 | 20 | 0 | 2E | D0 | 36 | 23 |
| Octal | 51 | 135 | 211 | 106 | 40 | 0 | 56 | 320 | 66 | 43 |
| Binary | 101001 | 1011101 | 10001001 | 1000110 | 100000 | 0 | 101110 | 11010000 | 110110 | 100011 |
Color Harmonies of #295D89
Complementary color
Monochromatic Colors of #295D89
Black with #295D89
Text Example
Text Example
White with #295D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295D89; }
p { color: rgb(41,93,137); }
H1.HeaderClassName
{
color: #295D89;
}
.AnyTagClassName
{
color: #295D89;
}
</style>
background-color css
<style>
a { background-color: #295D89; }
a { background-color: rgb(41,93,137); }
div.DivClassName
{
background-color: #295D89;
}
.BgClassName
{
background-color: #295D89;
}
</style>
border-color css
<style>
span { border-color: #295D89; }
span { border-color: rgb(41,93,137); }
td.TdClassName
{
border-color: #295D89;
}
.TagClassName
{
border-color: #295D89;
}
</style>