Shades of Endeavour #20678E
Tints of Endeavour #20678E
RGB
CMYK
RGB Variations
Color information
#20678E (or 0x20678E) is known color: Endeavour. HEX triplet: 20, 67 and 8E. RGB value is (32,103,142). Sum of RGB (Red+Green+Blue) = 32+103+142=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #20678E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20678E is #DF9871. Grayscale: #555555. Windows color (decimal): -14653554 or 9332512. OLE color: 9332512.
HSL color Cylindrical-coordinate representation of color #20678E: hue angle of 201.27º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20678E is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 103 | 142 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.44 |
| HSL | 201.27º | 0.63% | 0.34% | - |
| HSV(B) | 201.27º | 0.77% | 0.56% | - |
| XYZ | 10.33 | 11.96 | 27.36 | - |
| YUV | 86.22 | 159.48 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 142 | 0.77 | 0.27 | 0 | 0.44 | 201.27 | 0.63 | 0.34 |
| Hex | 20 | 67 | 8E | 4D | 1B | 0 | 2C | C9 | 3F | 22 |
| Octal | 40 | 147 | 216 | 115 | 33 | 0 | 54 | 311 | 77 | 42 |
| Binary | 100000 | 1100111 | 10001110 | 1001101 | 11011 | 0 | 101100 | 11001001 | 111111 | 100010 |
Color Harmonies of #20678E
Complementary color
Monochromatic Colors of #20678E
Black with #20678E
Text Example
Text Example
White with #20678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20678E; }
p { color: rgb(32,103,142); }
H1.HeaderClassName
{
color: #20678E;
}
.AnyTagClassName
{
color: #20678E;
}
</style>
background-color css
<style>
a { background-color: #20678E; }
a { background-color: rgb(32,103,142); }
div.DivClassName
{
background-color: #20678E;
}
.BgClassName
{
background-color: #20678E;
}
</style>
border-color css
<style>
span { border-color: #20678E; }
span { border-color: rgb(32,103,142); }
td.TdClassName
{
border-color: #20678E;
}
.TagClassName
{
border-color: #20678E;
}
</style>