Shades of Endeavour #205588
Tints of Endeavour #205588
RGB
CMYK
RGB Variations
Color information
#205588 (or 0x205588) is known color: Endeavour. HEX triplet: 20, 55 and 88. RGB value is (32,85,136). Sum of RGB (Red+Green+Blue) = 32+85+136=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #205588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205588 is #DFAA77. Grayscale: #4A4A4A. Windows color (decimal): -14658168 or 8934688. OLE color: 8934688.
HSL color Cylindrical-coordinate representation of color #205588: hue angle of 209.42º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #205588 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 85 | 136 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.47 |
| HSL | 209.42º | 0.62% | 0.33% | - |
| HSV(B) | 209.42º | 0.76% | 0.53% | - |
| XYZ | 8.29 | 8.58 | 24.51 | - |
| YUV | 74.97 | 162.44 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 85 | 136 | 0.76 | 0.38 | 0 | 0.47 | 209.42 | 0.62 | 0.33 |
| Hex | 20 | 55 | 88 | 4C | 26 | 0 | 2F | D1 | 3E | 21 |
| Octal | 40 | 125 | 210 | 114 | 46 | 0 | 57 | 321 | 76 | 41 |
| Binary | 100000 | 1010101 | 10001000 | 1001100 | 100110 | 0 | 101111 | 11010001 | 111110 | 100001 |
Color Harmonies of #205588
Complementary color
Monochromatic Colors of #205588
Black with #205588
Text Example
Text Example
White with #205588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205588; }
p { color: rgb(32,85,136); }
H1.HeaderClassName
{
color: #205588;
}
.AnyTagClassName
{
color: #205588;
}
</style>
background-color css
<style>
a { background-color: #205588; }
a { background-color: rgb(32,85,136); }
div.DivClassName
{
background-color: #205588;
}
.BgClassName
{
background-color: #205588;
}
</style>
border-color css
<style>
span { border-color: #205588; }
span { border-color: rgb(32,85,136); }
td.TdClassName
{
border-color: #205588;
}
.TagClassName
{
border-color: #205588;
}
</style>