Shades of Endeavour #206794
Tints of Endeavour #206794
RGB
CMYK
RGB Variations
Color information
#206794 (or 0x206794) is known color: Endeavour. HEX triplet: 20, 67 and 94. RGB value is (32,103,148). Sum of RGB (Red+Green+Blue) = 32+103+148=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #206794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206794 is #DF986B. Grayscale: #565656. Windows color (decimal): -14653548 or 9725728. OLE color: 9725728.
HSL color Cylindrical-coordinate representation of color #206794: hue angle of 203.28º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #206794 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 103 | 148 | - |
| CMYK | 0.78 | 0.30 | 0 | 0.42 |
| HSL | 203.28º | 0.64% | 0.35% | - |
| HSV(B) | 203.28º | 0.78% | 0.58% | - |
| XYZ | 10.79 | 12.15 | 29.79 | - |
| YUV | 86.9 | 162.48 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 148 | 0.78 | 0.30 | 0 | 0.42 | 203.28 | 0.64 | 0.35 |
| Hex | 20 | 67 | 94 | 4E | 1E | 0 | 2A | CB | 40 | 23 |
| Octal | 40 | 147 | 224 | 116 | 36 | 0 | 52 | 313 | 100 | 43 |
| Binary | 100000 | 1100111 | 10010100 | 1001110 | 11110 | 0 | 101010 | 11001011 | 1000000 | 100011 |
Color Harmonies of #206794
Complementary color
Monochromatic Colors of #206794
Black with #206794
Text Example
Text Example
White with #206794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206794; }
p { color: rgb(32,103,148); }
H1.HeaderClassName
{
color: #206794;
}
.AnyTagClassName
{
color: #206794;
}
</style>
background-color css
<style>
a { background-color: #206794; }
a { background-color: rgb(32,103,148); }
div.DivClassName
{
background-color: #206794;
}
.BgClassName
{
background-color: #206794;
}
</style>
border-color css
<style>
span { border-color: #206794; }
span { border-color: rgb(32,103,148); }
td.TdClassName
{
border-color: #206794;
}
.TagClassName
{
border-color: #206794;
}
</style>