Shades of Endeavour #206497
Tints of Endeavour #206497
RGB
CMYK
RGB Variations
Color information
#206497 (or 0x206497) is known color: Endeavour. HEX triplet: 20, 64 and 97. RGB value is (32,100,151). Sum of RGB (Red+Green+Blue) = 32+100+151=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 151 (59.38% from 255 or 53.36% from 283); Max value from RGB is 151 - color contains mainly: blue. Hex color #206497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206497 is #DF9B68. Grayscale: #555555. Windows color (decimal): -14654313 or 9921568. OLE color: 9921568.
HSL color Cylindrical-coordinate representation of color #206497: hue angle of 205.71º 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 #206497 is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 100 | 151 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.41 |
| HSL | 205.71º | 0.65% | 0.36% | - |
| HSV(B) | 205.71º | 0.79% | 0.59% | - |
| XYZ | 10.74 | 11.66 | 30.96 | - |
| YUV | 85.48 | 164.97 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 100 | 151 | 0.79 | 0.34 | 0 | 0.41 | 205.71 | 0.65 | 0.36 |
| Hex | 20 | 64 | 97 | 4F | 22 | 0 | 29 | CE | 41 | 24 |
| Octal | 40 | 144 | 227 | 117 | 42 | 0 | 51 | 316 | 101 | 44 |
| Binary | 100000 | 1100100 | 10010111 | 1001111 | 100010 | 0 | 101001 | 11001110 | 1000001 | 100100 |
Color Harmonies of #206497
Complementary color
Monochromatic Colors of #206497
Black with #206497
Text Example
Text Example
White with #206497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206497; }
p { color: rgb(32,100,151); }
H1.HeaderClassName
{
color: #206497;
}
.AnyTagClassName
{
color: #206497;
}
</style>
background-color css
<style>
a { background-color: #206497; }
a { background-color: rgb(32,100,151); }
div.DivClassName
{
background-color: #206497;
}
.BgClassName
{
background-color: #206497;
}
</style>
border-color css
<style>
span { border-color: #206497; }
span { border-color: rgb(32,100,151); }
td.TdClassName
{
border-color: #206497;
}
.TagClassName
{
border-color: #206497;
}
</style>