Shades of Endeavour #295395
Tints of Endeavour #295395
RGB
CMYK
RGB Variations
Color information
#295395 (or 0x295395) is known color: Endeavour. HEX triplet: 29, 53 and 95. RGB value is (41,83,149). Sum of RGB (Red+Green+Blue) = 41+83+149=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #295395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295395 is #D6AC6A. Grayscale: #4D4D4D. Windows color (decimal): -14068843 or 9786153. OLE color: 9786153.
HSL color Cylindrical-coordinate representation of color #295395: hue angle of 216.67º 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 #295395 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 83 | 149 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.42 |
| HSL | 216.67º | 0.57% | 0.37% | - |
| HSV(B) | 216.67º | 0.72% | 0.58% | - |
| XYZ | 9.43 | 8.83 | 29.64 | - |
| YUV | 77.97 | 168.09 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 83 | 149 | 0.72 | 0.44 | 0 | 0.42 | 216.67 | 0.57 | 0.37 |
| Hex | 29 | 53 | 95 | 48 | 2C | 0 | 2A | D9 | 39 | 25 |
| Octal | 51 | 123 | 225 | 110 | 54 | 0 | 52 | 331 | 71 | 45 |
| Binary | 101001 | 1010011 | 10010101 | 1001000 | 101100 | 0 | 101010 | 11011001 | 111001 | 100101 |
Color Harmonies of #295395
Complementary color
Monochromatic Colors of #295395
Black with #295395
Text Example
Text Example
White with #295395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295395; }
p { color: rgb(41,83,149); }
H1.HeaderClassName
{
color: #295395;
}
.AnyTagClassName
{
color: #295395;
}
</style>
background-color css
<style>
a { background-color: #295395; }
a { background-color: rgb(41,83,149); }
div.DivClassName
{
background-color: #295395;
}
.BgClassName
{
background-color: #295395;
}
</style>
border-color css
<style>
span { border-color: #295395; }
span { border-color: rgb(41,83,149); }
td.TdClassName
{
border-color: #295395;
}
.TagClassName
{
border-color: #295395;
}
</style>