Shades of Endeavour #285495
Tints of Endeavour #285495
RGB
CMYK
RGB Variations
Color information
#285495 (or 0x285495) is known color: Endeavour. HEX triplet: 28, 54 and 95. RGB value is (40,84,149). Sum of RGB (Red+Green+Blue) = 40+84+149=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 84 (33.20% from 255 or 30.77% 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 #285495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285495 is #D7AB6A. Grayscale: #4D4D4D. Windows color (decimal): -14134123 or 9786408. OLE color: 9786408.
HSL color Cylindrical-coordinate representation of color #285495: hue angle of 215.78º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #285495 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 84 | 149 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.42 |
| HSL | 215.78º | 0.58% | 0.37% | - |
| HSV(B) | 215.78º | 0.73% | 0.58% | - |
| XYZ | 9.47 | 8.96 | 29.66 | - |
| YUV | 78.25 | 167.92 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 84 | 149 | 0.73 | 0.44 | 0 | 0.42 | 215.78 | 0.58 | 0.37 |
| Hex | 28 | 54 | 95 | 49 | 2C | 0 | 2A | D8 | 3A | 25 |
| Octal | 50 | 124 | 225 | 111 | 54 | 0 | 52 | 330 | 72 | 45 |
| Binary | 101000 | 1010100 | 10010101 | 1001001 | 101100 | 0 | 101010 | 11011000 | 111010 | 100101 |
Color Harmonies of #285495
Complementary color
Monochromatic Colors of #285495
Black with #285495
Text Example
Text Example
White with #285495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285495; }
p { color: rgb(40,84,149); }
H1.HeaderClassName
{
color: #285495;
}
.AnyTagClassName
{
color: #285495;
}
</style>
background-color css
<style>
a { background-color: #285495; }
a { background-color: rgb(40,84,149); }
div.DivClassName
{
background-color: #285495;
}
.BgClassName
{
background-color: #285495;
}
</style>
border-color css
<style>
span { border-color: #285495; }
span { border-color: rgb(40,84,149); }
td.TdClassName
{
border-color: #285495;
}
.TagClassName
{
border-color: #285495;
}
</style>