Shades of Endeavour #205085
Tints of Endeavour #205085
RGB
CMYK
RGB Variations
Color information
#205085 (or 0x205085) is known color: Endeavour. HEX triplet: 20, 50 and 85. RGB value is (32,80,133). Sum of RGB (Red+Green+Blue) = 32+80+133=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #205085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205085 is #DFAF7A. Grayscale: #474747. Windows color (decimal): -14659451 or 8736800. OLE color: 8736800.
HSL color Cylindrical-coordinate representation of color #205085: hue angle of 211.49º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #205085 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 80 | 133 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.48 |
| HSL | 211.49º | 0.61% | 0.32% | - |
| HSV(B) | 211.49º | 0.76% | 0.52% | - |
| XYZ | 7.7 | 7.74 | 23.28 | - |
| YUV | 71.69 | 162.6 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 133 | 0.76 | 0.40 | 0 | 0.48 | 211.49 | 0.61 | 0.32 |
| Hex | 20 | 50 | 85 | 4C | 28 | 0 | 30 | D3 | 3D | 20 |
| Octal | 40 | 120 | 205 | 114 | 50 | 0 | 60 | 323 | 75 | 40 |
| Binary | 100000 | 1010000 | 10000101 | 1001100 | 101000 | 0 | 110000 | 11010011 | 111101 | 100000 |
Color Harmonies of #205085
Complementary color
Monochromatic Colors of #205085
Black with #205085
Text Example
Text Example
White with #205085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205085; }
p { color: rgb(32,80,133); }
H1.HeaderClassName
{
color: #205085;
}
.AnyTagClassName
{
color: #205085;
}
</style>
background-color css
<style>
a { background-color: #205085; }
a { background-color: rgb(32,80,133); }
div.DivClassName
{
background-color: #205085;
}
.BgClassName
{
background-color: #205085;
}
</style>
border-color css
<style>
span { border-color: #205085; }
span { border-color: rgb(32,80,133); }
td.TdClassName
{
border-color: #205085;
}
.TagClassName
{
border-color: #205085;
}
</style>