Shades of Endeavour #285F99
Tints of Endeavour #285F99
RGB
CMYK
RGB Variations
Color information
#285F99 (or 0x285F99) is known color: Endeavour. HEX triplet: 28, 5F and 99. RGB value is (40,95,153). Sum of RGB (Red+Green+Blue) = 40+95+153=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #285F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285F99 is #D7A066. Grayscale: #545454. Windows color (decimal): -14131303 or 10051368. OLE color: 10051368.
HSL color Cylindrical-coordinate representation of color #285F99: hue angle of 210.8º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #285F99 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 95 | 153 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.4 |
| HSL | 210.8º | 0.59% | 0.38% | - |
| HSV(B) | 210.8º | 0.74% | 0.6% | - |
| XYZ | 10.72 | 10.94 | 31.68 | - |
| YUV | 85.17 | 166.28 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 153 | 0.74 | 0.38 | 0 | 0.4 | 210.8 | 0.59 | 0.38 |
| Hex | 28 | 5F | 99 | 4A | 26 | 0 | 28 | D3 | 3B | 26 |
| Octal | 50 | 137 | 231 | 112 | 46 | 0 | 50 | 323 | 73 | 46 |
| Binary | 101000 | 1011111 | 10011001 | 1001010 | 100110 | 0 | 101000 | 11010011 | 111011 | 100110 |
Color Harmonies of #285F99
Complementary color
Monochromatic Colors of #285F99
Black with #285F99
Text Example
Text Example
White with #285F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285F99; }
p { color: rgb(40,95,153); }
H1.HeaderClassName
{
color: #285F99;
}
.AnyTagClassName
{
color: #285F99;
}
</style>
background-color css
<style>
a { background-color: #285F99; }
a { background-color: rgb(40,95,153); }
div.DivClassName
{
background-color: #285F99;
}
.BgClassName
{
background-color: #285F99;
}
</style>
border-color css
<style>
span { border-color: #285F99; }
span { border-color: rgb(40,95,153); }
td.TdClassName
{
border-color: #285F99;
}
.TagClassName
{
border-color: #285F99;
}
</style>