Shades of Endeavour #206297
Tints of Endeavour #206297
RGB
CMYK
RGB Variations
Color information
#206297 (or 0x206297) is known color: Endeavour. HEX triplet: 20, 62 and 97. RGB value is (32,98,151). Sum of RGB (Red+Green+Blue) = 32+98+151=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #206297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206297 is #DF9D68. Grayscale: #545454. Windows color (decimal): -14654825 or 9921056. OLE color: 9921056.
HSL color Cylindrical-coordinate representation of color #206297: hue angle of 206.72º 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 #206297 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 98 | 151 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.41 |
| HSL | 206.72º | 0.65% | 0.36% | - |
| HSV(B) | 206.72º | 0.79% | 0.59% | - |
| XYZ | 10.55 | 11.28 | 30.9 | - |
| YUV | 84.31 | 165.63 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 98 | 151 | 0.79 | 0.35 | 0 | 0.41 | 206.72 | 0.65 | 0.36 |
| Hex | 20 | 62 | 97 | 4F | 23 | 0 | 29 | CF | 41 | 24 |
| Octal | 40 | 142 | 227 | 117 | 43 | 0 | 51 | 317 | 101 | 44 |
| Binary | 100000 | 1100010 | 10010111 | 1001111 | 100011 | 0 | 101001 | 11001111 | 1000001 | 100100 |
Color Harmonies of #206297
Complementary color
Monochromatic Colors of #206297
Black with #206297
Text Example
Text Example
White with #206297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206297; }
p { color: rgb(32,98,151); }
H1.HeaderClassName
{
color: #206297;
}
.AnyTagClassName
{
color: #206297;
}
</style>
background-color css
<style>
a { background-color: #206297; }
a { background-color: rgb(32,98,151); }
div.DivClassName
{
background-color: #206297;
}
.BgClassName
{
background-color: #206297;
}
</style>
border-color css
<style>
span { border-color: #206297; }
span { border-color: rgb(32,98,151); }
td.TdClassName
{
border-color: #206297;
}
.TagClassName
{
border-color: #206297;
}
</style>