Shades of Endeavour #20488F
Tints of Endeavour #20488F
RGB
CMYK
RGB Variations
Color information
#20488F (or 0x20488F) is known color: Endeavour. HEX triplet: 20, 48 and 8F. RGB value is (32,72,143). Sum of RGB (Red+Green+Blue) = 32+72+143=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 143 (56.25% from 255 or 57.89% from 247); Max value from RGB is 143 - color contains mainly: blue. Hex color #20488F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20488F is #DFB770. Grayscale: #434343. Windows color (decimal): -14661489 or 9390112. OLE color: 9390112.
HSL color Cylindrical-coordinate representation of color #20488F: hue angle of 218.38º 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 #20488F is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 72 | 143 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.44 |
| HSL | 218.38º | 0.63% | 0.34% | - |
| HSV(B) | 218.38º | 0.78% | 0.56% | - |
| XYZ | 7.87 | 6.92 | 26.91 | - |
| YUV | 68.13 | 170.25 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 72 | 143 | 0.78 | 0.50 | 0 | 0.44 | 218.38 | 0.63 | 0.34 |
| Hex | 20 | 48 | 8F | 4E | 32 | 0 | 2C | DA | 3F | 22 |
| Octal | 40 | 110 | 217 | 116 | 62 | 0 | 54 | 332 | 77 | 42 |
| Binary | 100000 | 1001000 | 10001111 | 1001110 | 110010 | 0 | 101100 | 11011010 | 111111 | 100010 |
Color Harmonies of #20488F
Complementary color
Monochromatic Colors of #20488F
Black with #20488F
Text Example
Text Example
White with #20488F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20488F; }
p { color: rgb(32,72,143); }
H1.HeaderClassName
{
color: #20488F;
}
.AnyTagClassName
{
color: #20488F;
}
</style>
background-color css
<style>
a { background-color: #20488F; }
a { background-color: rgb(32,72,143); }
div.DivClassName
{
background-color: #20488F;
}
.BgClassName
{
background-color: #20488F;
}
</style>
border-color css
<style>
span { border-color: #20488F; }
span { border-color: rgb(32,72,143); }
td.TdClassName
{
border-color: #20488F;
}
.TagClassName
{
border-color: #20488F;
}
</style>