Shades of Endeavour #205896
Tints of Endeavour #205896
RGB
CMYK
RGB Variations
Color information
#205896 (or 0x205896) is known color: Endeavour. HEX triplet: 20, 58 and 96. RGB value is (32,88,150). Sum of RGB (Red+Green+Blue) = 32+88+150=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #205896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205896 is #DFA769. Grayscale: #4E4E4E. Windows color (decimal): -14657386 or 9852960. OLE color: 9852960.
HSL color Cylindrical-coordinate representation of color #205896: hue angle of 211.53º 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 #205896 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 88 | 150 | - |
| CMYK | 0.79 | 0.41 | 0 | 0.41 |
| HSL | 211.53º | 0.65% | 0.36% | - |
| HSV(B) | 211.53º | 0.79% | 0.59% | - |
| XYZ | 9.59 | 9.49 | 30.18 | - |
| YUV | 78.32 | 168.45 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 88 | 150 | 0.79 | 0.41 | 0 | 0.41 | 211.53 | 0.65 | 0.36 |
| Hex | 20 | 58 | 96 | 4F | 29 | 0 | 29 | D4 | 41 | 24 |
| Octal | 40 | 130 | 226 | 117 | 51 | 0 | 51 | 324 | 101 | 44 |
| Binary | 100000 | 1011000 | 10010110 | 1001111 | 101001 | 0 | 101001 | 11010100 | 1000001 | 100100 |
Color Harmonies of #205896
Complementary color
Monochromatic Colors of #205896
Black with #205896
Text Example
Text Example
White with #205896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205896; }
p { color: rgb(32,88,150); }
H1.HeaderClassName
{
color: #205896;
}
.AnyTagClassName
{
color: #205896;
}
</style>
background-color css
<style>
a { background-color: #205896; }
a { background-color: rgb(32,88,150); }
div.DivClassName
{
background-color: #205896;
}
.BgClassName
{
background-color: #205896;
}
</style>
border-color css
<style>
span { border-color: #205896; }
span { border-color: rgb(32,88,150); }
td.TdClassName
{
border-color: #205896;
}
.TagClassName
{
border-color: #205896;
}
</style>