Shades of Endeavour #28538C
Tints of Endeavour #28538C
RGB
CMYK
RGB Variations
Color information
#28538C (or 0x28538C) is known color: Endeavour. HEX triplet: 28, 53 and 8C. RGB value is (40,83,140). Sum of RGB (Red+Green+Blue) = 40+83+140=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #28538C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28538C is #D7AC73. Grayscale: #4C4C4C. Windows color (decimal): -14134388 or 9196328. OLE color: 9196328.
HSL color Cylindrical-coordinate representation of color #28538C: hue angle of 214.2º degrees, saturation: 0.56, 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 #28538C is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 83 | 140 | - |
| CMYK | 0.71 | 0.41 | 0 | 0.45 |
| HSL | 214.2º | 0.56% | 0.35% | - |
| HSV(B) | 214.2º | 0.71% | 0.55% | - |
| XYZ | 8.7 | 8.53 | 26 | - |
| YUV | 76.64 | 163.75 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 140 | 0.71 | 0.41 | 0 | 0.45 | 214.2 | 0.56 | 0.35 |
| Hex | 28 | 53 | 8C | 47 | 29 | 0 | 2D | D6 | 38 | 23 |
| Octal | 50 | 123 | 214 | 107 | 51 | 0 | 55 | 326 | 70 | 43 |
| Binary | 101000 | 1010011 | 10001100 | 1000111 | 101001 | 0 | 101101 | 11010110 | 111000 | 100011 |
Color Harmonies of #28538C
Complementary color
Monochromatic Colors of #28538C
Black with #28538C
Text Example
Text Example
White with #28538C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28538C; }
p { color: rgb(40,83,140); }
H1.HeaderClassName
{
color: #28538C;
}
.AnyTagClassName
{
color: #28538C;
}
</style>
background-color css
<style>
a { background-color: #28538C; }
a { background-color: rgb(40,83,140); }
div.DivClassName
{
background-color: #28538C;
}
.BgClassName
{
background-color: #28538C;
}
</style>
border-color css
<style>
span { border-color: #28538C; }
span { border-color: rgb(40,83,140); }
td.TdClassName
{
border-color: #28538C;
}
.TagClassName
{
border-color: #28538C;
}
</style>