Shades of Endeavour #205C96
Tints of Endeavour #205C96
RGB
CMYK
RGB Variations
Color information
#205C96 (or 0x205C96) is known color: Endeavour. HEX triplet: 20, 5C and 96. RGB value is (32,92,150). Sum of RGB (Red+Green+Blue) = 32+92+150=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 150 (58.98% from 255 or 54.74% from 274); Max value from RGB is 150 - color contains mainly: blue. Hex color #205C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205C96 is #DFA369. Grayscale: #505050. Windows color (decimal): -14656362 or 9853984. OLE color: 9853984.
HSL color Cylindrical-coordinate representation of color #205C96: hue angle of 209.49º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #205C96 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 92 | 150 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.41 |
| HSL | 209.49º | 0.65% | 0.36% | - |
| HSV(B) | 209.49º | 0.79% | 0.59% | - |
| XYZ | 9.93 | 10.16 | 30.29 | - |
| YUV | 80.67 | 167.12 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 150 | 0.79 | 0.39 | 0 | 0.41 | 209.49 | 0.65 | 0.36 |
| Hex | 20 | 5C | 96 | 4F | 27 | 0 | 29 | D1 | 41 | 24 |
| Octal | 40 | 134 | 226 | 117 | 47 | 0 | 51 | 321 | 101 | 44 |
| Binary | 100000 | 1011100 | 10010110 | 1001111 | 100111 | 0 | 101001 | 11010001 | 1000001 | 100100 |
Color Harmonies of #205C96
Complementary color
Monochromatic Colors of #205C96
Black with #205C96
Text Example
Text Example
White with #205C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205C96; }
p { color: rgb(32,92,150); }
H1.HeaderClassName
{
color: #205C96;
}
.AnyTagClassName
{
color: #205C96;
}
</style>
background-color css
<style>
a { background-color: #205C96; }
a { background-color: rgb(32,92,150); }
div.DivClassName
{
background-color: #205C96;
}
.BgClassName
{
background-color: #205C96;
}
</style>
border-color css
<style>
span { border-color: #205C96; }
span { border-color: rgb(32,92,150); }
td.TdClassName
{
border-color: #205C96;
}
.TagClassName
{
border-color: #205C96;
}
</style>