Shades of Endeavour #205796
Tints of Endeavour #205796
RGB
CMYK
RGB Variations
Color information
#205796 (or 0x205796) is known color: Endeavour. HEX triplet: 20, 57 and 96. RGB value is (32,87,150). Sum of RGB (Red+Green+Blue) = 32+87+150=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 150 (58.98% from 255 or 55.76% from 269); Max value from RGB is 150 - color contains mainly: blue. Hex color #205796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205796 is #DFA869. Grayscale: #4D4D4D. Windows color (decimal): -14657642 or 9852704. OLE color: 9852704.
HSL color Cylindrical-coordinate representation of color #205796: hue angle of 212.03º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #205796 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 87 | 150 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.41 |
| HSL | 212.03º | 0.65% | 0.36% | - |
| HSV(B) | 212.03º | 0.79% | 0.59% | - |
| XYZ | 9.51 | 9.33 | 30.15 | - |
| YUV | 77.74 | 168.78 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 87 | 150 | 0.79 | 0.42 | 0 | 0.41 | 212.03 | 0.65 | 0.36 |
| Hex | 20 | 57 | 96 | 4F | 2A | 0 | 29 | D4 | 41 | 24 |
| Octal | 40 | 127 | 226 | 117 | 52 | 0 | 51 | 324 | 101 | 44 |
| Binary | 100000 | 1010111 | 10010110 | 1001111 | 101010 | 0 | 101001 | 11010100 | 1000001 | 100100 |
Color Harmonies of #205796
Complementary color
Monochromatic Colors of #205796
Black with #205796
Text Example
Text Example
White with #205796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205796; }
p { color: rgb(32,87,150); }
H1.HeaderClassName
{
color: #205796;
}
.AnyTagClassName
{
color: #205796;
}
</style>
background-color css
<style>
a { background-color: #205796; }
a { background-color: rgb(32,87,150); }
div.DivClassName
{
background-color: #205796;
}
.BgClassName
{
background-color: #205796;
}
</style>
border-color css
<style>
span { border-color: #205796; }
span { border-color: rgb(32,87,150); }
td.TdClassName
{
border-color: #205796;
}
.TagClassName
{
border-color: #205796;
}
</style>