Shades of Endeavour #204899
Tints of Endeavour #204899
RGB
CMYK
RGB Variations
Color information
#204899 (or 0x204899) is known color: Endeavour. HEX triplet: 20, 48 and 99. RGB value is (32,72,153). Sum of RGB (Red+Green+Blue) = 32+72+153=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #204899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204899 is #DFB766. Grayscale: #444444. Windows color (decimal): -14661479 or 10045472. OLE color: 10045472.
HSL color Cylindrical-coordinate representation of color #204899: hue angle of 220.17º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #204899 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 72 | 153 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.4 |
| HSL | 220.17º | 0.65% | 0.36% | - |
| HSV(B) | 220.17º | 0.79% | 0.6% | - |
| XYZ | 8.66 | 7.24 | 31.08 | - |
| YUV | 69.27 | 175.25 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 72 | 153 | 0.79 | 0.53 | 0 | 0.4 | 220.17 | 0.65 | 0.36 |
| Hex | 20 | 48 | 99 | 4F | 35 | 0 | 28 | DC | 41 | 24 |
| Octal | 40 | 110 | 231 | 117 | 65 | 0 | 50 | 334 | 101 | 44 |
| Binary | 100000 | 1001000 | 10011001 | 1001111 | 110101 | 0 | 101000 | 11011100 | 1000001 | 100100 |
Color Harmonies of #204899
Complementary color
Monochromatic Colors of #204899
Black with #204899
Text Example
Text Example
White with #204899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204899; }
p { color: rgb(32,72,153); }
H1.HeaderClassName
{
color: #204899;
}
.AnyTagClassName
{
color: #204899;
}
</style>
background-color css
<style>
a { background-color: #204899; }
a { background-color: rgb(32,72,153); }
div.DivClassName
{
background-color: #204899;
}
.BgClassName
{
background-color: #204899;
}
</style>
border-color css
<style>
span { border-color: #204899; }
span { border-color: rgb(32,72,153); }
td.TdClassName
{
border-color: #204899;
}
.TagClassName
{
border-color: #204899;
}
</style>