Shades of Endeavour #204791
Tints of Endeavour #204791
RGB
CMYK
RGB Variations
Color information
#204791 (or 0x204791) is known color: Endeavour. HEX triplet: 20, 47 and 91. RGB value is (32,71,145). Sum of RGB (Red+Green+Blue) = 32+71+145=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #204791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204791 is #DFB86E. Grayscale: #434343. Windows color (decimal): -14661743 or 9520928. OLE color: 9520928.
HSL color Cylindrical-coordinate representation of color #204791: hue angle of 219.29º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #204791 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 71 | 145 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.43 |
| HSL | 219.29º | 0.64% | 0.35% | - |
| HSV(B) | 219.29º | 0.78% | 0.57% | - |
| XYZ | 7.96 | 6.86 | 27.69 | - |
| YUV | 67.78 | 171.58 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 71 | 145 | 0.78 | 0.51 | 0 | 0.43 | 219.29 | 0.64 | 0.35 |
| Hex | 20 | 47 | 91 | 4E | 33 | 0 | 2B | DB | 40 | 23 |
| Octal | 40 | 107 | 221 | 116 | 63 | 0 | 53 | 333 | 100 | 43 |
| Binary | 100000 | 1000111 | 10010001 | 1001110 | 110011 | 0 | 101011 | 11011011 | 1000000 | 100011 |
Color Harmonies of #204791
Complementary color
Monochromatic Colors of #204791
Black with #204791
Text Example
Text Example
White with #204791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204791; }
p { color: rgb(32,71,145); }
H1.HeaderClassName
{
color: #204791;
}
.AnyTagClassName
{
color: #204791;
}
</style>
background-color css
<style>
a { background-color: #204791; }
a { background-color: rgb(32,71,145); }
div.DivClassName
{
background-color: #204791;
}
.BgClassName
{
background-color: #204791;
}
</style>
border-color css
<style>
span { border-color: #204791; }
span { border-color: rgb(32,71,145); }
td.TdClassName
{
border-color: #204791;
}
.TagClassName
{
border-color: #204791;
}
</style>