Shades of Endeavour #205296
Tints of Endeavour #205296
RGB
CMYK
RGB Variations
Color information
#205296 (or 0x205296) is known color: Endeavour. HEX triplet: 20, 52 and 96. RGB value is (32,82,150). Sum of RGB (Red+Green+Blue) = 32+82+150=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 150 (58.98% from 255 or 56.82% from 264); Max value from RGB is 150 - color contains mainly: blue. Hex color #205296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205296 is #DFAD69. Grayscale: #4A4A4A. Windows color (decimal): -14658922 or 9851424. OLE color: 9851424.
HSL color Cylindrical-coordinate representation of color #205296: hue angle of 214.58º 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 #205296 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 82 | 150 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.41 |
| HSL | 214.58º | 0.65% | 0.36% | - |
| HSV(B) | 214.58º | 0.79% | 0.59% | - |
| XYZ | 9.12 | 8.54 | 30.02 | - |
| YUV | 74.8 | 170.44 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 150 | 0.79 | 0.45 | 0 | 0.41 | 214.58 | 0.65 | 0.36 |
| Hex | 20 | 52 | 96 | 4F | 2D | 0 | 29 | D7 | 41 | 24 |
| Octal | 40 | 122 | 226 | 117 | 55 | 0 | 51 | 327 | 101 | 44 |
| Binary | 100000 | 1010010 | 10010110 | 1001111 | 101101 | 0 | 101001 | 11010111 | 1000001 | 100100 |
Color Harmonies of #205296
Complementary color
Monochromatic Colors of #205296
Black with #205296
Text Example
Text Example
White with #205296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205296; }
p { color: rgb(32,82,150); }
H1.HeaderClassName
{
color: #205296;
}
.AnyTagClassName
{
color: #205296;
}
</style>
background-color css
<style>
a { background-color: #205296; }
a { background-color: rgb(32,82,150); }
div.DivClassName
{
background-color: #205296;
}
.BgClassName
{
background-color: #205296;
}
</style>
border-color css
<style>
span { border-color: #205296; }
span { border-color: rgb(32,82,150); }
td.TdClassName
{
border-color: #205296;
}
.TagClassName
{
border-color: #205296;
}
</style>