Shades of Endeavour #28558D
Tints of Endeavour #28558D
RGB
CMYK
RGB Variations
Color information
#28558D (or 0x28558D) is known color: Endeavour. HEX triplet: 28, 55 and 8D. RGB value is (40,85,141). Sum of RGB (Red+Green+Blue) = 40+85+141=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #28558D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28558D is #D7AA72. Grayscale: #4D4D4D. Windows color (decimal): -14133875 or 9262376. OLE color: 9262376.
HSL color Cylindrical-coordinate representation of color #28558D: hue angle of 213.27º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28558D is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 85 | 141 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.45 |
| HSL | 213.27º | 0.56% | 0.35% | - |
| HSV(B) | 213.27º | 0.72% | 0.55% | - |
| XYZ | 8.93 | 8.87 | 26.44 | - |
| YUV | 77.93 | 163.59 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 85 | 141 | 0.72 | 0.40 | 0 | 0.45 | 213.27 | 0.56 | 0.35 |
| Hex | 28 | 55 | 8D | 48 | 28 | 0 | 2D | D5 | 38 | 23 |
| Octal | 50 | 125 | 215 | 110 | 50 | 0 | 55 | 325 | 70 | 43 |
| Binary | 101000 | 1010101 | 10001101 | 1001000 | 101000 | 0 | 101101 | 11010101 | 111000 | 100011 |
Color Harmonies of #28558D
Complementary color
Monochromatic Colors of #28558D
Black with #28558D
Text Example
Text Example
White with #28558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28558D; }
p { color: rgb(40,85,141); }
H1.HeaderClassName
{
color: #28558D;
}
.AnyTagClassName
{
color: #28558D;
}
</style>
background-color css
<style>
a { background-color: #28558D; }
a { background-color: rgb(40,85,141); }
div.DivClassName
{
background-color: #28558D;
}
.BgClassName
{
background-color: #28558D;
}
</style>
border-color css
<style>
span { border-color: #28558D; }
span { border-color: rgb(40,85,141); }
td.TdClassName
{
border-color: #28558D;
}
.TagClassName
{
border-color: #28558D;
}
</style>