Shades of Endeavour #295090
Tints of Endeavour #295090
RGB
CMYK
RGB Variations
Color information
#295090 (or 0x295090) is known color: Endeavour. HEX triplet: 29, 50 and 90. RGB value is (41,80,144). Sum of RGB (Red+Green+Blue) = 41+80+144=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #295090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295090 is #D6AF6F. Grayscale: #4B4B4B. Windows color (decimal): -14069616 or 9457705. OLE color: 9457705.
HSL color Cylindrical-coordinate representation of color #295090: hue angle of 217.28º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #295090 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 80 | 144 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.44 |
| HSL | 217.28º | 0.56% | 0.36% | - |
| HSV(B) | 217.28º | 0.72% | 0.56% | - |
| XYZ | 8.82 | 8.22 | 27.51 | - |
| YUV | 75.64 | 166.58 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 80 | 144 | 0.72 | 0.44 | 0 | 0.44 | 217.28 | 0.56 | 0.36 |
| Hex | 29 | 50 | 90 | 48 | 2C | 0 | 2C | D9 | 38 | 24 |
| Octal | 51 | 120 | 220 | 110 | 54 | 0 | 54 | 331 | 70 | 44 |
| Binary | 101001 | 1010000 | 10010000 | 1001000 | 101100 | 0 | 101100 | 11011001 | 111000 | 100100 |
Color Harmonies of #295090
Complementary color
Monochromatic Colors of #295090
Black with #295090
Text Example
Text Example
White with #295090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295090; }
p { color: rgb(41,80,144); }
H1.HeaderClassName
{
color: #295090;
}
.AnyTagClassName
{
color: #295090;
}
</style>
background-color css
<style>
a { background-color: #295090; }
a { background-color: rgb(41,80,144); }
div.DivClassName
{
background-color: #295090;
}
.BgClassName
{
background-color: #295090;
}
</style>
border-color css
<style>
span { border-color: #295090; }
span { border-color: rgb(41,80,144); }
td.TdClassName
{
border-color: #295090;
}
.TagClassName
{
border-color: #295090;
}
</style>