Shades of Endeavour #28539F
Tints of Endeavour #28539F
RGB
CMYK
RGB Variations
Color information
#28539F (or 0x28539F) is known color: Endeavour. HEX triplet: 28, 53 and 9F. RGB value is (40,83,159). Sum of RGB (Red+Green+Blue) = 40+83+159=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #28539F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28539F is #D7AC60. Grayscale: #4E4E4E. Windows color (decimal): -14134369 or 10441512. OLE color: 10441512.
HSL color Cylindrical-coordinate representation of color #28539F: hue angle of 218.32º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28539F is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 83 | 159 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.38 |
| HSL | 218.32º | 0.6% | 0.39% | - |
| HSV(B) | 218.32º | 0.75% | 0.62% | - |
| XYZ | 10.23 | 9.14 | 34.03 | - |
| YUV | 78.81 | 173.25 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 159 | 0.75 | 0.48 | 0 | 0.38 | 218.32 | 0.6 | 0.39 |
| Hex | 28 | 53 | 9F | 4B | 30 | 0 | 26 | DA | 3C | 27 |
| Octal | 50 | 123 | 237 | 113 | 60 | 0 | 46 | 332 | 74 | 47 |
| Binary | 101000 | 1010011 | 10011111 | 1001011 | 110000 | 0 | 100110 | 11011010 | 111100 | 100111 |
Color Harmonies of #28539F
Complementary color
Monochromatic Colors of #28539F
Black with #28539F
Text Example
Text Example
White with #28539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28539F; }
p { color: rgb(40,83,159); }
H1.HeaderClassName
{
color: #28539F;
}
.AnyTagClassName
{
color: #28539F;
}
</style>
background-color css
<style>
a { background-color: #28539F; }
a { background-color: rgb(40,83,159); }
div.DivClassName
{
background-color: #28539F;
}
.BgClassName
{
background-color: #28539F;
}
</style>
border-color css
<style>
span { border-color: #28539F; }
span { border-color: rgb(40,83,159); }
td.TdClassName
{
border-color: #28539F;
}
.TagClassName
{
border-color: #28539F;
}
</style>