Shades of Endeavour #206194
Tints of Endeavour #206194
RGB
CMYK
RGB Variations
Color information
#206194 (or 0x206194) is known color: Endeavour. HEX triplet: 20, 61 and 94. RGB value is (32,97,148). Sum of RGB (Red+Green+Blue) = 32+97+148=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #206194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206194 is #DF9E6B. Grayscale: #535353. Windows color (decimal): -14655084 or 9724192. OLE color: 9724192.
HSL color Cylindrical-coordinate representation of color #206194: hue angle of 206.38º 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 #206194 is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 97 | 148 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.42 |
| HSL | 206.38º | 0.64% | 0.35% | - |
| HSV(B) | 206.38º | 0.78% | 0.58% | - |
| XYZ | 10.22 | 10.99 | 29.6 | - |
| YUV | 83.38 | 164.47 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 97 | 148 | 0.78 | 0.34 | 0 | 0.42 | 206.38 | 0.64 | 0.35 |
| Hex | 20 | 61 | 94 | 4E | 22 | 0 | 2A | CE | 40 | 23 |
| Octal | 40 | 141 | 224 | 116 | 42 | 0 | 52 | 316 | 100 | 43 |
| Binary | 100000 | 1100001 | 10010100 | 1001110 | 100010 | 0 | 101010 | 11001110 | 1000000 | 100011 |
Color Harmonies of #206194
Complementary color
Monochromatic Colors of #206194
Black with #206194
Text Example
Text Example
White with #206194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206194; }
p { color: rgb(32,97,148); }
H1.HeaderClassName
{
color: #206194;
}
.AnyTagClassName
{
color: #206194;
}
</style>
background-color css
<style>
a { background-color: #206194; }
a { background-color: rgb(32,97,148); }
div.DivClassName
{
background-color: #206194;
}
.BgClassName
{
background-color: #206194;
}
</style>
border-color css
<style>
span { border-color: #206194; }
span { border-color: rgb(32,97,148); }
td.TdClassName
{
border-color: #206194;
}
.TagClassName
{
border-color: #206194;
}
</style>