Shades of Endeavour #295586
Tints of Endeavour #295586
RGB
CMYK
RGB Variations
Color information
#295586 (or 0x295586) is known color: Endeavour. HEX triplet: 29, 55 and 86. RGB value is (41,85,134). Sum of RGB (Red+Green+Blue) = 41+85+134=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 134 (52.73% from 255 or 51.54% from 260); Max value from RGB is 134 - color contains mainly: blue. Hex color #295586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295586 is #D6AA79. Grayscale: #4D4D4D. Windows color (decimal): -14068346 or 8803625. OLE color: 8803625.
HSL color Cylindrical-coordinate representation of color #295586: hue angle of 211.61º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #295586 is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 85 | 134 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.47 |
| HSL | 211.61º | 0.53% | 0.34% | - |
| HSV(B) | 211.61º | 0.69% | 0.53% | - |
| XYZ | 8.47 | 8.69 | 23.79 | - |
| YUV | 77.43 | 159.92 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 85 | 134 | 0.69 | 0.37 | 0 | 0.47 | 211.61 | 0.53 | 0.34 |
| Hex | 29 | 55 | 86 | 45 | 25 | 0 | 2F | D4 | 35 | 22 |
| Octal | 51 | 125 | 206 | 105 | 45 | 0 | 57 | 324 | 65 | 42 |
| Binary | 101001 | 1010101 | 10000110 | 1000101 | 100101 | 0 | 101111 | 11010100 | 110101 | 100010 |
Color Harmonies of #295586
Complementary color
Monochromatic Colors of #295586
Black with #295586
Text Example
Text Example
White with #295586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295586; }
p { color: rgb(41,85,134); }
H1.HeaderClassName
{
color: #295586;
}
.AnyTagClassName
{
color: #295586;
}
</style>
background-color css
<style>
a { background-color: #295586; }
a { background-color: rgb(41,85,134); }
div.DivClassName
{
background-color: #295586;
}
.BgClassName
{
background-color: #295586;
}
</style>
border-color css
<style>
span { border-color: #295586; }
span { border-color: rgb(41,85,134); }
td.TdClassName
{
border-color: #295586;
}
.TagClassName
{
border-color: #295586;
}
</style>