Shades of Endeavour #295289
Tints of Endeavour #295289
RGB
CMYK
RGB Variations
Color information
#295289 (or 0x295289) is known color: Endeavour. HEX triplet: 29, 52 and 89. RGB value is (41,82,137). Sum of RGB (Red+Green+Blue) = 41+82+137=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 137 (53.91% from 255 or 52.69% from 260); Max value from RGB is 137 - color contains mainly: blue. Hex color #295289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295289 is #D6AD76. Grayscale: #4B4B4B. Windows color (decimal): -14069111 or 8999465. OLE color: 8999465.
HSL color Cylindrical-coordinate representation of color #295289: hue angle of 214.38º 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 #295289 is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 82 | 137 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.46 |
| HSL | 214.38º | 0.54% | 0.35% | - |
| HSV(B) | 214.38º | 0.7% | 0.54% | - |
| XYZ | 8.45 | 8.31 | 24.83 | - |
| YUV | 76.01 | 162.42 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 82 | 137 | 0.70 | 0.40 | 0 | 0.46 | 214.38 | 0.54 | 0.35 |
| Hex | 29 | 52 | 89 | 46 | 28 | 0 | 2E | D6 | 36 | 23 |
| Octal | 51 | 122 | 211 | 106 | 50 | 0 | 56 | 326 | 66 | 43 |
| Binary | 101001 | 1010010 | 10001001 | 1000110 | 101000 | 0 | 101110 | 11010110 | 110110 | 100011 |
Color Harmonies of #295289
Complementary color
Monochromatic Colors of #295289
Black with #295289
Text Example
Text Example
White with #295289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295289; }
p { color: rgb(41,82,137); }
H1.HeaderClassName
{
color: #295289;
}
.AnyTagClassName
{
color: #295289;
}
</style>
background-color css
<style>
a { background-color: #295289; }
a { background-color: rgb(41,82,137); }
div.DivClassName
{
background-color: #295289;
}
.BgClassName
{
background-color: #295289;
}
</style>
border-color css
<style>
span { border-color: #295289; }
span { border-color: rgb(41,82,137); }
td.TdClassName
{
border-color: #295289;
}
.TagClassName
{
border-color: #295289;
}
</style>