Shades of Endeavour #204A8A
Tints of Endeavour #204A8A
RGB
CMYK
RGB Variations
Color information
#204A8A (or 0x204A8A) is known color: Endeavour. HEX triplet: 20, 4A and 8A. RGB value is (32,74,138). Sum of RGB (Red+Green+Blue) = 32+74+138=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #204A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204A8A is #DFB575. Grayscale: #444444. Windows color (decimal): -14660982 or 9062944. OLE color: 9062944.
HSL color Cylindrical-coordinate representation of color #204A8A: hue angle of 216.23º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #204A8A is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 74 | 138 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.46 |
| HSL | 216.23º | 0.62% | 0.33% | - |
| HSV(B) | 216.23º | 0.77% | 0.54% | - |
| XYZ | 7.63 | 7.04 | 25 | - |
| YUV | 68.74 | 167.09 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 74 | 138 | 0.77 | 0.46 | 0 | 0.46 | 216.23 | 0.62 | 0.33 |
| Hex | 20 | 4A | 8A | 4D | 2E | 0 | 2E | D8 | 3E | 21 |
| Octal | 40 | 112 | 212 | 115 | 56 | 0 | 56 | 330 | 76 | 41 |
| Binary | 100000 | 1001010 | 10001010 | 1001101 | 101110 | 0 | 101110 | 11011000 | 111110 | 100001 |
Color Harmonies of #204A8A
Complementary color
Monochromatic Colors of #204A8A
Black with #204A8A
Text Example
Text Example
White with #204A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204A8A; }
p { color: rgb(32,74,138); }
H1.HeaderClassName
{
color: #204A8A;
}
.AnyTagClassName
{
color: #204A8A;
}
</style>
background-color css
<style>
a { background-color: #204A8A; }
a { background-color: rgb(32,74,138); }
div.DivClassName
{
background-color: #204A8A;
}
.BgClassName
{
background-color: #204A8A;
}
</style>
border-color css
<style>
span { border-color: #204A8A; }
span { border-color: rgb(32,74,138); }
td.TdClassName
{
border-color: #204A8A;
}
.TagClassName
{
border-color: #204A8A;
}
</style>