Shades of Endeavour #205187
Tints of Endeavour #205187
RGB
CMYK
RGB Variations
Color information
#205187 (or 0x205187) is known color: Endeavour. HEX triplet: 20, 51 and 87. RGB value is (32,81,135). Sum of RGB (Red+Green+Blue) = 32+81+135=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 135 (53.12% from 255 or 54.44% from 248); Max value from RGB is 135 - color contains mainly: blue. Hex color #205187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205187 is #DFAE78. Grayscale: #484848. Windows color (decimal): -14659193 or 8868128. OLE color: 8868128.
HSL color Cylindrical-coordinate representation of color #205187: hue angle of 211.46º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #205187 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 81 | 135 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.47 |
| HSL | 211.46º | 0.62% | 0.33% | - |
| HSV(B) | 211.46º | 0.76% | 0.53% | - |
| XYZ | 7.91 | 7.94 | 24.04 | - |
| YUV | 72.51 | 163.27 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 135 | 0.76 | 0.40 | 0 | 0.47 | 211.46 | 0.62 | 0.33 |
| Hex | 20 | 51 | 87 | 4C | 28 | 0 | 2F | D3 | 3E | 21 |
| Octal | 40 | 121 | 207 | 114 | 50 | 0 | 57 | 323 | 76 | 41 |
| Binary | 100000 | 1010001 | 10000111 | 1001100 | 101000 | 0 | 101111 | 11010011 | 111110 | 100001 |
Color Harmonies of #205187
Complementary color
Monochromatic Colors of #205187
Black with #205187
Text Example
Text Example
White with #205187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205187; }
p { color: rgb(32,81,135); }
H1.HeaderClassName
{
color: #205187;
}
.AnyTagClassName
{
color: #205187;
}
</style>
background-color css
<style>
a { background-color: #205187; }
a { background-color: rgb(32,81,135); }
div.DivClassName
{
background-color: #205187;
}
.BgClassName
{
background-color: #205187;
}
</style>
border-color css
<style>
span { border-color: #205187; }
span { border-color: rgb(32,81,135); }
td.TdClassName
{
border-color: #205187;
}
.TagClassName
{
border-color: #205187;
}
</style>