Shades of Endeavour #204A82
Tints of Endeavour #204A82
RGB
CMYK
RGB Variations
Color information
#204A82 (or 0x204A82) is known color: Endeavour. HEX triplet: 20, 4A and 82. RGB value is (32,74,130). Sum of RGB (Red+Green+Blue) = 32+74+130=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #204A82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204A82 is #DFB57D. Grayscale: #434343. Windows color (decimal): -14660990 or 8538656. OLE color: 8538656.
HSL color Cylindrical-coordinate representation of color #204A82: hue angle of 214.29º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #204A82 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 74 | 130 | - |
| CMYK | 0.75 | 0.43 | 0 | 0.49 |
| HSL | 214.29º | 0.6% | 0.32% | - |
| HSV(B) | 214.29º | 0.75% | 0.51% | - |
| XYZ | 7.07 | 6.82 | 22.06 | - |
| YUV | 67.83 | 163.09 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 74 | 130 | 0.75 | 0.43 | 0 | 0.49 | 214.29 | 0.6 | 0.32 |
| Hex | 20 | 4A | 82 | 4B | 2B | 0 | 31 | D6 | 3C | 20 |
| Octal | 40 | 112 | 202 | 113 | 53 | 0 | 61 | 326 | 74 | 40 |
| Binary | 100000 | 1001010 | 10000010 | 1001011 | 101011 | 0 | 110001 | 11010110 | 111100 | 100000 |
Color Harmonies of #204A82
Complementary color
Monochromatic Colors of #204A82
Black with #204A82
Text Example
Text Example
White with #204A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204A82; }
p { color: rgb(32,74,130); }
H1.HeaderClassName
{
color: #204A82;
}
.AnyTagClassName
{
color: #204A82;
}
</style>
background-color css
<style>
a { background-color: #204A82; }
a { background-color: rgb(32,74,130); }
div.DivClassName
{
background-color: #204A82;
}
.BgClassName
{
background-color: #204A82;
}
</style>
border-color css
<style>
span { border-color: #204A82; }
span { border-color: rgb(32,74,130); }
td.TdClassName
{
border-color: #204A82;
}
.TagClassName
{
border-color: #204A82;
}
</style>