Shades of Endeavour #285090
Tints of Endeavour #285090
RGB
CMYK
RGB Variations
Color information
#285090 (or 0x285090) is known color: Endeavour. HEX triplet: 28, 50 and 90. RGB value is (40,80,144). Sum of RGB (Red+Green+Blue) = 40+80+144=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #285090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285090 is #D7AF6F. Grayscale: #4B4B4B. Windows color (decimal): -14135152 or 9457704. OLE color: 9457704.
HSL color Cylindrical-coordinate representation of color #285090: hue angle of 216.92º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #285090 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 80 | 144 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.44 |
| HSL | 216.92º | 0.57% | 0.36% | - |
| HSV(B) | 216.92º | 0.72% | 0.56% | - |
| XYZ | 8.78 | 8.2 | 27.51 | - |
| YUV | 75.34 | 166.75 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 144 | 0.72 | 0.44 | 0 | 0.44 | 216.92 | 0.57 | 0.36 |
| Hex | 28 | 50 | 90 | 48 | 2C | 0 | 2C | D9 | 39 | 24 |
| Octal | 50 | 120 | 220 | 110 | 54 | 0 | 54 | 331 | 71 | 44 |
| Binary | 101000 | 1010000 | 10010000 | 1001000 | 101100 | 0 | 101100 | 11011001 | 111001 | 100100 |
Color Harmonies of #285090
Complementary color
Monochromatic Colors of #285090
Black with #285090
Text Example
Text Example
White with #285090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285090; }
p { color: rgb(40,80,144); }
H1.HeaderClassName
{
color: #285090;
}
.AnyTagClassName
{
color: #285090;
}
</style>
background-color css
<style>
a { background-color: #285090; }
a { background-color: rgb(40,80,144); }
div.DivClassName
{
background-color: #285090;
}
.BgClassName
{
background-color: #285090;
}
</style>
border-color css
<style>
span { border-color: #285090; }
span { border-color: rgb(40,80,144); }
td.TdClassName
{
border-color: #285090;
}
.TagClassName
{
border-color: #285090;
}
</style>