Shades of Endeavour #205C98
Tints of Endeavour #205C98
RGB
CMYK
RGB Variations
Color information
#205C98 (or 0x205C98) is known color: Endeavour. HEX triplet: 20, 5C and 98. RGB value is (32,92,152). Sum of RGB (Red+Green+Blue) = 32+92+152=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 152 (59.77% from 255 or 55.07% from 276); Max value from RGB is 152 - color contains mainly: blue. Hex color #205C98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205C98 is #DFA367. Grayscale: #505050. Windows color (decimal): -14656360 or 9985056. OLE color: 9985056.
HSL color Cylindrical-coordinate representation of color #205C98: hue angle of 210º 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 #205C98 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 92 | 152 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.40 |
| HSL | 210º | 0.65% | 0.36% | - |
| HSV(B) | 210º | 0.79% | 0.6% | - |
| XYZ | 10.09 | 10.23 | 31.15 | - |
| YUV | 80.9 | 168.12 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 152 | 0.79 | 0.39 | 0 | 0.40 | 210 | 0.65 | 0.36 |
| Hex | 20 | 5C | 98 | 4F | 27 | 0 | 28 | D2 | 41 | 24 |
| Octal | 40 | 134 | 230 | 117 | 47 | 0 | 50 | 322 | 101 | 44 |
| Binary | 100000 | 1011100 | 10011000 | 1001111 | 100111 | 0 | 101000 | 11010010 | 1000001 | 100100 |
Color Harmonies of #205C98
Complementary color
Monochromatic Colors of #205C98
Black with #205C98
Text Example
Text Example
White with #205C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205C98; }
p { color: rgb(32,92,152); }
H1.HeaderClassName
{
color: #205C98;
}
.AnyTagClassName
{
color: #205C98;
}
</style>
background-color css
<style>
a { background-color: #205C98; }
a { background-color: rgb(32,92,152); }
div.DivClassName
{
background-color: #205C98;
}
.BgClassName
{
background-color: #205C98;
}
</style>
border-color css
<style>
span { border-color: #205C98; }
span { border-color: rgb(32,92,152); }
td.TdClassName
{
border-color: #205C98;
}
.TagClassName
{
border-color: #205C98;
}
</style>