Shades of Endeavour #285485
Tints of Endeavour #285485
RGB
CMYK
RGB Variations
Color information
#285485 (or 0x285485) is known color: Endeavour. HEX triplet: 28, 54 and 85. RGB value is (40,84,133). Sum of RGB (Red+Green+Blue) = 40+84+133=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #285485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285485 is #D7AB7A. Grayscale: #4C4C4C. Windows color (decimal): -14134139 or 8737832. OLE color: 8737832.
HSL color Cylindrical-coordinate representation of color #285485: hue angle of 211.61º degrees, saturation: 0.54, 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 #285485 is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 84 | 133 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.48 |
| HSL | 211.61º | 0.54% | 0.34% | - |
| HSV(B) | 211.61º | 0.7% | 0.52% | - |
| XYZ | 8.28 | 8.49 | 23.39 | - |
| YUV | 76.43 | 159.92 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 84 | 133 | 0.70 | 0.37 | 0 | 0.48 | 211.61 | 0.54 | 0.34 |
| Hex | 28 | 54 | 85 | 46 | 25 | 0 | 30 | D4 | 36 | 22 |
| Octal | 50 | 124 | 205 | 106 | 45 | 0 | 60 | 324 | 66 | 42 |
| Binary | 101000 | 1010100 | 10000101 | 1000110 | 100101 | 0 | 110000 | 11010100 | 110110 | 100010 |
Color Harmonies of #285485
Complementary color
Monochromatic Colors of #285485
Black with #285485
Text Example
Text Example
White with #285485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285485; }
p { color: rgb(40,84,133); }
H1.HeaderClassName
{
color: #285485;
}
.AnyTagClassName
{
color: #285485;
}
</style>
background-color css
<style>
a { background-color: #285485; }
a { background-color: rgb(40,84,133); }
div.DivClassName
{
background-color: #285485;
}
.BgClassName
{
background-color: #285485;
}
</style>
border-color css
<style>
span { border-color: #285485; }
span { border-color: rgb(40,84,133); }
td.TdClassName
{
border-color: #285485;
}
.TagClassName
{
border-color: #285485;
}
</style>