Shades of Endeavour #295584
Tints of Endeavour #295584
RGB
CMYK
RGB Variations
Color information
#295584 (or 0x295584) is known color: Endeavour. HEX triplet: 29, 55 and 84. RGB value is (41,85,132). Sum of RGB (Red+Green+Blue) = 41+85+132=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #295584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295584 is #D6AA7B. Grayscale: #4C4C4C. Windows color (decimal): -14068348 or 8672553. OLE color: 8672553.
HSL color Cylindrical-coordinate representation of color #295584: hue angle of 210.99º 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 #295584 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 85 | 132 | - |
| CMYK | 0.69 | 0.36 | 0 | 0.48 |
| HSL | 210.99º | 0.53% | 0.34% | - |
| HSV(B) | 210.99º | 0.69% | 0.52% | - |
| XYZ | 8.33 | 8.63 | 23.06 | - |
| YUV | 77.2 | 158.92 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 85 | 132 | 0.69 | 0.36 | 0 | 0.48 | 210.99 | 0.53 | 0.34 |
| Hex | 29 | 55 | 84 | 45 | 24 | 0 | 30 | D3 | 35 | 22 |
| Octal | 51 | 125 | 204 | 105 | 44 | 0 | 60 | 323 | 65 | 42 |
| Binary | 101001 | 1010101 | 10000100 | 1000101 | 100100 | 0 | 110000 | 11010011 | 110101 | 100010 |
Color Harmonies of #295584
Complementary color
Monochromatic Colors of #295584
Black with #295584
Text Example
Text Example
White with #295584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295584; }
p { color: rgb(41,85,132); }
H1.HeaderClassName
{
color: #295584;
}
.AnyTagClassName
{
color: #295584;
}
</style>
background-color css
<style>
a { background-color: #295584; }
a { background-color: rgb(41,85,132); }
div.DivClassName
{
background-color: #295584;
}
.BgClassName
{
background-color: #295584;
}
</style>
border-color css
<style>
span { border-color: #295584; }
span { border-color: rgb(41,85,132); }
td.TdClassName
{
border-color: #295584;
}
.TagClassName
{
border-color: #295584;
}
</style>