Shades of Endeavour #28579C
Tints of Endeavour #28579C
RGB
CMYK
RGB Variations
Color information
#28579C (or 0x28579C) is known color: Endeavour. HEX triplet: 28, 57 and 9C. RGB value is (40,87,156). Sum of RGB (Red+Green+Blue) = 40+87+156=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #28579C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28579C is #D7A863. Grayscale: #505050. Windows color (decimal): -14133348 or 10245928. OLE color: 10245928.
HSL color Cylindrical-coordinate representation of color #28579C: hue angle of 215.69º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28579C is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 87 | 156 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.39 |
| HSL | 215.69º | 0.59% | 0.38% | - |
| HSV(B) | 215.69º | 0.74% | 0.61% | - |
| XYZ | 10.28 | 9.67 | 32.78 | - |
| YUV | 80.81 | 170.43 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 87 | 156 | 0.74 | 0.44 | 0 | 0.39 | 215.69 | 0.59 | 0.38 |
| Hex | 28 | 57 | 9C | 4A | 2C | 0 | 27 | D8 | 3B | 26 |
| Octal | 50 | 127 | 234 | 112 | 54 | 0 | 47 | 330 | 73 | 46 |
| Binary | 101000 | 1010111 | 10011100 | 1001010 | 101100 | 0 | 100111 | 11011000 | 111011 | 100110 |
Color Harmonies of #28579C
Complementary color
Monochromatic Colors of #28579C
Black with #28579C
Text Example
Text Example
White with #28579C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28579C; }
p { color: rgb(40,87,156); }
H1.HeaderClassName
{
color: #28579C;
}
.AnyTagClassName
{
color: #28579C;
}
</style>
background-color css
<style>
a { background-color: #28579C; }
a { background-color: rgb(40,87,156); }
div.DivClassName
{
background-color: #28579C;
}
.BgClassName
{
background-color: #28579C;
}
</style>
border-color css
<style>
span { border-color: #28579C; }
span { border-color: rgb(40,87,156); }
td.TdClassName
{
border-color: #28579C;
}
.TagClassName
{
border-color: #28579C;
}
</style>