Shades of Endeavour #206192
Tints of Endeavour #206192
RGB
CMYK
RGB Variations
Color information
#206192 (or 0x206192) is known color: Endeavour. HEX triplet: 20, 61 and 92. RGB value is (32,97,146). Sum of RGB (Red+Green+Blue) = 32+97+146=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #206192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206192 is #DF9E6D. Grayscale: #525252. Windows color (decimal): -14655086 or 9593120. OLE color: 9593120.
HSL color Cylindrical-coordinate representation of color #206192: hue angle of 205.79º 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 #206192 is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 97 | 146 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.43 |
| HSL | 205.79º | 0.64% | 0.35% | - |
| HSV(B) | 205.79º | 0.78% | 0.57% | - |
| XYZ | 10.06 | 10.93 | 28.77 | - |
| YUV | 83.15 | 163.47 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 97 | 146 | 0.78 | 0.34 | 0 | 0.43 | 205.79 | 0.64 | 0.35 |
| Hex | 20 | 61 | 92 | 4E | 22 | 0 | 2B | CE | 40 | 23 |
| Octal | 40 | 141 | 222 | 116 | 42 | 0 | 53 | 316 | 100 | 43 |
| Binary | 100000 | 1100001 | 10010010 | 1001110 | 100010 | 0 | 101011 | 11001110 | 1000000 | 100011 |
Color Harmonies of #206192
Complementary color
Monochromatic Colors of #206192
Black with #206192
Text Example
Text Example
White with #206192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206192; }
p { color: rgb(32,97,146); }
H1.HeaderClassName
{
color: #206192;
}
.AnyTagClassName
{
color: #206192;
}
</style>
background-color css
<style>
a { background-color: #206192; }
a { background-color: rgb(32,97,146); }
div.DivClassName
{
background-color: #206192;
}
.BgClassName
{
background-color: #206192;
}
</style>
border-color css
<style>
span { border-color: #206192; }
span { border-color: rgb(32,97,146); }
td.TdClassName
{
border-color: #206192;
}
.TagClassName
{
border-color: #206192;
}
</style>