Shades of Endeavour #28528B
Tints of Endeavour #28528B
RGB
CMYK
RGB Variations
Color information
#28528B (or 0x28528B) is known color: Endeavour. HEX triplet: 28, 52 and 8B. RGB value is (40,82,139). Sum of RGB (Red+Green+Blue) = 40+82+139=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #28528B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28528B is #D7AD74. Grayscale: #4B4B4B. Windows color (decimal): -14134645 or 9130536. OLE color: 9130536.
HSL color Cylindrical-coordinate representation of color #28528B: hue angle of 214.55º 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 #28528B is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 82 | 139 | - |
| CMYK | 0.71 | 0.41 | 0 | 0.45 |
| HSL | 214.55º | 0.55% | 0.35% | - |
| HSV(B) | 214.55º | 0.71% | 0.55% | - |
| XYZ | 8.55 | 8.35 | 25.59 | - |
| YUV | 75.94 | 163.59 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 139 | 0.71 | 0.41 | 0 | 0.45 | 214.55 | 0.55 | 0.35 |
| Hex | 28 | 52 | 8B | 47 | 29 | 0 | 2D | D7 | 37 | 23 |
| Octal | 50 | 122 | 213 | 107 | 51 | 0 | 55 | 327 | 67 | 43 |
| Binary | 101000 | 1010010 | 10001011 | 1000111 | 101001 | 0 | 101101 | 11010111 | 110111 | 100011 |
Color Harmonies of #28528B
Complementary color
Monochromatic Colors of #28528B
Black with #28528B
Text Example
Text Example
White with #28528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28528B; }
p { color: rgb(40,82,139); }
H1.HeaderClassName
{
color: #28528B;
}
.AnyTagClassName
{
color: #28528B;
}
</style>
background-color css
<style>
a { background-color: #28528B; }
a { background-color: rgb(40,82,139); }
div.DivClassName
{
background-color: #28528B;
}
.BgClassName
{
background-color: #28528B;
}
</style>
border-color css
<style>
span { border-color: #28528B; }
span { border-color: rgb(40,82,139); }
td.TdClassName
{
border-color: #28528B;
}
.TagClassName
{
border-color: #28528B;
}
</style>