Shades of Endeavour #28599D
Tints of Endeavour #28599D
RGB
CMYK
RGB Variations
Color information
#28599D (or 0x28599D) is known color: Endeavour. HEX triplet: 28, 59 and 9D. RGB value is (40,89,157). Sum of RGB (Red+Green+Blue) = 40+89+157=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #28599D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28599D is #D7A662. Grayscale: #515151. Windows color (decimal): -14132835 or 10311976. OLE color: 10311976.
HSL color Cylindrical-coordinate representation of color #28599D: hue angle of 214.87º degrees, saturation: 0.59, 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 #28599D is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 89 | 157 | - |
| CMYK | 0.75 | 0.43 | 0 | 0.38 |
| HSL | 214.87º | 0.59% | 0.39% | - |
| HSV(B) | 214.87º | 0.75% | 0.62% | - |
| XYZ | 10.53 | 10.03 | 33.28 | - |
| YUV | 82.1 | 170.27 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 157 | 0.75 | 0.43 | 0 | 0.38 | 214.87 | 0.59 | 0.39 |
| Hex | 28 | 59 | 9D | 4B | 2B | 0 | 26 | D7 | 3B | 27 |
| Octal | 50 | 131 | 235 | 113 | 53 | 0 | 46 | 327 | 73 | 47 |
| Binary | 101000 | 1011001 | 10011101 | 1001011 | 101011 | 0 | 100110 | 11010111 | 111011 | 100111 |
Color Harmonies of #28599D
Complementary color
Monochromatic Colors of #28599D
Black with #28599D
Text Example
Text Example
White with #28599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28599D; }
p { color: rgb(40,89,157); }
H1.HeaderClassName
{
color: #28599D;
}
.AnyTagClassName
{
color: #28599D;
}
</style>
background-color css
<style>
a { background-color: #28599D; }
a { background-color: rgb(40,89,157); }
div.DivClassName
{
background-color: #28599D;
}
.BgClassName
{
background-color: #28599D;
}
</style>
border-color css
<style>
span { border-color: #28599D; }
span { border-color: rgb(40,89,157); }
td.TdClassName
{
border-color: #28599D;
}
.TagClassName
{
border-color: #28599D;
}
</style>