Shades of Endeavour #206195
Tints of Endeavour #206195
RGB
CMYK
RGB Variations
Color information
#206195 (or 0x206195) is known color: Endeavour. HEX triplet: 20, 61 and 95. RGB value is (32,97,149). Sum of RGB (Red+Green+Blue) = 32+97+149=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #206195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206195 is #DF9E6A. Grayscale: #535353. Windows color (decimal): -14655083 or 9789728. OLE color: 9789728.
HSL color Cylindrical-coordinate representation of color #206195: hue angle of 206.67º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #206195 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 97 | 149 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.42 |
| HSL | 206.67º | 0.65% | 0.35% | - |
| HSV(B) | 206.67º | 0.79% | 0.58% | - |
| XYZ | 10.3 | 11.03 | 30.02 | - |
| YUV | 83.49 | 164.97 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 97 | 149 | 0.79 | 0.35 | 0 | 0.42 | 206.67 | 0.65 | 0.35 |
| Hex | 20 | 61 | 95 | 4F | 23 | 0 | 2A | CF | 41 | 23 |
| Octal | 40 | 141 | 225 | 117 | 43 | 0 | 52 | 317 | 101 | 43 |
| Binary | 100000 | 1100001 | 10010101 | 1001111 | 100011 | 0 | 101010 | 11001111 | 1000001 | 100011 |
Color Harmonies of #206195
Complementary color
Monochromatic Colors of #206195
Black with #206195
Text Example
Text Example
White with #206195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206195; }
p { color: rgb(32,97,149); }
H1.HeaderClassName
{
color: #206195;
}
.AnyTagClassName
{
color: #206195;
}
</style>
background-color css
<style>
a { background-color: #206195; }
a { background-color: rgb(32,97,149); }
div.DivClassName
{
background-color: #206195;
}
.BgClassName
{
background-color: #206195;
}
</style>
border-color css
<style>
span { border-color: #206195; }
span { border-color: rgb(32,97,149); }
td.TdClassName
{
border-color: #206195;
}
.TagClassName
{
border-color: #206195;
}
</style>