Shades of Endeavour #20638F
Tints of Endeavour #20638F
RGB
CMYK
RGB Variations
Color information
#20638F (or 0x20638F) is known color: Endeavour. HEX triplet: 20, 63 and 8F. RGB value is (32,99,143). Sum of RGB (Red+Green+Blue) = 32+99+143=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 143 (56.25% from 255 or 52.19% from 274); Max value from RGB is 143 - color contains mainly: blue. Hex color #20638F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20638F is #DF9C70. Grayscale: #535353. Windows color (decimal): -14654577 or 9397024. OLE color: 9397024.
HSL color Cylindrical-coordinate representation of color #20638F: hue angle of 203.78º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20638F is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 99 | 143 | - |
| CMYK | 0.78 | 0.31 | 0 | 0.44 |
| HSL | 203.78º | 0.63% | 0.34% | - |
| HSV(B) | 203.78º | 0.78% | 0.56% | - |
| XYZ | 10.02 | 11.21 | 27.62 | - |
| YUV | 83.98 | 161.3 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 143 | 0.78 | 0.31 | 0 | 0.44 | 203.78 | 0.63 | 0.34 |
| Hex | 20 | 63 | 8F | 4E | 1F | 0 | 2C | CC | 3F | 22 |
| Octal | 40 | 143 | 217 | 116 | 37 | 0 | 54 | 314 | 77 | 42 |
| Binary | 100000 | 1100011 | 10001111 | 1001110 | 11111 | 0 | 101100 | 11001100 | 111111 | 100010 |
Color Harmonies of #20638F
Complementary color
Monochromatic Colors of #20638F
Black with #20638F
Text Example
Text Example
White with #20638F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20638F; }
p { color: rgb(32,99,143); }
H1.HeaderClassName
{
color: #20638F;
}
.AnyTagClassName
{
color: #20638F;
}
</style>
background-color css
<style>
a { background-color: #20638F; }
a { background-color: rgb(32,99,143); }
div.DivClassName
{
background-color: #20638F;
}
.BgClassName
{
background-color: #20638F;
}
</style>
border-color css
<style>
span { border-color: #20638F; }
span { border-color: rgb(32,99,143); }
td.TdClassName
{
border-color: #20638F;
}
.TagClassName
{
border-color: #20638F;
}
</style>