Shades of Endeavour #28589F
Tints of Endeavour #28589F
RGB
CMYK
RGB Variations
Color information
#28589F (or 0x28589F) is known color: Endeavour. HEX triplet: 28, 58 and 9F. RGB value is (40,88,159). Sum of RGB (Red+Green+Blue) = 40+88+159=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #28589F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28589F is #D7A760. Grayscale: #515151. Windows color (decimal): -14133089 or 10442792. OLE color: 10442792.
HSL color Cylindrical-coordinate representation of color #28589F: hue angle of 215.8º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28589F is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 88 | 159 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.38 |
| HSL | 215.8º | 0.6% | 0.39% | - |
| HSV(B) | 215.8º | 0.75% | 0.62% | - |
| XYZ | 10.62 | 9.93 | 34.16 | - |
| YUV | 81.74 | 171.6 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 159 | 0.75 | 0.45 | 0 | 0.38 | 215.8 | 0.6 | 0.39 |
| Hex | 28 | 58 | 9F | 4B | 2D | 0 | 26 | D8 | 3C | 27 |
| Octal | 50 | 130 | 237 | 113 | 55 | 0 | 46 | 330 | 74 | 47 |
| Binary | 101000 | 1011000 | 10011111 | 1001011 | 101101 | 0 | 100110 | 11011000 | 111100 | 100111 |
Color Harmonies of #28589F
Complementary color
Monochromatic Colors of #28589F
Black with #28589F
Text Example
Text Example
White with #28589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28589F; }
p { color: rgb(40,88,159); }
H1.HeaderClassName
{
color: #28589F;
}
.AnyTagClassName
{
color: #28589F;
}
</style>
background-color css
<style>
a { background-color: #28589F; }
a { background-color: rgb(40,88,159); }
div.DivClassName
{
background-color: #28589F;
}
.BgClassName
{
background-color: #28589F;
}
</style>
border-color css
<style>
span { border-color: #28589F; }
span { border-color: rgb(40,88,159); }
td.TdClassName
{
border-color: #28589F;
}
.TagClassName
{
border-color: #28589F;
}
</style>