Shades of Endeavour #28518F
Tints of Endeavour #28518F
RGB
CMYK
RGB Variations
Color information
#28518F (or 0x28518F) is known color: Endeavour. HEX triplet: 28, 51 and 8F. RGB value is (40,81,143). Sum of RGB (Red+Green+Blue) = 40+81+143=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 143 (56.25% from 255 or 54.17% from 264); Max value from RGB is 143 - color contains mainly: blue. Hex color #28518F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28518F is #D7AE70. Grayscale: #4B4B4B. Windows color (decimal): -14134897 or 9392424. OLE color: 9392424.
HSL color Cylindrical-coordinate representation of color #28518F: hue angle of 216.12º 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 #28518F is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 81 | 143 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.44 |
| HSL | 216.12º | 0.56% | 0.36% | - |
| HSV(B) | 216.12º | 0.72% | 0.56% | - |
| XYZ | 8.78 | 8.32 | 27.13 | - |
| YUV | 75.81 | 165.92 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 81 | 143 | 0.72 | 0.43 | 0 | 0.44 | 216.12 | 0.56 | 0.36 |
| Hex | 28 | 51 | 8F | 48 | 2B | 0 | 2C | D8 | 38 | 24 |
| Octal | 50 | 121 | 217 | 110 | 53 | 0 | 54 | 330 | 70 | 44 |
| Binary | 101000 | 1010001 | 10001111 | 1001000 | 101011 | 0 | 101100 | 11011000 | 111000 | 100100 |
Color Harmonies of #28518F
Complementary color
Monochromatic Colors of #28518F
Black with #28518F
Text Example
Text Example
White with #28518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28518F; }
p { color: rgb(40,81,143); }
H1.HeaderClassName
{
color: #28518F;
}
.AnyTagClassName
{
color: #28518F;
}
</style>
background-color css
<style>
a { background-color: #28518F; }
a { background-color: rgb(40,81,143); }
div.DivClassName
{
background-color: #28518F;
}
.BgClassName
{
background-color: #28518F;
}
</style>
border-color css
<style>
span { border-color: #28518F; }
span { border-color: rgb(40,81,143); }
td.TdClassName
{
border-color: #28518F;
}
.TagClassName
{
border-color: #28518F;
}
</style>