Shades of Endeavour #28509F
Tints of Endeavour #28509F
RGB
CMYK
RGB Variations
Color information
#28509F (or 0x28509F) is known color: Endeavour. HEX triplet: 28, 50 and 9F. RGB value is (40,80,159). Sum of RGB (Red+Green+Blue) = 40+80+159=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #28509F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28509F is #D7AF60. Grayscale: #4C4C4C. Windows color (decimal): -14135137 or 10440744. OLE color: 10440744.
HSL color Cylindrical-coordinate representation of color #28509F: hue angle of 219.83º 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 #28509F is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 80 | 159 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.38 |
| HSL | 219.83º | 0.6% | 0.39% | - |
| HSV(B) | 219.83º | 0.75% | 0.62% | - |
| XYZ | 10 | 8.69 | 33.95 | - |
| YUV | 77.05 | 174.25 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 159 | 0.75 | 0.50 | 0 | 0.38 | 219.83 | 0.6 | 0.39 |
| Hex | 28 | 50 | 9F | 4B | 32 | 0 | 26 | DC | 3C | 27 |
| Octal | 50 | 120 | 237 | 113 | 62 | 0 | 46 | 334 | 74 | 47 |
| Binary | 101000 | 1010000 | 10011111 | 1001011 | 110010 | 0 | 100110 | 11011100 | 111100 | 100111 |
Color Harmonies of #28509F
Complementary color
Monochromatic Colors of #28509F
Black with #28509F
Text Example
Text Example
White with #28509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28509F; }
p { color: rgb(40,80,159); }
H1.HeaderClassName
{
color: #28509F;
}
.AnyTagClassName
{
color: #28509F;
}
</style>
background-color css
<style>
a { background-color: #28509F; }
a { background-color: rgb(40,80,159); }
div.DivClassName
{
background-color: #28509F;
}
.BgClassName
{
background-color: #28509F;
}
</style>
border-color css
<style>
span { border-color: #28509F; }
span { border-color: rgb(40,80,159); }
td.TdClassName
{
border-color: #28509F;
}
.TagClassName
{
border-color: #28509F;
}
</style>