Shades of Endeavour #205287
Tints of Endeavour #205287
RGB
CMYK
RGB Variations
Color information
#205287 (or 0x205287) is known color: Endeavour. HEX triplet: 20, 52 and 87. RGB value is (32,82,135). Sum of RGB (Red+Green+Blue) = 32+82+135=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #205287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205287 is #DFAD78. Grayscale: #484848. Windows color (decimal): -14658937 or 8868384. OLE color: 8868384.
HSL color Cylindrical-coordinate representation of color #205287: hue angle of 210.87º 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 #205287 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 82 | 135 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.47 |
| HSL | 210.87º | 0.62% | 0.33% | - |
| HSV(B) | 210.87º | 0.76% | 0.53% | - |
| XYZ | 7.99 | 8.09 | 24.06 | - |
| YUV | 73.09 | 162.94 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 135 | 0.76 | 0.39 | 0 | 0.47 | 210.87 | 0.62 | 0.33 |
| Hex | 20 | 52 | 87 | 4C | 27 | 0 | 2F | D3 | 3E | 21 |
| Octal | 40 | 122 | 207 | 114 | 47 | 0 | 57 | 323 | 76 | 41 |
| Binary | 100000 | 1010010 | 10000111 | 1001100 | 100111 | 0 | 101111 | 11010011 | 111110 | 100001 |
Color Harmonies of #205287
Complementary color
Monochromatic Colors of #205287
Black with #205287
Text Example
Text Example
White with #205287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205287; }
p { color: rgb(32,82,135); }
H1.HeaderClassName
{
color: #205287;
}
.AnyTagClassName
{
color: #205287;
}
</style>
background-color css
<style>
a { background-color: #205287; }
a { background-color: rgb(32,82,135); }
div.DivClassName
{
background-color: #205287;
}
.BgClassName
{
background-color: #205287;
}
</style>
border-color css
<style>
span { border-color: #205287; }
span { border-color: rgb(32,82,135); }
td.TdClassName
{
border-color: #205287;
}
.TagClassName
{
border-color: #205287;
}
</style>