Shades of Endeavour #28569B
Tints of Endeavour #28569B
RGB
CMYK
RGB Variations
Color information
#28569B (or 0x28569B) is known color: Endeavour. HEX triplet: 28, 56 and 9B. RGB value is (40,86,155). Sum of RGB (Red+Green+Blue) = 40+86+155=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #28569B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28569B is #D7A964. Grayscale: #4F4F4F. Windows color (decimal): -14133605 or 10180136. OLE color: 10180136.
HSL color Cylindrical-coordinate representation of color #28569B: hue angle of 216º 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 #28569B is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 86 | 155 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.39 |
| HSL | 216º | 0.59% | 0.38% | - |
| HSV(B) | 216º | 0.74% | 0.61% | - |
| XYZ | 10.12 | 9.47 | 32.31 | - |
| YUV | 80.11 | 170.26 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 86 | 155 | 0.74 | 0.45 | 0 | 0.39 | 216 | 0.59 | 0.38 |
| Hex | 28 | 56 | 9B | 4A | 2D | 0 | 27 | D8 | 3B | 26 |
| Octal | 50 | 126 | 233 | 112 | 55 | 0 | 47 | 330 | 73 | 46 |
| Binary | 101000 | 1010110 | 10011011 | 1001010 | 101101 | 0 | 100111 | 11011000 | 111011 | 100110 |
Color Harmonies of #28569B
Complementary color
Monochromatic Colors of #28569B
Black with #28569B
Text Example
Text Example
White with #28569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28569B; }
p { color: rgb(40,86,155); }
H1.HeaderClassName
{
color: #28569B;
}
.AnyTagClassName
{
color: #28569B;
}
</style>
background-color css
<style>
a { background-color: #28569B; }
a { background-color: rgb(40,86,155); }
div.DivClassName
{
background-color: #28569B;
}
.BgClassName
{
background-color: #28569B;
}
</style>
border-color css
<style>
span { border-color: #28569B; }
span { border-color: rgb(40,86,155); }
td.TdClassName
{
border-color: #28569B;
}
.TagClassName
{
border-color: #28569B;
}
</style>