Shades of Endeavour #28548A
Tints of Endeavour #28548A
RGB
CMYK
RGB Variations
Color information
#28548A (or 0x28548A) is known color: Endeavour. HEX triplet: 28, 54 and 8A. RGB value is (40,84,138). Sum of RGB (Red+Green+Blue) = 40+84+138=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #28548A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28548A is #D7AB75. Grayscale: #4C4C4C. Windows color (decimal): -14134134 or 9065512. OLE color: 9065512.
HSL color Cylindrical-coordinate representation of color #28548A: hue angle of 213.06º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28548A is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 84 | 138 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.46 |
| HSL | 213.06º | 0.55% | 0.35% | - |
| HSV(B) | 213.06º | 0.71% | 0.54% | - |
| XYZ | 8.63 | 8.63 | 25.25 | - |
| YUV | 77 | 162.42 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 84 | 138 | 0.71 | 0.39 | 0 | 0.46 | 213.06 | 0.55 | 0.35 |
| Hex | 28 | 54 | 8A | 47 | 27 | 0 | 2E | D5 | 37 | 23 |
| Octal | 50 | 124 | 212 | 107 | 47 | 0 | 56 | 325 | 67 | 43 |
| Binary | 101000 | 1010100 | 10001010 | 1000111 | 100111 | 0 | 101110 | 11010101 | 110111 | 100011 |
Color Harmonies of #28548A
Complementary color
Monochromatic Colors of #28548A
Black with #28548A
Text Example
Text Example
White with #28548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28548A; }
p { color: rgb(40,84,138); }
H1.HeaderClassName
{
color: #28548A;
}
.AnyTagClassName
{
color: #28548A;
}
</style>
background-color css
<style>
a { background-color: #28548A; }
a { background-color: rgb(40,84,138); }
div.DivClassName
{
background-color: #28548A;
}
.BgClassName
{
background-color: #28548A;
}
</style>
border-color css
<style>
span { border-color: #28548A; }
span { border-color: rgb(40,84,138); }
td.TdClassName
{
border-color: #28548A;
}
.TagClassName
{
border-color: #28548A;
}
</style>