Shades of Endeavour #205995
Tints of Endeavour #205995
RGB
CMYK
RGB Variations
Color information
#205995 (or 0x205995) is known color: Endeavour. HEX triplet: 20, 59 and 95. RGB value is (32,89,149). Sum of RGB (Red+Green+Blue) = 32+89+149=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #205995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205995 is #DFA66A. Grayscale: #4E4E4E. Windows color (decimal): -14657131 or 9787680. OLE color: 9787680.
HSL color Cylindrical-coordinate representation of color #205995: hue angle of 210.77º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #205995 is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 89 | 149 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.42 |
| HSL | 210.77º | 0.65% | 0.35% | - |
| HSV(B) | 210.77º | 0.79% | 0.58% | - |
| XYZ | 9.59 | 9.62 | 29.79 | - |
| YUV | 78.8 | 167.62 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 89 | 149 | 0.79 | 0.40 | 0 | 0.42 | 210.77 | 0.65 | 0.35 |
| Hex | 20 | 59 | 95 | 4F | 28 | 0 | 2A | D3 | 41 | 23 |
| Octal | 40 | 131 | 225 | 117 | 50 | 0 | 52 | 323 | 101 | 43 |
| Binary | 100000 | 1011001 | 10010101 | 1001111 | 101000 | 0 | 101010 | 11010011 | 1000001 | 100011 |
Color Harmonies of #205995
Complementary color
Monochromatic Colors of #205995
Black with #205995
Text Example
Text Example
White with #205995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205995; }
p { color: rgb(32,89,149); }
H1.HeaderClassName
{
color: #205995;
}
.AnyTagClassName
{
color: #205995;
}
</style>
background-color css
<style>
a { background-color: #205995; }
a { background-color: rgb(32,89,149); }
div.DivClassName
{
background-color: #205995;
}
.BgClassName
{
background-color: #205995;
}
</style>
border-color css
<style>
span { border-color: #205995; }
span { border-color: rgb(32,89,149); }
td.TdClassName
{
border-color: #205995;
}
.TagClassName
{
border-color: #205995;
}
</style>