Shades of Endeavour #28549B
Tints of Endeavour #28549B
RGB
CMYK
RGB Variations
Color information
#28549B (or 0x28549B) is known color: Endeavour. HEX triplet: 28, 54 and 9B. RGB value is (40,84,155). Sum of RGB (Red+Green+Blue) = 40+84+155=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #28549B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28549B is #D7AB64. Grayscale: #4E4E4E. Windows color (decimal): -14134117 or 10179624. OLE color: 10179624.
HSL color Cylindrical-coordinate representation of color #28549B: hue angle of 217.04º 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 #28549B is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 84 | 155 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.39 |
| HSL | 217.04º | 0.59% | 0.38% | - |
| HSV(B) | 217.04º | 0.74% | 0.61% | - |
| XYZ | 9.96 | 9.16 | 32.25 | - |
| YUV | 78.94 | 170.92 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 84 | 155 | 0.74 | 0.46 | 0 | 0.39 | 217.04 | 0.59 | 0.38 |
| Hex | 28 | 54 | 9B | 4A | 2E | 0 | 27 | D9 | 3B | 26 |
| Octal | 50 | 124 | 233 | 112 | 56 | 0 | 47 | 331 | 73 | 46 |
| Binary | 101000 | 1010100 | 10011011 | 1001010 | 101110 | 0 | 100111 | 11011001 | 111011 | 100110 |
Color Harmonies of #28549B
Complementary color
Monochromatic Colors of #28549B
Black with #28549B
Text Example
Text Example
White with #28549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28549B; }
p { color: rgb(40,84,155); }
H1.HeaderClassName
{
color: #28549B;
}
.AnyTagClassName
{
color: #28549B;
}
</style>
background-color css
<style>
a { background-color: #28549B; }
a { background-color: rgb(40,84,155); }
div.DivClassName
{
background-color: #28549B;
}
.BgClassName
{
background-color: #28549B;
}
</style>
border-color css
<style>
span { border-color: #28549B; }
span { border-color: rgb(40,84,155); }
td.TdClassName
{
border-color: #28549B;
}
.TagClassName
{
border-color: #28549B;
}
</style>