Shades of Endeavour #204D93
Tints of Endeavour #204D93
RGB
CMYK
RGB Variations
Color information
#204D93 (or 0x204D93) is known color: Endeavour. HEX triplet: 20, 4D and 93. RGB value is (32,77,147). Sum of RGB (Red+Green+Blue) = 32+77+147=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #204D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204D93 is #DFB26C. Grayscale: #474747. Windows color (decimal): -14660205 or 9653536. OLE color: 9653536.
HSL color Cylindrical-coordinate representation of color #204D93: hue angle of 216.52º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #204D93 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 77 | 147 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.42 |
| HSL | 216.52º | 0.64% | 0.35% | - |
| HSV(B) | 216.52º | 0.78% | 0.58% | - |
| XYZ | 8.52 | 7.72 | 28.65 | - |
| YUV | 71.53 | 170.59 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 77 | 147 | 0.78 | 0.48 | 0 | 0.42 | 216.52 | 0.64 | 0.35 |
| Hex | 20 | 4D | 93 | 4E | 30 | 0 | 2A | D9 | 40 | 23 |
| Octal | 40 | 115 | 223 | 116 | 60 | 0 | 52 | 331 | 100 | 43 |
| Binary | 100000 | 1001101 | 10010011 | 1001110 | 110000 | 0 | 101010 | 11011001 | 1000000 | 100011 |
Color Harmonies of #204D93
Complementary color
Monochromatic Colors of #204D93
Black with #204D93
Text Example
Text Example
White with #204D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204D93; }
p { color: rgb(32,77,147); }
H1.HeaderClassName
{
color: #204D93;
}
.AnyTagClassName
{
color: #204D93;
}
</style>
background-color css
<style>
a { background-color: #204D93; }
a { background-color: rgb(32,77,147); }
div.DivClassName
{
background-color: #204D93;
}
.BgClassName
{
background-color: #204D93;
}
</style>
border-color css
<style>
span { border-color: #204D93; }
span { border-color: rgb(32,77,147); }
td.TdClassName
{
border-color: #204D93;
}
.TagClassName
{
border-color: #204D93;
}
</style>