Shades of Endeavour #204E85
Tints of Endeavour #204E85
RGB
CMYK
RGB Variations
Color information
#204E85 (or 0x204E85) is known color: Endeavour. HEX triplet: 20, 4E and 85. RGB value is (32,78,133). Sum of RGB (Red+Green+Blue) = 32+78+133=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #204E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204E85 is #DFB17A. Grayscale: #464646. Windows color (decimal): -14659963 or 8736288. OLE color: 8736288.
HSL color Cylindrical-coordinate representation of color #204E85: hue angle of 212.67º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #204E85 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 78 | 133 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.48 |
| HSL | 212.67º | 0.61% | 0.32% | - |
| HSV(B) | 212.67º | 0.76% | 0.52% | - |
| XYZ | 7.55 | 7.45 | 23.23 | - |
| YUV | 70.52 | 163.26 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 78 | 133 | 0.76 | 0.41 | 0 | 0.48 | 212.67 | 0.61 | 0.32 |
| Hex | 20 | 4E | 85 | 4C | 29 | 0 | 30 | D5 | 3D | 20 |
| Octal | 40 | 116 | 205 | 114 | 51 | 0 | 60 | 325 | 75 | 40 |
| Binary | 100000 | 1001110 | 10000101 | 1001100 | 101001 | 0 | 110000 | 11010101 | 111101 | 100000 |
Color Harmonies of #204E85
Complementary color
Monochromatic Colors of #204E85
Black with #204E85
Text Example
Text Example
White with #204E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204E85; }
p { color: rgb(32,78,133); }
H1.HeaderClassName
{
color: #204E85;
}
.AnyTagClassName
{
color: #204E85;
}
</style>
background-color css
<style>
a { background-color: #204E85; }
a { background-color: rgb(32,78,133); }
div.DivClassName
{
background-color: #204E85;
}
.BgClassName
{
background-color: #204E85;
}
</style>
border-color css
<style>
span { border-color: #204E85; }
span { border-color: rgb(32,78,133); }
td.TdClassName
{
border-color: #204E85;
}
.TagClassName
{
border-color: #204E85;
}
</style>