Shades of Endeavour #206892
Tints of Endeavour #206892
RGB
CMYK
RGB Variations
Color information
#206892 (or 0x206892) is known color: Endeavour. HEX triplet: 20, 68 and 92. RGB value is (32,104,146). Sum of RGB (Red+Green+Blue) = 32+104+146=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #206892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206892 is #DF976D. Grayscale: #575757. Windows color (decimal): -14653294 or 9594912. OLE color: 9594912.
HSL color Cylindrical-coordinate representation of color #206892: hue angle of 202.11º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #206892 is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 104 | 146 | - |
| CMYK | 0.78 | 0.29 | 0 | 0.43 |
| HSL | 202.11º | 0.64% | 0.35% | - |
| HSV(B) | 202.11º | 0.78% | 0.57% | - |
| XYZ | 10.73 | 12.28 | 29 | - |
| YUV | 87.26 | 161.15 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 104 | 146 | 0.78 | 0.29 | 0 | 0.43 | 202.11 | 0.64 | 0.35 |
| Hex | 20 | 68 | 92 | 4E | 1D | 0 | 2B | CA | 40 | 23 |
| Octal | 40 | 150 | 222 | 116 | 35 | 0 | 53 | 312 | 100 | 43 |
| Binary | 100000 | 1101000 | 10010010 | 1001110 | 11101 | 0 | 101011 | 11001010 | 1000000 | 100011 |
Color Harmonies of #206892
Complementary color
Monochromatic Colors of #206892
Black with #206892
Text Example
Text Example
White with #206892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206892; }
p { color: rgb(32,104,146); }
H1.HeaderClassName
{
color: #206892;
}
.AnyTagClassName
{
color: #206892;
}
</style>
background-color css
<style>
a { background-color: #206892; }
a { background-color: rgb(32,104,146); }
div.DivClassName
{
background-color: #206892;
}
.BgClassName
{
background-color: #206892;
}
</style>
border-color css
<style>
span { border-color: #206892; }
span { border-color: rgb(32,104,146); }
td.TdClassName
{
border-color: #206892;
}
.TagClassName
{
border-color: #206892;
}
</style>