Shades of Endeavour #205DA0
Tints of Endeavour #205DA0
RGB
CMYK
RGB Variations
Color information
#205DA0 (or 0x205DA0) is known color: Endeavour. HEX triplet: 20, 5D and A0. RGB value is (32,93,160). Sum of RGB (Red+Green+Blue) = 32+93+160=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 160 (62.89% from 255 or 56.14% from 285); Max value from RGB is 160 - color contains mainly: blue. Hex color #205DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205DA0 is #DFA25F. Grayscale: #525252. Windows color (decimal): -14656096 or 10509600. OLE color: 10509600.
HSL color Cylindrical-coordinate representation of color #205DA0: hue angle of 211.41º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #205DA0 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 93 | 160 | - |
| CMYK | 0.80 | 0.42 | 0 | 0.37 |
| HSL | 211.41º | 0.67% | 0.38% | - |
| HSV(B) | 211.41º | 0.8% | 0.63% | - |
| XYZ | 10.86 | 10.67 | 34.75 | - |
| YUV | 82.4 | 171.79 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 160 | 0.80 | 0.42 | 0 | 0.37 | 211.41 | 0.67 | 0.38 |
| Hex | 20 | 5D | A0 | 50 | 2A | 0 | 25 | D3 | 43 | 26 |
| Octal | 40 | 135 | 240 | 120 | 52 | 0 | 45 | 323 | 103 | 46 |
| Binary | 100000 | 1011101 | 10100000 | 1010000 | 101010 | 0 | 100101 | 11010011 | 1000011 | 100110 |
Color Harmonies of #205DA0
Complementary color
Monochromatic Colors of #205DA0
Black with #205DA0
Text Example
Text Example
White with #205DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205DA0; }
p { color: rgb(32,93,160); }
H1.HeaderClassName
{
color: #205DA0;
}
.AnyTagClassName
{
color: #205DA0;
}
</style>
background-color css
<style>
a { background-color: #205DA0; }
a { background-color: rgb(32,93,160); }
div.DivClassName
{
background-color: #205DA0;
}
.BgClassName
{
background-color: #205DA0;
}
</style>
border-color css
<style>
span { border-color: #205DA0; }
span { border-color: rgb(32,93,160); }
td.TdClassName
{
border-color: #205DA0;
}
.TagClassName
{
border-color: #205DA0;
}
</style>