Shades of Endeavour #295095
Tints of Endeavour #295095
RGB
CMYK
RGB Variations
Color information
#295095 (or 0x295095) is known color: Endeavour. HEX triplet: 29, 50 and 95. RGB value is (41,80,149). Sum of RGB (Red+Green+Blue) = 41+80+149=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #295095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295095 is #D6AF6A. Grayscale: #4B4B4B. Windows color (decimal): -14069611 or 9785385. OLE color: 9785385.
HSL color Cylindrical-coordinate representation of color #295095: hue angle of 218.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #295095 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 80 | 149 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.42 |
| HSL | 218.33º | 0.57% | 0.37% | - |
| HSV(B) | 218.33º | 0.72% | 0.58% | - |
| XYZ | 9.21 | 8.38 | 29.57 | - |
| YUV | 76.21 | 169.08 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 80 | 149 | 0.72 | 0.46 | 0 | 0.42 | 218.33 | 0.57 | 0.37 |
| Hex | 29 | 50 | 95 | 48 | 2E | 0 | 2A | DA | 39 | 25 |
| Octal | 51 | 120 | 225 | 110 | 56 | 0 | 52 | 332 | 71 | 45 |
| Binary | 101001 | 1010000 | 10010101 | 1001000 | 101110 | 0 | 101010 | 11011010 | 111001 | 100101 |
Color Harmonies of #295095
Complementary color
Monochromatic Colors of #295095
Black with #295095
Text Example
Text Example
White with #295095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295095; }
p { color: rgb(41,80,149); }
H1.HeaderClassName
{
color: #295095;
}
.AnyTagClassName
{
color: #295095;
}
</style>
background-color css
<style>
a { background-color: #295095; }
a { background-color: rgb(41,80,149); }
div.DivClassName
{
background-color: #295095;
}
.BgClassName
{
background-color: #295095;
}
</style>
border-color css
<style>
span { border-color: #295095; }
span { border-color: rgb(41,80,149); }
td.TdClassName
{
border-color: #295095;
}
.TagClassName
{
border-color: #295095;
}
</style>