Shades of Endeavour #28509E
Tints of Endeavour #28509E
RGB
CMYK
RGB Variations
Color information
#28509E (or 0x28509E) is known color: Endeavour. HEX triplet: 28, 50 and 9E. RGB value is (40,80,158). Sum of RGB (Red+Green+Blue) = 40+80+158=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #28509E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28509E is #D7AF61. Grayscale: #4C4C4C. Windows color (decimal): -14135138 or 10375208. OLE color: 10375208.
HSL color Cylindrical-coordinate representation of color #28509E: hue angle of 219.66º 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 #28509E is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 80 | 158 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.38 |
| HSL | 219.66º | 0.6% | 0.39% | - |
| HSV(B) | 219.66º | 0.75% | 0.62% | - |
| XYZ | 9.92 | 8.66 | 33.5 | - |
| YUV | 76.93 | 173.75 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 158 | 0.75 | 0.49 | 0 | 0.38 | 219.66 | 0.6 | 0.39 |
| Hex | 28 | 50 | 9E | 4B | 31 | 0 | 26 | DC | 3C | 27 |
| Octal | 50 | 120 | 236 | 113 | 61 | 0 | 46 | 334 | 74 | 47 |
| Binary | 101000 | 1010000 | 10011110 | 1001011 | 110001 | 0 | 100110 | 11011100 | 111100 | 100111 |
Color Harmonies of #28509E
Complementary color
Monochromatic Colors of #28509E
Black with #28509E
Text Example
Text Example
White with #28509E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28509E; }
p { color: rgb(40,80,158); }
H1.HeaderClassName
{
color: #28509E;
}
.AnyTagClassName
{
color: #28509E;
}
</style>
background-color css
<style>
a { background-color: #28509E; }
a { background-color: rgb(40,80,158); }
div.DivClassName
{
background-color: #28509E;
}
.BgClassName
{
background-color: #28509E;
}
</style>
border-color css
<style>
span { border-color: #28509E; }
span { border-color: rgb(40,80,158); }
td.TdClassName
{
border-color: #28509E;
}
.TagClassName
{
border-color: #28509E;
}
</style>