Shades of Endeavour #28658B
Tints of Endeavour #28658B
RGB
CMYK
RGB Variations
Color information
#28658B (or 0x28658B) is known color: Endeavour. HEX triplet: 28, 65 and 8B. RGB value is (40,101,139). Sum of RGB (Red+Green+Blue) = 40+101+139=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #28658B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28658B is #D79A74. Grayscale: #565656. Windows color (decimal): -14129781 or 9135400. OLE color: 9135400.
HSL color Cylindrical-coordinate representation of color #28658B: hue angle of 203.03º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28658B is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 101 | 139 | - |
| CMYK | 0.71 | 0.27 | 0 | 0.45 |
| HSL | 203.03º | 0.55% | 0.35% | - |
| HSV(B) | 203.03º | 0.71% | 0.55% | - |
| XYZ | 10.19 | 11.62 | 26.13 | - |
| YUV | 87.09 | 157.29 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 139 | 0.71 | 0.27 | 0 | 0.45 | 203.03 | 0.55 | 0.35 |
| Hex | 28 | 65 | 8B | 47 | 1B | 0 | 2D | CB | 37 | 23 |
| Octal | 50 | 145 | 213 | 107 | 33 | 0 | 55 | 313 | 67 | 43 |
| Binary | 101000 | 1100101 | 10001011 | 1000111 | 11011 | 0 | 101101 | 11001011 | 110111 | 100011 |
Color Harmonies of #28658B
Complementary color
Monochromatic Colors of #28658B
Black with #28658B
Text Example
Text Example
White with #28658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28658B; }
p { color: rgb(40,101,139); }
H1.HeaderClassName
{
color: #28658B;
}
.AnyTagClassName
{
color: #28658B;
}
</style>
background-color css
<style>
a { background-color: #28658B; }
a { background-color: rgb(40,101,139); }
div.DivClassName
{
background-color: #28658B;
}
.BgClassName
{
background-color: #28658B;
}
</style>
border-color css
<style>
span { border-color: #28658B; }
span { border-color: rgb(40,101,139); }
td.TdClassName
{
border-color: #28658B;
}
.TagClassName
{
border-color: #28658B;
}
</style>