Shades of Endeavour #205188
Tints of Endeavour #205188
RGB
CMYK
RGB Variations
Color information
#205188 (or 0x205188) is known color: Endeavour. HEX triplet: 20, 51 and 88. RGB value is (32,81,136). Sum of RGB (Red+Green+Blue) = 32+81+136=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #205188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205188 is #DFAE77. Grayscale: #484848. Windows color (decimal): -14659192 or 8933664. OLE color: 8933664.
HSL color Cylindrical-coordinate representation of color #205188: hue angle of 211.73º 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 #205188 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 81 | 136 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.47 |
| HSL | 211.73º | 0.62% | 0.33% | - |
| HSV(B) | 211.73º | 0.76% | 0.53% | - |
| XYZ | 7.98 | 7.97 | 24.41 | - |
| YUV | 72.62 | 163.77 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 136 | 0.76 | 0.40 | 0 | 0.47 | 211.73 | 0.62 | 0.33 |
| Hex | 20 | 51 | 88 | 4C | 28 | 0 | 2F | D4 | 3E | 21 |
| Octal | 40 | 121 | 210 | 114 | 50 | 0 | 57 | 324 | 76 | 41 |
| Binary | 100000 | 1010001 | 10001000 | 1001100 | 101000 | 0 | 101111 | 11010100 | 111110 | 100001 |
Color Harmonies of #205188
Complementary color
Monochromatic Colors of #205188
Black with #205188
Text Example
Text Example
White with #205188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205188; }
p { color: rgb(32,81,136); }
H1.HeaderClassName
{
color: #205188;
}
.AnyTagClassName
{
color: #205188;
}
</style>
background-color css
<style>
a { background-color: #205188; }
a { background-color: rgb(32,81,136); }
div.DivClassName
{
background-color: #205188;
}
.BgClassName
{
background-color: #205188;
}
</style>
border-color css
<style>
span { border-color: #205188; }
span { border-color: rgb(32,81,136); }
td.TdClassName
{
border-color: #205188;
}
.TagClassName
{
border-color: #205188;
}
</style>