Shades of Endeavour #28599B
Tints of Endeavour #28599B
RGB
CMYK
RGB Variations
Color information
#28599B (or 0x28599B) is known color: Endeavour. HEX triplet: 28, 59 and 9B. RGB value is (40,89,155). Sum of RGB (Red+Green+Blue) = 40+89+155=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #28599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28599B is #D7A664. Grayscale: #515151. Windows color (decimal): -14132837 or 10180904. OLE color: 10180904.
HSL color Cylindrical-coordinate representation of color #28599B: hue angle of 214.43º 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 #28599B is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 89 | 155 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.39 |
| HSL | 214.43º | 0.59% | 0.38% | - |
| HSV(B) | 214.43º | 0.74% | 0.61% | - |
| XYZ | 10.36 | 9.96 | 32.39 | - |
| YUV | 81.87 | 169.27 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 155 | 0.74 | 0.43 | 0 | 0.39 | 214.43 | 0.59 | 0.38 |
| Hex | 28 | 59 | 9B | 4A | 2B | 0 | 27 | D6 | 3B | 26 |
| Octal | 50 | 131 | 233 | 112 | 53 | 0 | 47 | 326 | 73 | 46 |
| Binary | 101000 | 1011001 | 10011011 | 1001010 | 101011 | 0 | 100111 | 11010110 | 111011 | 100110 |
Color Harmonies of #28599B
Complementary color
Monochromatic Colors of #28599B
Black with #28599B
Text Example
Text Example
White with #28599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28599B; }
p { color: rgb(40,89,155); }
H1.HeaderClassName
{
color: #28599B;
}
.AnyTagClassName
{
color: #28599B;
}
</style>
background-color css
<style>
a { background-color: #28599B; }
a { background-color: rgb(40,89,155); }
div.DivClassName
{
background-color: #28599B;
}
.BgClassName
{
background-color: #28599B;
}
</style>
border-color css
<style>
span { border-color: #28599B; }
span { border-color: rgb(40,89,155); }
td.TdClassName
{
border-color: #28599B;
}
.TagClassName
{
border-color: #28599B;
}
</style>