Shades of Endeavour #28558E
Tints of Endeavour #28558E
RGB
CMYK
RGB Variations
Color information
#28558E (or 0x28558E) is known color: Endeavour. HEX triplet: 28, 55 and 8E. RGB value is (40,85,142). Sum of RGB (Red+Green+Blue) = 40+85+142=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #28558E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28558E is #D7AA71. Grayscale: #4D4D4D. Windows color (decimal): -14133874 or 9327912. OLE color: 9327912.
HSL color Cylindrical-coordinate representation of color #28558E: hue angle of 213.53º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28558E is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 85 | 142 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.44 |
| HSL | 213.53º | 0.56% | 0.36% | - |
| HSV(B) | 213.53º | 0.72% | 0.56% | - |
| XYZ | 9.01 | 8.9 | 26.83 | - |
| YUV | 78.04 | 164.09 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 85 | 142 | 0.72 | 0.40 | 0 | 0.44 | 213.53 | 0.56 | 0.36 |
| Hex | 28 | 55 | 8E | 48 | 28 | 0 | 2C | D6 | 38 | 24 |
| Octal | 50 | 125 | 216 | 110 | 50 | 0 | 54 | 326 | 70 | 44 |
| Binary | 101000 | 1010101 | 10001110 | 1001000 | 101000 | 0 | 101100 | 11010110 | 111000 | 100100 |
Color Harmonies of #28558E
Complementary color
Monochromatic Colors of #28558E
Black with #28558E
Text Example
Text Example
White with #28558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28558E; }
p { color: rgb(40,85,142); }
H1.HeaderClassName
{
color: #28558E;
}
.AnyTagClassName
{
color: #28558E;
}
</style>
background-color css
<style>
a { background-color: #28558E; }
a { background-color: rgb(40,85,142); }
div.DivClassName
{
background-color: #28558E;
}
.BgClassName
{
background-color: #28558E;
}
</style>
border-color css
<style>
span { border-color: #28558E; }
span { border-color: rgb(40,85,142); }
td.TdClassName
{
border-color: #28558E;
}
.TagClassName
{
border-color: #28558E;
}
</style>