Shades of Endeavour #295386
Tints of Endeavour #295386
RGB
CMYK
RGB Variations
Color information
#295386 (or 0x295386) is known color: Endeavour. HEX triplet: 29, 53 and 86. RGB value is (41,83,134). Sum of RGB (Red+Green+Blue) = 41+83+134=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 134 (52.73% from 255 or 51.94% from 258); Max value from RGB is 134 - color contains mainly: blue. Hex color #295386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295386 is #D6AC79. Grayscale: #4C4C4C. Windows color (decimal): -14068858 or 8803113. OLE color: 8803113.
HSL color Cylindrical-coordinate representation of color #295386: hue angle of 212.9º 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 #295386 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 83 | 134 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.47 |
| HSL | 212.9º | 0.53% | 0.34% | - |
| HSV(B) | 212.9º | 0.69% | 0.53% | - |
| XYZ | 8.31 | 8.38 | 23.73 | - |
| YUV | 76.26 | 160.59 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 83 | 134 | 0.69 | 0.38 | 0 | 0.47 | 212.9 | 0.53 | 0.34 |
| Hex | 29 | 53 | 86 | 45 | 26 | 0 | 2F | D5 | 35 | 22 |
| Octal | 51 | 123 | 206 | 105 | 46 | 0 | 57 | 325 | 65 | 42 |
| Binary | 101001 | 1010011 | 10000110 | 1000101 | 100110 | 0 | 101111 | 11010101 | 110101 | 100010 |
Color Harmonies of #295386
Complementary color
Monochromatic Colors of #295386
Black with #295386
Text Example
Text Example
White with #295386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295386; }
p { color: rgb(41,83,134); }
H1.HeaderClassName
{
color: #295386;
}
.AnyTagClassName
{
color: #295386;
}
</style>
background-color css
<style>
a { background-color: #295386; }
a { background-color: rgb(41,83,134); }
div.DivClassName
{
background-color: #295386;
}
.BgClassName
{
background-color: #295386;
}
</style>
border-color css
<style>
span { border-color: #295386; }
span { border-color: rgb(41,83,134); }
td.TdClassName
{
border-color: #295386;
}
.TagClassName
{
border-color: #295386;
}
</style>