Shades of Endeavour #295190
Tints of Endeavour #295190
RGB
CMYK
RGB Variations
Color information
#295190 (or 0x295190) is known color: Endeavour. HEX triplet: 29, 51 and 90. RGB value is (41,81,144). Sum of RGB (Red+Green+Blue) = 41+81+144=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #295190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295190 is #D6AE6F. Grayscale: #4B4B4B. Windows color (decimal): -14069360 or 9457961. OLE color: 9457961.
HSL color Cylindrical-coordinate representation of color #295190: hue angle of 216.7º 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 #295190 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 81 | 144 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.44 |
| HSL | 216.7º | 0.56% | 0.36% | - |
| HSV(B) | 216.7º | 0.72% | 0.56% | - |
| XYZ | 8.89 | 8.37 | 27.53 | - |
| YUV | 76.22 | 166.25 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 81 | 144 | 0.72 | 0.44 | 0 | 0.44 | 216.7 | 0.56 | 0.36 |
| Hex | 29 | 51 | 90 | 48 | 2C | 0 | 2C | D9 | 38 | 24 |
| Octal | 51 | 121 | 220 | 110 | 54 | 0 | 54 | 331 | 70 | 44 |
| Binary | 101001 | 1010001 | 10010000 | 1001000 | 101100 | 0 | 101100 | 11011001 | 111000 | 100100 |
Color Harmonies of #295190
Complementary color
Monochromatic Colors of #295190
Black with #295190
Text Example
Text Example
White with #295190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295190; }
p { color: rgb(41,81,144); }
H1.HeaderClassName
{
color: #295190;
}
.AnyTagClassName
{
color: #295190;
}
</style>
background-color css
<style>
a { background-color: #295190; }
a { background-color: rgb(41,81,144); }
div.DivClassName
{
background-color: #295190;
}
.BgClassName
{
background-color: #295190;
}
</style>
border-color css
<style>
span { border-color: #295190; }
span { border-color: rgb(41,81,144); }
td.TdClassName
{
border-color: #295190;
}
.TagClassName
{
border-color: #295190;
}
</style>