Shades of Endeavour #28559B
Tints of Endeavour #28559B
RGB
CMYK
RGB Variations
Color information
#28559B (or 0x28559B) is known color: Endeavour. HEX triplet: 28, 55 and 9B. RGB value is (40,85,155). Sum of RGB (Red+Green+Blue) = 40+85+155=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #28559B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28559B is #D7AA64. Grayscale: #4F4F4F. Windows color (decimal): -14133861 or 10179880. OLE color: 10179880.
HSL color Cylindrical-coordinate representation of color #28559B: hue angle of 216.52º 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 #28559B is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 85 | 155 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.39 |
| HSL | 216.52º | 0.59% | 0.38% | - |
| HSV(B) | 216.52º | 0.74% | 0.61% | - |
| XYZ | 10.04 | 9.31 | 32.28 | - |
| YUV | 79.53 | 170.59 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 85 | 155 | 0.74 | 0.45 | 0 | 0.39 | 216.52 | 0.59 | 0.38 |
| Hex | 28 | 55 | 9B | 4A | 2D | 0 | 27 | D9 | 3B | 26 |
| Octal | 50 | 125 | 233 | 112 | 55 | 0 | 47 | 331 | 73 | 46 |
| Binary | 101000 | 1010101 | 10011011 | 1001010 | 101101 | 0 | 100111 | 11011001 | 111011 | 100110 |
Color Harmonies of #28559B
Complementary color
Monochromatic Colors of #28559B
Black with #28559B
Text Example
Text Example
White with #28559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28559B; }
p { color: rgb(40,85,155); }
H1.HeaderClassName
{
color: #28559B;
}
.AnyTagClassName
{
color: #28559B;
}
</style>
background-color css
<style>
a { background-color: #28559B; }
a { background-color: rgb(40,85,155); }
div.DivClassName
{
background-color: #28559B;
}
.BgClassName
{
background-color: #28559B;
}
</style>
border-color css
<style>
span { border-color: #28559B; }
span { border-color: rgb(40,85,155); }
td.TdClassName
{
border-color: #28559B;
}
.TagClassName
{
border-color: #28559B;
}
</style>