Shades of Endeavour #206397
Tints of Endeavour #206397
RGB
CMYK
RGB Variations
Color information
#206397 (or 0x206397) is known color: Endeavour. HEX triplet: 20, 63 and 97. RGB value is (32,99,151). Sum of RGB (Red+Green+Blue) = 32+99+151=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 151 (59.38% from 255 or 53.55% from 282); Max value from RGB is 151 - color contains mainly: blue. Hex color #206397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206397 is #DF9C68. Grayscale: #545454. Windows color (decimal): -14654569 or 9921312. OLE color: 9921312.
HSL color Cylindrical-coordinate representation of color #206397: hue angle of 206.22º 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 #206397 is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 99 | 151 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.41 |
| HSL | 206.22º | 0.65% | 0.36% | - |
| HSV(B) | 206.22º | 0.79% | 0.59% | - |
| XYZ | 10.64 | 11.47 | 30.93 | - |
| YUV | 84.9 | 165.3 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 151 | 0.79 | 0.34 | 0 | 0.41 | 206.22 | 0.65 | 0.36 |
| Hex | 20 | 63 | 97 | 4F | 22 | 0 | 29 | CE | 41 | 24 |
| Octal | 40 | 143 | 227 | 117 | 42 | 0 | 51 | 316 | 101 | 44 |
| Binary | 100000 | 1100011 | 10010111 | 1001111 | 100010 | 0 | 101001 | 11001110 | 1000001 | 100100 |
Color Harmonies of #206397
Complementary color
Monochromatic Colors of #206397
Black with #206397
Text Example
Text Example
White with #206397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206397; }
p { color: rgb(32,99,151); }
H1.HeaderClassName
{
color: #206397;
}
.AnyTagClassName
{
color: #206397;
}
</style>
background-color css
<style>
a { background-color: #206397; }
a { background-color: rgb(32,99,151); }
div.DivClassName
{
background-color: #206397;
}
.BgClassName
{
background-color: #206397;
}
</style>
border-color css
<style>
span { border-color: #206397; }
span { border-color: rgb(32,99,151); }
td.TdClassName
{
border-color: #206397;
}
.TagClassName
{
border-color: #206397;
}
</style>