Shades of Endeavour #204896
Tints of Endeavour #204896
RGB
CMYK
RGB Variations
Color information
#204896 (or 0x204896) is known color: Endeavour. HEX triplet: 20, 48 and 96. RGB value is (32,72,150). Sum of RGB (Red+Green+Blue) = 32+72+150=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 150 (58.98% from 255 or 59.06% from 254); Max value from RGB is 150 - color contains mainly: blue. Hex color #204896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204896 is #DFB769. Grayscale: #444444. Windows color (decimal): -14661482 or 9848864. OLE color: 9848864.
HSL color Cylindrical-coordinate representation of color #204896: hue angle of 219.66º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #204896 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 72 | 150 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.41 |
| HSL | 219.66º | 0.65% | 0.36% | - |
| HSV(B) | 219.66º | 0.79% | 0.59% | - |
| XYZ | 8.42 | 7.14 | 29.79 | - |
| YUV | 68.93 | 173.75 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 72 | 150 | 0.79 | 0.52 | 0 | 0.41 | 219.66 | 0.65 | 0.36 |
| Hex | 20 | 48 | 96 | 4F | 34 | 0 | 29 | DC | 41 | 24 |
| Octal | 40 | 110 | 226 | 117 | 64 | 0 | 51 | 334 | 101 | 44 |
| Binary | 100000 | 1001000 | 10010110 | 1001111 | 110100 | 0 | 101001 | 11011100 | 1000001 | 100100 |
Color Harmonies of #204896
Complementary color
Monochromatic Colors of #204896
Black with #204896
Text Example
Text Example
White with #204896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204896; }
p { color: rgb(32,72,150); }
H1.HeaderClassName
{
color: #204896;
}
.AnyTagClassName
{
color: #204896;
}
</style>
background-color css
<style>
a { background-color: #204896; }
a { background-color: rgb(32,72,150); }
div.DivClassName
{
background-color: #204896;
}
.BgClassName
{
background-color: #204896;
}
</style>
border-color css
<style>
span { border-color: #204896; }
span { border-color: rgb(32,72,150); }
td.TdClassName
{
border-color: #204896;
}
.TagClassName
{
border-color: #204896;
}
</style>