Shades of Endeavour #28538A
Tints of Endeavour #28538A
RGB
CMYK
RGB Variations
Color information
#28538A (or 0x28538A) is known color: Endeavour. HEX triplet: 28, 53 and 8A. RGB value is (40,83,138). Sum of RGB (Red+Green+Blue) = 40+83+138=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #28538A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28538A is #D7AC75. Grayscale: #4C4C4C. Windows color (decimal): -14134390 or 9065256. OLE color: 9065256.
HSL color Cylindrical-coordinate representation of color #28538A: hue angle of 213.67º 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 #28538A is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 83 | 138 | - |
| CMYK | 0.71 | 0.40 | 0 | 0.46 |
| HSL | 213.67º | 0.55% | 0.35% | - |
| HSV(B) | 213.67º | 0.71% | 0.54% | - |
| XYZ | 8.56 | 8.47 | 25.23 | - |
| YUV | 76.41 | 162.75 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 138 | 0.71 | 0.40 | 0 | 0.46 | 213.67 | 0.55 | 0.35 |
| Hex | 28 | 53 | 8A | 47 | 28 | 0 | 2E | D6 | 37 | 23 |
| Octal | 50 | 123 | 212 | 107 | 50 | 0 | 56 | 326 | 67 | 43 |
| Binary | 101000 | 1010011 | 10001010 | 1000111 | 101000 | 0 | 101110 | 11010110 | 110111 | 100011 |
Color Harmonies of #28538A
Complementary color
Monochromatic Colors of #28538A
Black with #28538A
Text Example
Text Example
White with #28538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28538A; }
p { color: rgb(40,83,138); }
H1.HeaderClassName
{
color: #28538A;
}
.AnyTagClassName
{
color: #28538A;
}
</style>
background-color css
<style>
a { background-color: #28538A; }
a { background-color: rgb(40,83,138); }
div.DivClassName
{
background-color: #28538A;
}
.BgClassName
{
background-color: #28538A;
}
</style>
border-color css
<style>
span { border-color: #28538A; }
span { border-color: rgb(40,83,138); }
td.TdClassName
{
border-color: #28538A;
}
.TagClassName
{
border-color: #28538A;
}
</style>