Shades of Endeavour #20629A
Tints of Endeavour #20629A
RGB
CMYK
RGB Variations
Color information
#20629A (or 0x20629A) is known color: Endeavour. HEX triplet: 20, 62 and 9A. RGB value is (32,98,154). Sum of RGB (Red+Green+Blue) = 32+98+154=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #20629A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20629A is #DF9D65. Grayscale: #545454. Windows color (decimal): -14654822 or 10117664. OLE color: 10117664.
HSL color Cylindrical-coordinate representation of color #20629A: hue angle of 207.54º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20629A is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 98 | 154 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.40 |
| HSL | 207.54º | 0.66% | 0.36% | - |
| HSV(B) | 207.54º | 0.79% | 0.6% | - |
| XYZ | 10.8 | 11.38 | 32.2 | - |
| YUV | 84.65 | 167.13 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 98 | 154 | 0.79 | 0.36 | 0 | 0.40 | 207.54 | 0.66 | 0.36 |
| Hex | 20 | 62 | 9A | 4F | 24 | 0 | 28 | D0 | 42 | 24 |
| Octal | 40 | 142 | 232 | 117 | 44 | 0 | 50 | 320 | 102 | 44 |
| Binary | 100000 | 1100010 | 10011010 | 1001111 | 100100 | 0 | 101000 | 11010000 | 1000010 | 100100 |
Color Harmonies of #20629A
Complementary color
Monochromatic Colors of #20629A
Black with #20629A
Text Example
Text Example
White with #20629A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20629A; }
p { color: rgb(32,98,154); }
H1.HeaderClassName
{
color: #20629A;
}
.AnyTagClassName
{
color: #20629A;
}
</style>
background-color css
<style>
a { background-color: #20629A; }
a { background-color: rgb(32,98,154); }
div.DivClassName
{
background-color: #20629A;
}
.BgClassName
{
background-color: #20629A;
}
</style>
border-color css
<style>
span { border-color: #20629A; }
span { border-color: rgb(32,98,154); }
td.TdClassName
{
border-color: #20629A;
}
.TagClassName
{
border-color: #20629A;
}
</style>