Shades of Endeavour #285A99
Tints of Endeavour #285A99
RGB
CMYK
RGB Variations
Color information
#285A99 (or 0x285A99) is known color: Endeavour. HEX triplet: 28, 5A and 99. RGB value is (40,90,153). Sum of RGB (Red+Green+Blue) = 40+90+153=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #285A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285A99 is #D7A566. Grayscale: #515151. Windows color (decimal): -14132583 or 10050088. OLE color: 10050088.
HSL color Cylindrical-coordinate representation of color #285A99: hue angle of 213.45º 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 #285A99 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 90 | 153 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.4 |
| HSL | 213.45º | 0.59% | 0.38% | - |
| HSV(B) | 213.45º | 0.74% | 0.6% | - |
| XYZ | 10.28 | 10.06 | 31.54 | - |
| YUV | 82.23 | 167.94 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 153 | 0.74 | 0.41 | 0 | 0.4 | 213.45 | 0.59 | 0.38 |
| Hex | 28 | 5A | 99 | 4A | 29 | 0 | 28 | D5 | 3B | 26 |
| Octal | 50 | 132 | 231 | 112 | 51 | 0 | 50 | 325 | 73 | 46 |
| Binary | 101000 | 1011010 | 10011001 | 1001010 | 101001 | 0 | 101000 | 11010101 | 111011 | 100110 |
Color Harmonies of #285A99
Complementary color
Monochromatic Colors of #285A99
Black with #285A99
Text Example
Text Example
White with #285A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285A99; }
p { color: rgb(40,90,153); }
H1.HeaderClassName
{
color: #285A99;
}
.AnyTagClassName
{
color: #285A99;
}
</style>
background-color css
<style>
a { background-color: #285A99; }
a { background-color: rgb(40,90,153); }
div.DivClassName
{
background-color: #285A99;
}
.BgClassName
{
background-color: #285A99;
}
</style>
border-color css
<style>
span { border-color: #285A99; }
span { border-color: rgb(40,90,153); }
td.TdClassName
{
border-color: #285A99;
}
.TagClassName
{
border-color: #285A99;
}
</style>