Shades of Endeavour #28578C
Tints of Endeavour #28578C
RGB
CMYK
RGB Variations
Color information
#28578C (or 0x28578C) is known color: Endeavour. HEX triplet: 28, 57 and 8C. RGB value is (40,87,140). Sum of RGB (Red+Green+Blue) = 40+87+140=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #28578C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28578C is #D7A873. Grayscale: #4E4E4E. Windows color (decimal): -14133364 or 9197352. OLE color: 9197352.
HSL color Cylindrical-coordinate representation of color #28578C: hue angle of 211.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28578C is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 87 | 140 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.45 |
| HSL | 211.8º | 0.56% | 0.35% | - |
| HSV(B) | 211.8º | 0.71% | 0.55% | - |
| XYZ | 9.02 | 9.16 | 26.1 | - |
| YUV | 78.99 | 162.43 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 87 | 140 | 0.71 | 0.38 | 0 | 0.45 | 211.8 | 0.56 | 0.35 |
| Hex | 28 | 57 | 8C | 47 | 26 | 0 | 2D | D4 | 38 | 23 |
| Octal | 50 | 127 | 214 | 107 | 46 | 0 | 55 | 324 | 70 | 43 |
| Binary | 101000 | 1010111 | 10001100 | 1000111 | 100110 | 0 | 101101 | 11010100 | 111000 | 100011 |
Color Harmonies of #28578C
Complementary color
Monochromatic Colors of #28578C
Black with #28578C
Text Example
Text Example
White with #28578C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28578C; }
p { color: rgb(40,87,140); }
H1.HeaderClassName
{
color: #28578C;
}
.AnyTagClassName
{
color: #28578C;
}
</style>
background-color css
<style>
a { background-color: #28578C; }
a { background-color: rgb(40,87,140); }
div.DivClassName
{
background-color: #28578C;
}
.BgClassName
{
background-color: #28578C;
}
</style>
border-color css
<style>
span { border-color: #28578C; }
span { border-color: rgb(40,87,140); }
td.TdClassName
{
border-color: #28578C;
}
.TagClassName
{
border-color: #28578C;
}
</style>