Shades of Endeavour #20568B
Tints of Endeavour #20568B
RGB
CMYK
RGB Variations
Color information
#20568B (or 0x20568B) is known color: Endeavour. HEX triplet: 20, 56 and 8B. RGB value is (32,86,139). Sum of RGB (Red+Green+Blue) = 32+86+139=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #20568B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20568B is #DFA974. Grayscale: #4B4B4B. Windows color (decimal): -14657909 or 9131552. OLE color: 9131552.
HSL color Cylindrical-coordinate representation of color #20568B: hue angle of 209.72º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20568B is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 86 | 139 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.45 |
| HSL | 209.72º | 0.63% | 0.34% | - |
| HSV(B) | 209.72º | 0.77% | 0.55% | - |
| XYZ | 8.58 | 8.83 | 25.68 | - |
| YUV | 75.9 | 163.61 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 86 | 139 | 0.77 | 0.38 | 0 | 0.45 | 209.72 | 0.63 | 0.34 |
| Hex | 20 | 56 | 8B | 4D | 26 | 0 | 2D | D2 | 3F | 22 |
| Octal | 40 | 126 | 213 | 115 | 46 | 0 | 55 | 322 | 77 | 42 |
| Binary | 100000 | 1010110 | 10001011 | 1001101 | 100110 | 0 | 101101 | 11010010 | 111111 | 100010 |
Color Harmonies of #20568B
Complementary color
Monochromatic Colors of #20568B
Black with #20568B
Text Example
Text Example
White with #20568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20568B; }
p { color: rgb(32,86,139); }
H1.HeaderClassName
{
color: #20568B;
}
.AnyTagClassName
{
color: #20568B;
}
</style>
background-color css
<style>
a { background-color: #20568B; }
a { background-color: rgb(32,86,139); }
div.DivClassName
{
background-color: #20568B;
}
.BgClassName
{
background-color: #20568B;
}
</style>
border-color css
<style>
span { border-color: #20568B; }
span { border-color: rgb(32,86,139); }
td.TdClassName
{
border-color: #20568B;
}
.TagClassName
{
border-color: #20568B;
}
</style>