Shades of Endeavour #285E8B
Tints of Endeavour #285E8B
RGB
CMYK
RGB Variations
Color information
#285E8B (or 0x285E8B) is known color: Endeavour. HEX triplet: 28, 5E and 8B. RGB value is (40,94,139). Sum of RGB (Red+Green+Blue) = 40+94+139=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #285E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285E8B is #D7A174. Grayscale: #525252. Windows color (decimal): -14131573 or 9133608. OLE color: 9133608.
HSL color Cylindrical-coordinate representation of color #285E8B: hue angle of 207.27º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #285E8B is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 94 | 139 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.45 |
| HSL | 207.27º | 0.55% | 0.35% | - |
| HSV(B) | 207.27º | 0.71% | 0.55% | - |
| XYZ | 9.54 | 10.32 | 25.92 | - |
| YUV | 82.98 | 159.61 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 94 | 139 | 0.71 | 0.32 | 0 | 0.45 | 207.27 | 0.55 | 0.35 |
| Hex | 28 | 5E | 8B | 47 | 20 | 0 | 2D | CF | 37 | 23 |
| Octal | 50 | 136 | 213 | 107 | 40 | 0 | 55 | 317 | 67 | 43 |
| Binary | 101000 | 1011110 | 10001011 | 1000111 | 100000 | 0 | 101101 | 11001111 | 110111 | 100011 |
Color Harmonies of #285E8B
Complementary color
Monochromatic Colors of #285E8B
Black with #285E8B
Text Example
Text Example
White with #285E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285E8B; }
p { color: rgb(40,94,139); }
H1.HeaderClassName
{
color: #285E8B;
}
.AnyTagClassName
{
color: #285E8B;
}
</style>
background-color css
<style>
a { background-color: #285E8B; }
a { background-color: rgb(40,94,139); }
div.DivClassName
{
background-color: #285E8B;
}
.BgClassName
{
background-color: #285E8B;
}
</style>
border-color css
<style>
span { border-color: #285E8B; }
span { border-color: rgb(40,94,139); }
td.TdClassName
{
border-color: #285E8B;
}
.TagClassName
{
border-color: #285E8B;
}
</style>