Shades of Endeavour #285496
Tints of Endeavour #285496
RGB
CMYK
RGB Variations
Color information
#285496 (or 0x285496) is known color: Endeavour. HEX triplet: 28, 54 and 96. RGB value is (40,84,150). Sum of RGB (Red+Green+Blue) = 40+84+150=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 150 (58.98% from 255 or 54.74% from 274); Max value from RGB is 150 - color contains mainly: blue. Hex color #285496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285496 is #D7AB69. Grayscale: #4E4E4E. Windows color (decimal): -14134122 or 9851944. OLE color: 9851944.
HSL color Cylindrical-coordinate representation of color #285496: hue angle of 216º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #285496 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 84 | 150 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.41 |
| HSL | 216º | 0.58% | 0.37% | - |
| HSV(B) | 216º | 0.73% | 0.59% | - |
| XYZ | 9.55 | 8.99 | 30.09 | - |
| YUV | 78.37 | 168.42 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 84 | 150 | 0.73 | 0.44 | 0 | 0.41 | 216 | 0.58 | 0.37 |
| Hex | 28 | 54 | 96 | 49 | 2C | 0 | 29 | D8 | 3A | 25 |
| Octal | 50 | 124 | 226 | 111 | 54 | 0 | 51 | 330 | 72 | 45 |
| Binary | 101000 | 1010100 | 10010110 | 1001001 | 101100 | 0 | 101001 | 11011000 | 111010 | 100101 |
Color Harmonies of #285496
Complementary color
Monochromatic Colors of #285496
Black with #285496
Text Example
Text Example
White with #285496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285496; }
p { color: rgb(40,84,150); }
H1.HeaderClassName
{
color: #285496;
}
.AnyTagClassName
{
color: #285496;
}
</style>
background-color css
<style>
a { background-color: #285496; }
a { background-color: rgb(40,84,150); }
div.DivClassName
{
background-color: #285496;
}
.BgClassName
{
background-color: #285496;
}
</style>
border-color css
<style>
span { border-color: #285496; }
span { border-color: rgb(40,84,150); }
td.TdClassName
{
border-color: #285496;
}
.TagClassName
{
border-color: #285496;
}
</style>