Shades of Endeavour #295485
Tints of Endeavour #295485
RGB
CMYK
RGB Variations
Color information
#295485 (or 0x295485) is known color: Endeavour. HEX triplet: 29, 54 and 85. RGB value is (41,84,133). Sum of RGB (Red+Green+Blue) = 41+84+133=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #295485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295485 is #D6AB7A. Grayscale: #4C4C4C. Windows color (decimal): -14068603 or 8737833. OLE color: 8737833.
HSL color Cylindrical-coordinate representation of color #295485: hue angle of 211.96º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #295485 is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 84 | 133 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.48 |
| HSL | 211.96º | 0.53% | 0.34% | - |
| HSV(B) | 211.96º | 0.69% | 0.52% | - |
| XYZ | 8.32 | 8.51 | 23.39 | - |
| YUV | 76.73 | 159.75 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 84 | 133 | 0.69 | 0.37 | 0 | 0.48 | 211.96 | 0.53 | 0.34 |
| Hex | 29 | 54 | 85 | 45 | 25 | 0 | 30 | D4 | 35 | 22 |
| Octal | 51 | 124 | 205 | 105 | 45 | 0 | 60 | 324 | 65 | 42 |
| Binary | 101001 | 1010100 | 10000101 | 1000101 | 100101 | 0 | 110000 | 11010100 | 110101 | 100010 |
Color Harmonies of #295485
Complementary color
Monochromatic Colors of #295485
Black with #295485
Text Example
Text Example
White with #295485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295485; }
p { color: rgb(41,84,133); }
H1.HeaderClassName
{
color: #295485;
}
.AnyTagClassName
{
color: #295485;
}
</style>
background-color css
<style>
a { background-color: #295485; }
a { background-color: rgb(41,84,133); }
div.DivClassName
{
background-color: #295485;
}
.BgClassName
{
background-color: #295485;
}
</style>
border-color css
<style>
span { border-color: #295485; }
span { border-color: rgb(41,84,133); }
td.TdClassName
{
border-color: #295485;
}
.TagClassName
{
border-color: #295485;
}
</style>