Shades of Endeavour #204D88
Tints of Endeavour #204D88
RGB
CMYK
RGB Variations
Color information
#204D88 (or 0x204D88) is known color: Endeavour. HEX triplet: 20, 4D and 88. RGB value is (32,77,136). Sum of RGB (Red+Green+Blue) = 32+77+136=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #204D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204D88 is #DFB277. Grayscale: #454545. Windows color (decimal): -14660216 or 8932640. OLE color: 8932640.
HSL color Cylindrical-coordinate representation of color #204D88: hue angle of 214.04º 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 #204D88 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 77 | 136 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.47 |
| HSL | 214.04º | 0.62% | 0.33% | - |
| HSV(B) | 214.04º | 0.76% | 0.53% | - |
| XYZ | 7.69 | 7.39 | 24.31 | - |
| YUV | 70.27 | 165.09 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 77 | 136 | 0.76 | 0.43 | 0 | 0.47 | 214.04 | 0.62 | 0.33 |
| Hex | 20 | 4D | 88 | 4C | 2B | 0 | 2F | D6 | 3E | 21 |
| Octal | 40 | 115 | 210 | 114 | 53 | 0 | 57 | 326 | 76 | 41 |
| Binary | 100000 | 1001101 | 10001000 | 1001100 | 101011 | 0 | 101111 | 11010110 | 111110 | 100001 |
Color Harmonies of #204D88
Complementary color
Monochromatic Colors of #204D88
Black with #204D88
Text Example
Text Example
White with #204D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204D88; }
p { color: rgb(32,77,136); }
H1.HeaderClassName
{
color: #204D88;
}
.AnyTagClassName
{
color: #204D88;
}
</style>
background-color css
<style>
a { background-color: #204D88; }
a { background-color: rgb(32,77,136); }
div.DivClassName
{
background-color: #204D88;
}
.BgClassName
{
background-color: #204D88;
}
</style>
border-color css
<style>
span { border-color: #204D88; }
span { border-color: rgb(32,77,136); }
td.TdClassName
{
border-color: #204D88;
}
.TagClassName
{
border-color: #204D88;
}
</style>