Shades of Endeavour #205C9E
Tints of Endeavour #205C9E
RGB
CMYK
RGB Variations
Color information
#205C9E (or 0x205C9E) is known color: Endeavour. HEX triplet: 20, 5C and 9E. RGB value is (32,92,158). Sum of RGB (Red+Green+Blue) = 32+92+158=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 158 (62.11% from 255 or 56.03% from 282); Max value from RGB is 158 - color contains mainly: blue. Hex color #205C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205C9E is #DFA361. Grayscale: #515151. Windows color (decimal): -14656354 or 10378272. OLE color: 10378272.
HSL color Cylindrical-coordinate representation of color #205C9E: hue angle of 211.43º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #205C9E is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 92 | 158 | - |
| CMYK | 0.80 | 0.42 | 0 | 0.38 |
| HSL | 211.43º | 0.66% | 0.37% | - |
| HSV(B) | 211.43º | 0.8% | 0.62% | - |
| XYZ | 10.59 | 10.43 | 33.8 | - |
| YUV | 81.58 | 171.12 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 158 | 0.80 | 0.42 | 0 | 0.38 | 211.43 | 0.66 | 0.37 |
| Hex | 20 | 5C | 9E | 50 | 2A | 0 | 26 | D3 | 42 | 25 |
| Octal | 40 | 134 | 236 | 120 | 52 | 0 | 46 | 323 | 102 | 45 |
| Binary | 100000 | 1011100 | 10011110 | 1010000 | 101010 | 0 | 100110 | 11010011 | 1000010 | 100101 |
Color Harmonies of #205C9E
Complementary color
Monochromatic Colors of #205C9E
Black with #205C9E
Text Example
Text Example
White with #205C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205C9E; }
p { color: rgb(32,92,158); }
H1.HeaderClassName
{
color: #205C9E;
}
.AnyTagClassName
{
color: #205C9E;
}
</style>
background-color css
<style>
a { background-color: #205C9E; }
a { background-color: rgb(32,92,158); }
div.DivClassName
{
background-color: #205C9E;
}
.BgClassName
{
background-color: #205C9E;
}
</style>
border-color css
<style>
span { border-color: #205C9E; }
span { border-color: rgb(32,92,158); }
td.TdClassName
{
border-color: #205C9E;
}
.TagClassName
{
border-color: #205C9E;
}
</style>