Shades of Endeavour #285488
Tints of Endeavour #285488
RGB
CMYK
RGB Variations
Color information
#285488 (or 0x285488) is known color: Endeavour. HEX triplet: 28, 54 and 88. RGB value is (40,84,136). Sum of RGB (Red+Green+Blue) = 40+84+136=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #285488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285488 is #D7AB77. Grayscale: #4C4C4C. Windows color (decimal): -14134136 or 8934440. OLE color: 8934440.
HSL color Cylindrical-coordinate representation of color #285488: hue angle of 212.5º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #285488 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 84 | 136 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.47 |
| HSL | 212.5º | 0.55% | 0.35% | - |
| HSV(B) | 212.5º | 0.71% | 0.53% | - |
| XYZ | 8.49 | 8.57 | 24.5 | - |
| YUV | 76.77 | 161.42 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 84 | 136 | 0.71 | 0.38 | 0 | 0.47 | 212.5 | 0.55 | 0.35 |
| Hex | 28 | 54 | 88 | 47 | 26 | 0 | 2F | D4 | 37 | 23 |
| Octal | 50 | 124 | 210 | 107 | 46 | 0 | 57 | 324 | 67 | 43 |
| Binary | 101000 | 1010100 | 10001000 | 1000111 | 100110 | 0 | 101111 | 11010100 | 110111 | 100011 |
Color Harmonies of #285488
Complementary color
Monochromatic Colors of #285488
Black with #285488
Text Example
Text Example
White with #285488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285488; }
p { color: rgb(40,84,136); }
H1.HeaderClassName
{
color: #285488;
}
.AnyTagClassName
{
color: #285488;
}
</style>
background-color css
<style>
a { background-color: #285488; }
a { background-color: rgb(40,84,136); }
div.DivClassName
{
background-color: #285488;
}
.BgClassName
{
background-color: #285488;
}
</style>
border-color css
<style>
span { border-color: #285488; }
span { border-color: rgb(40,84,136); }
td.TdClassName
{
border-color: #285488;
}
.TagClassName
{
border-color: #285488;
}
</style>