Shades of Endeavour #205899
Tints of Endeavour #205899
RGB
CMYK
RGB Variations
Color information
#205899 (or 0x205899) is known color: Endeavour. HEX triplet: 20, 58 and 99. RGB value is (32,88,153). Sum of RGB (Red+Green+Blue) = 32+88+153=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #205899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205899 is #DFA766. Grayscale: #4E4E4E. Windows color (decimal): -14657383 or 10049568. OLE color: 10049568.
HSL color Cylindrical-coordinate representation of color #205899: hue angle of 212.23º 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 #205899 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 88 | 153 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.4 |
| HSL | 212.23º | 0.65% | 0.36% | - |
| HSV(B) | 212.23º | 0.79% | 0.6% | - |
| XYZ | 9.84 | 9.59 | 31.47 | - |
| YUV | 78.67 | 169.95 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 88 | 153 | 0.79 | 0.42 | 0 | 0.4 | 212.23 | 0.65 | 0.36 |
| Hex | 20 | 58 | 99 | 4F | 2A | 0 | 28 | D4 | 41 | 24 |
| Octal | 40 | 130 | 231 | 117 | 52 | 0 | 50 | 324 | 101 | 44 |
| Binary | 100000 | 1011000 | 10011001 | 1001111 | 101010 | 0 | 101000 | 11010100 | 1000001 | 100100 |
Color Harmonies of #205899
Complementary color
Monochromatic Colors of #205899
Black with #205899
Text Example
Text Example
White with #205899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205899; }
p { color: rgb(32,88,153); }
H1.HeaderClassName
{
color: #205899;
}
.AnyTagClassName
{
color: #205899;
}
</style>
background-color css
<style>
a { background-color: #205899; }
a { background-color: rgb(32,88,153); }
div.DivClassName
{
background-color: #205899;
}
.BgClassName
{
background-color: #205899;
}
</style>
border-color css
<style>
span { border-color: #205899; }
span { border-color: rgb(32,88,153); }
td.TdClassName
{
border-color: #205899;
}
.TagClassName
{
border-color: #205899;
}
</style>