Shades of Endeavour #295488
Tints of Endeavour #295488
RGB
CMYK
RGB Variations
Color information
#295488 (or 0x295488) is known color: Endeavour. HEX triplet: 29, 54 and 88. RGB value is (41,84,136). Sum of RGB (Red+Green+Blue) = 41+84+136=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #295488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295488 is #D6AB77. Grayscale: #4C4C4C. Windows color (decimal): -14068600 or 8934441. OLE color: 8934441.
HSL color Cylindrical-coordinate representation of color #295488: hue angle of 212.84º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #295488 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 84 | 136 | - |
| CMYK | 0.70 | 0.38 | 0 | 0.47 |
| HSL | 212.84º | 0.54% | 0.35% | - |
| HSV(B) | 212.84º | 0.7% | 0.53% | - |
| XYZ | 8.53 | 8.59 | 24.5 | - |
| YUV | 77.07 | 161.25 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 84 | 136 | 0.70 | 0.38 | 0 | 0.47 | 212.84 | 0.54 | 0.35 |
| Hex | 29 | 54 | 88 | 46 | 26 | 0 | 2F | D5 | 36 | 23 |
| Octal | 51 | 124 | 210 | 106 | 46 | 0 | 57 | 325 | 66 | 43 |
| Binary | 101001 | 1010100 | 10001000 | 1000110 | 100110 | 0 | 101111 | 11010101 | 110110 | 100011 |
Color Harmonies of #295488
Complementary color
Monochromatic Colors of #295488
Black with #295488
Text Example
Text Example
White with #295488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295488; }
p { color: rgb(41,84,136); }
H1.HeaderClassName
{
color: #295488;
}
.AnyTagClassName
{
color: #295488;
}
</style>
background-color css
<style>
a { background-color: #295488; }
a { background-color: rgb(41,84,136); }
div.DivClassName
{
background-color: #295488;
}
.BgClassName
{
background-color: #295488;
}
</style>
border-color css
<style>
span { border-color: #295488; }
span { border-color: rgb(41,84,136); }
td.TdClassName
{
border-color: #295488;
}
.TagClassName
{
border-color: #295488;
}
</style>