Shades of Endeavour #295195
Tints of Endeavour #295195
RGB
CMYK
RGB Variations
Color information
#295195 (or 0x295195) is known color: Endeavour. HEX triplet: 29, 51 and 95. RGB value is (41,81,149). Sum of RGB (Red+Green+Blue) = 41+81+149=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #295195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295195 is #D6AE6A. Grayscale: #4C4C4C. Windows color (decimal): -14069355 or 9785641. OLE color: 9785641.
HSL color Cylindrical-coordinate representation of color #295195: hue angle of 217.78º 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 #295195 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 81 | 149 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.42 |
| HSL | 217.78º | 0.57% | 0.37% | - |
| HSV(B) | 217.78º | 0.72% | 0.58% | - |
| XYZ | 9.28 | 8.53 | 29.59 | - |
| YUV | 76.79 | 168.75 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 81 | 149 | 0.72 | 0.46 | 0 | 0.42 | 217.78 | 0.57 | 0.37 |
| Hex | 29 | 51 | 95 | 48 | 2E | 0 | 2A | DA | 39 | 25 |
| Octal | 51 | 121 | 225 | 110 | 56 | 0 | 52 | 332 | 71 | 45 |
| Binary | 101001 | 1010001 | 10010101 | 1001000 | 101110 | 0 | 101010 | 11011010 | 111001 | 100101 |
Color Harmonies of #295195
Complementary color
Monochromatic Colors of #295195
Black with #295195
Text Example
Text Example
White with #295195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295195; }
p { color: rgb(41,81,149); }
H1.HeaderClassName
{
color: #295195;
}
.AnyTagClassName
{
color: #295195;
}
</style>
background-color css
<style>
a { background-color: #295195; }
a { background-color: rgb(41,81,149); }
div.DivClassName
{
background-color: #295195;
}
.BgClassName
{
background-color: #295195;
}
</style>
border-color css
<style>
span { border-color: #295195; }
span { border-color: rgb(41,81,149); }
td.TdClassName
{
border-color: #295195;
}
.TagClassName
{
border-color: #295195;
}
</style>