Shades of Endeavour #285584
Tints of Endeavour #285584
RGB
CMYK
RGB Variations
Color information
#285584 (or 0x285584) is known color: Endeavour. HEX triplet: 28, 55 and 84. RGB value is (40,85,132). Sum of RGB (Red+Green+Blue) = 40+85+132=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #285584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285584 is #D7AA7B. Grayscale: #4C4C4C. Windows color (decimal): -14133884 or 8672552. OLE color: 8672552.
HSL color Cylindrical-coordinate representation of color #285584: hue angle of 210.65º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #285584 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 85 | 132 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.48 |
| HSL | 210.65º | 0.53% | 0.34% | - |
| HSV(B) | 210.65º | 0.7% | 0.52% | - |
| XYZ | 8.29 | 8.61 | 23.06 | - |
| YUV | 76.9 | 159.09 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 85 | 132 | 0.70 | 0.36 | 0 | 0.48 | 210.65 | 0.53 | 0.34 |
| Hex | 28 | 55 | 84 | 46 | 24 | 0 | 30 | D3 | 35 | 22 |
| Octal | 50 | 125 | 204 | 106 | 44 | 0 | 60 | 323 | 65 | 42 |
| Binary | 101000 | 1010101 | 10000100 | 1000110 | 100100 | 0 | 110000 | 11010011 | 110101 | 100010 |
Color Harmonies of #285584
Complementary color
Monochromatic Colors of #285584
Black with #285584
Text Example
Text Example
White with #285584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285584; }
p { color: rgb(40,85,132); }
H1.HeaderClassName
{
color: #285584;
}
.AnyTagClassName
{
color: #285584;
}
</style>
background-color css
<style>
a { background-color: #285584; }
a { background-color: rgb(40,85,132); }
div.DivClassName
{
background-color: #285584;
}
.BgClassName
{
background-color: #285584;
}
</style>
border-color css
<style>
span { border-color: #285584; }
span { border-color: rgb(40,85,132); }
td.TdClassName
{
border-color: #285584;
}
.TagClassName
{
border-color: #285584;
}
</style>