Shades of Endeavour #204A84
Tints of Endeavour #204A84
RGB
CMYK
RGB Variations
Color information
#204A84 (or 0x204A84) is known color: Endeavour. HEX triplet: 20, 4A and 84. RGB value is (32,74,132). Sum of RGB (Red+Green+Blue) = 32+74+132=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 132 (51.95% from 255 or 55.46% from 238); Max value from RGB is 132 - color contains mainly: blue. Hex color #204A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204A84 is #DFB57B. Grayscale: #434343. Windows color (decimal): -14660988 or 8669728. OLE color: 8669728.
HSL color Cylindrical-coordinate representation of color #204A84: hue angle of 214.8º 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 #204A84 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 74 | 132 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.48 |
| HSL | 214.8º | 0.61% | 0.32% | - |
| HSV(B) | 214.8º | 0.76% | 0.52% | - |
| XYZ | 7.21 | 6.87 | 22.78 | - |
| YUV | 68.05 | 164.09 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 74 | 132 | 0.76 | 0.44 | 0 | 0.48 | 214.8 | 0.61 | 0.32 |
| Hex | 20 | 4A | 84 | 4C | 2C | 0 | 30 | D7 | 3D | 20 |
| Octal | 40 | 112 | 204 | 114 | 54 | 0 | 60 | 327 | 75 | 40 |
| Binary | 100000 | 1001010 | 10000100 | 1001100 | 101100 | 0 | 110000 | 11010111 | 111101 | 100000 |
Color Harmonies of #204A84
Complementary color
Monochromatic Colors of #204A84
Black with #204A84
Text Example
Text Example
White with #204A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204A84; }
p { color: rgb(32,74,132); }
H1.HeaderClassName
{
color: #204A84;
}
.AnyTagClassName
{
color: #204A84;
}
</style>
background-color css
<style>
a { background-color: #204A84; }
a { background-color: rgb(32,74,132); }
div.DivClassName
{
background-color: #204A84;
}
.BgClassName
{
background-color: #204A84;
}
</style>
border-color css
<style>
span { border-color: #204A84; }
span { border-color: rgb(32,74,132); }
td.TdClassName
{
border-color: #204A84;
}
.TagClassName
{
border-color: #204A84;
}
</style>