Shades of Endeavour #28538D
Tints of Endeavour #28538D
RGB
CMYK
RGB Variations
Color information
#28538D (or 0x28538D) is known color: Endeavour. HEX triplet: 28, 53 and 8D. RGB value is (40,83,141). Sum of RGB (Red+Green+Blue) = 40+83+141=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #28538D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28538D is #D7AC72. Grayscale: #4C4C4C. Windows color (decimal): -14134387 or 9261864. OLE color: 9261864.
HSL color Cylindrical-coordinate representation of color #28538D: hue angle of 214.46º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28538D is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 83 | 141 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.45 |
| HSL | 214.46º | 0.56% | 0.35% | - |
| HSV(B) | 214.46º | 0.72% | 0.55% | - |
| XYZ | 8.78 | 8.56 | 26.39 | - |
| YUV | 76.76 | 164.25 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 141 | 0.72 | 0.41 | 0 | 0.45 | 214.46 | 0.56 | 0.35 |
| Hex | 28 | 53 | 8D | 48 | 29 | 0 | 2D | D6 | 38 | 23 |
| Octal | 50 | 123 | 215 | 110 | 51 | 0 | 55 | 326 | 70 | 43 |
| Binary | 101000 | 1010011 | 10001101 | 1001000 | 101001 | 0 | 101101 | 11010110 | 111000 | 100011 |
Color Harmonies of #28538D
Complementary color
Monochromatic Colors of #28538D
Black with #28538D
Text Example
Text Example
White with #28538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28538D; }
p { color: rgb(40,83,141); }
H1.HeaderClassName
{
color: #28538D;
}
.AnyTagClassName
{
color: #28538D;
}
</style>
background-color css
<style>
a { background-color: #28538D; }
a { background-color: rgb(40,83,141); }
div.DivClassName
{
background-color: #28538D;
}
.BgClassName
{
background-color: #28538D;
}
</style>
border-color css
<style>
span { border-color: #28538D; }
span { border-color: rgb(40,83,141); }
td.TdClassName
{
border-color: #28538D;
}
.TagClassName
{
border-color: #28538D;
}
</style>