Shades of Endeavour #205C90
Tints of Endeavour #205C90
RGB
CMYK
RGB Variations
Color information
#205C90 (or 0x205C90) is known color: Endeavour. HEX triplet: 20, 5C and 90. RGB value is (32,92,144). Sum of RGB (Red+Green+Blue) = 32+92+144=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #205C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205C90 is #DFA36F. Grayscale: #4F4F4F. Windows color (decimal): -14656368 or 9460768. OLE color: 9460768.
HSL color Cylindrical-coordinate representation of color #205C90: hue angle of 207.86º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #205C90 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 92 | 144 | - |
| CMYK | 0.78 | 0.36 | 0 | 0.44 |
| HSL | 207.86º | 0.64% | 0.35% | - |
| HSV(B) | 207.86º | 0.78% | 0.56% | - |
| XYZ | 9.46 | 9.97 | 27.81 | - |
| YUV | 79.99 | 164.12 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 144 | 0.78 | 0.36 | 0 | 0.44 | 207.86 | 0.64 | 0.35 |
| Hex | 20 | 5C | 90 | 4E | 24 | 0 | 2C | D0 | 40 | 23 |
| Octal | 40 | 134 | 220 | 116 | 44 | 0 | 54 | 320 | 100 | 43 |
| Binary | 100000 | 1011100 | 10010000 | 1001110 | 100100 | 0 | 101100 | 11010000 | 1000000 | 100011 |
Color Harmonies of #205C90
Complementary color
Monochromatic Colors of #205C90
Black with #205C90
Text Example
Text Example
White with #205C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205C90; }
p { color: rgb(32,92,144); }
H1.HeaderClassName
{
color: #205C90;
}
.AnyTagClassName
{
color: #205C90;
}
</style>
background-color css
<style>
a { background-color: #205C90; }
a { background-color: rgb(32,92,144); }
div.DivClassName
{
background-color: #205C90;
}
.BgClassName
{
background-color: #205C90;
}
</style>
border-color css
<style>
span { border-color: #205C90; }
span { border-color: rgb(32,92,144); }
td.TdClassName
{
border-color: #205C90;
}
.TagClassName
{
border-color: #205C90;
}
</style>