Shades of Endeavour #20528B
Tints of Endeavour #20528B
RGB
CMYK
RGB Variations
Color information
#20528B (or 0x20528B) is known color: Endeavour. HEX triplet: 20, 52 and 8B. RGB value is (32,82,139). Sum of RGB (Red+Green+Blue) = 32+82+139=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #20528B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20528B is #DFAD74. Grayscale: #494949. Windows color (decimal): -14658933 or 9130528. OLE color: 9130528.
HSL color Cylindrical-coordinate representation of color #20528B: hue angle of 211.96º 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 #20528B is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 82 | 139 | - |
| CMYK | 0.77 | 0.41 | 0 | 0.45 |
| HSL | 211.96º | 0.63% | 0.34% | - |
| HSV(B) | 211.96º | 0.77% | 0.55% | - |
| XYZ | 8.27 | 8.21 | 25.57 | - |
| YUV | 73.55 | 164.94 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 139 | 0.77 | 0.41 | 0 | 0.45 | 211.96 | 0.63 | 0.34 |
| Hex | 20 | 52 | 8B | 4D | 29 | 0 | 2D | D4 | 3F | 22 |
| Octal | 40 | 122 | 213 | 115 | 51 | 0 | 55 | 324 | 77 | 42 |
| Binary | 100000 | 1010010 | 10001011 | 1001101 | 101001 | 0 | 101101 | 11010100 | 111111 | 100010 |
Color Harmonies of #20528B
Complementary color
Monochromatic Colors of #20528B
Black with #20528B
Text Example
Text Example
White with #20528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20528B; }
p { color: rgb(32,82,139); }
H1.HeaderClassName
{
color: #20528B;
}
.AnyTagClassName
{
color: #20528B;
}
</style>
background-color css
<style>
a { background-color: #20528B; }
a { background-color: rgb(32,82,139); }
div.DivClassName
{
background-color: #20528B;
}
.BgClassName
{
background-color: #20528B;
}
</style>
border-color css
<style>
span { border-color: #20528B; }
span { border-color: rgb(32,82,139); }
td.TdClassName
{
border-color: #20528B;
}
.TagClassName
{
border-color: #20528B;
}
</style>