Shades of Endeavour #204990
Tints of Endeavour #204990
RGB
CMYK
RGB Variations
Color information
#204990 (or 0x204990) is known color: Endeavour. HEX triplet: 20, 49 and 90. RGB value is (32,73,144). Sum of RGB (Red+Green+Blue) = 32+73+144=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #204990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204990 is #DFB66F. Grayscale: #444444. Windows color (decimal): -14661232 or 9455904. OLE color: 9455904.
HSL color Cylindrical-coordinate representation of color #204990: hue angle of 218.04º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #204990 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 73 | 144 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.44 |
| HSL | 218.04º | 0.64% | 0.35% | - |
| HSV(B) | 218.04º | 0.78% | 0.56% | - |
| XYZ | 8.01 | 7.09 | 27.33 | - |
| YUV | 68.84 | 170.42 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 73 | 144 | 0.78 | 0.49 | 0 | 0.44 | 218.04 | 0.64 | 0.35 |
| Hex | 20 | 49 | 90 | 4E | 31 | 0 | 2C | DA | 40 | 23 |
| Octal | 40 | 111 | 220 | 116 | 61 | 0 | 54 | 332 | 100 | 43 |
| Binary | 100000 | 1001001 | 10010000 | 1001110 | 110001 | 0 | 101100 | 11011010 | 1000000 | 100011 |
Color Harmonies of #204990
Complementary color
Monochromatic Colors of #204990
Black with #204990
Text Example
Text Example
White with #204990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204990; }
p { color: rgb(32,73,144); }
H1.HeaderClassName
{
color: #204990;
}
.AnyTagClassName
{
color: #204990;
}
</style>
background-color css
<style>
a { background-color: #204990; }
a { background-color: rgb(32,73,144); }
div.DivClassName
{
background-color: #204990;
}
.BgClassName
{
background-color: #204990;
}
</style>
border-color css
<style>
span { border-color: #204990; }
span { border-color: rgb(32,73,144); }
td.TdClassName
{
border-color: #204990;
}
.TagClassName
{
border-color: #204990;
}
</style>