Shades of Endeavour #285D8C
Tints of Endeavour #285D8C
RGB
CMYK
RGB Variations
Color information
#285D8C (or 0x285D8C) is known color: Endeavour. HEX triplet: 28, 5D and 8C. RGB value is (40,93,140). Sum of RGB (Red+Green+Blue) = 40+93+140=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #285D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285D8C is #D7A273. Grayscale: #525252. Windows color (decimal): -14131828 or 9198888. OLE color: 9198888.
HSL color Cylindrical-coordinate representation of color #285D8C: hue angle of 208.2º degrees, saturation: 0.56, 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 #285D8C is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 93 | 140 | - |
| CMYK | 0.71 | 0.34 | 0 | 0.45 |
| HSL | 208.2º | 0.56% | 0.35% | - |
| HSV(B) | 208.2º | 0.71% | 0.55% | - |
| XYZ | 9.52 | 10.17 | 26.27 | - |
| YUV | 82.51 | 160.44 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 140 | 0.71 | 0.34 | 0 | 0.45 | 208.2 | 0.56 | 0.35 |
| Hex | 28 | 5D | 8C | 47 | 22 | 0 | 2D | D0 | 38 | 23 |
| Octal | 50 | 135 | 214 | 107 | 42 | 0 | 55 | 320 | 70 | 43 |
| Binary | 101000 | 1011101 | 10001100 | 1000111 | 100010 | 0 | 101101 | 11010000 | 111000 | 100011 |
Color Harmonies of #285D8C
Complementary color
Monochromatic Colors of #285D8C
Black with #285D8C
Text Example
Text Example
White with #285D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285D8C; }
p { color: rgb(40,93,140); }
H1.HeaderClassName
{
color: #285D8C;
}
.AnyTagClassName
{
color: #285D8C;
}
</style>
background-color css
<style>
a { background-color: #285D8C; }
a { background-color: rgb(40,93,140); }
div.DivClassName
{
background-color: #285D8C;
}
.BgClassName
{
background-color: #285D8C;
}
</style>
border-color css
<style>
span { border-color: #285D8C; }
span { border-color: rgb(40,93,140); }
td.TdClassName
{
border-color: #285D8C;
}
.TagClassName
{
border-color: #285D8C;
}
</style>