Shades of Endeavour #28548B
Tints of Endeavour #28548B
RGB
CMYK
RGB Variations
Color information
#28548B (or 0x28548B) is known color: Endeavour. HEX triplet: 28, 54 and 8B. RGB value is (40,84,139). Sum of RGB (Red+Green+Blue) = 40+84+139=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #28548B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28548B is #D7AB74. Grayscale: #4C4C4C. Windows color (decimal): -14134133 or 9131048. OLE color: 9131048.
HSL color Cylindrical-coordinate representation of color #28548B: hue angle of 213.33º 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 #28548B is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 84 | 139 | - |
| CMYK | 0.71 | 0.40 | 0 | 0.45 |
| HSL | 213.33º | 0.55% | 0.35% | - |
| HSV(B) | 213.33º | 0.71% | 0.55% | - |
| XYZ | 8.71 | 8.66 | 25.64 | - |
| YUV | 77.11 | 162.92 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 84 | 139 | 0.71 | 0.40 | 0 | 0.45 | 213.33 | 0.55 | 0.35 |
| Hex | 28 | 54 | 8B | 47 | 28 | 0 | 2D | D5 | 37 | 23 |
| Octal | 50 | 124 | 213 | 107 | 50 | 0 | 55 | 325 | 67 | 43 |
| Binary | 101000 | 1010100 | 10001011 | 1000111 | 101000 | 0 | 101101 | 11010101 | 110111 | 100011 |
Color Harmonies of #28548B
Complementary color
Monochromatic Colors of #28548B
Black with #28548B
Text Example
Text Example
White with #28548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28548B; }
p { color: rgb(40,84,139); }
H1.HeaderClassName
{
color: #28548B;
}
.AnyTagClassName
{
color: #28548B;
}
</style>
background-color css
<style>
a { background-color: #28548B; }
a { background-color: rgb(40,84,139); }
div.DivClassName
{
background-color: #28548B;
}
.BgClassName
{
background-color: #28548B;
}
</style>
border-color css
<style>
span { border-color: #28548B; }
span { border-color: rgb(40,84,139); }
td.TdClassName
{
border-color: #28548B;
}
.TagClassName
{
border-color: #28548B;
}
</style>