Shades of Endeavour #205389
Tints of Endeavour #205389
RGB
CMYK
RGB Variations
Color information
#205389 (or 0x205389) is known color: Endeavour. HEX triplet: 20, 53 and 89. RGB value is (32,83,137). Sum of RGB (Red+Green+Blue) = 32+83+137=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #205389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205389 is #DFAC76. Grayscale: #494949. Windows color (decimal): -14658679 or 8999712. OLE color: 8999712.
HSL color Cylindrical-coordinate representation of color #205389: hue angle of 210.86º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #205389 is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 83 | 137 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.46 |
| HSL | 210.86º | 0.62% | 0.33% | - |
| HSV(B) | 210.86º | 0.77% | 0.54% | - |
| XYZ | 8.2 | 8.3 | 24.84 | - |
| YUV | 73.91 | 163.6 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 137 | 0.77 | 0.39 | 0 | 0.46 | 210.86 | 0.62 | 0.33 |
| Hex | 20 | 53 | 89 | 4D | 27 | 0 | 2E | D3 | 3E | 21 |
| Octal | 40 | 123 | 211 | 115 | 47 | 0 | 56 | 323 | 76 | 41 |
| Binary | 100000 | 1010011 | 10001001 | 1001101 | 100111 | 0 | 101110 | 11010011 | 111110 | 100001 |
Color Harmonies of #205389
Complementary color
Monochromatic Colors of #205389
Black with #205389
Text Example
Text Example
White with #205389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205389; }
p { color: rgb(32,83,137); }
H1.HeaderClassName
{
color: #205389;
}
.AnyTagClassName
{
color: #205389;
}
</style>
background-color css
<style>
a { background-color: #205389; }
a { background-color: rgb(32,83,137); }
div.DivClassName
{
background-color: #205389;
}
.BgClassName
{
background-color: #205389;
}
</style>
border-color css
<style>
span { border-color: #205389; }
span { border-color: rgb(32,83,137); }
td.TdClassName
{
border-color: #205389;
}
.TagClassName
{
border-color: #205389;
}
</style>