Shades of Endeavour #32618E
Tints of Endeavour #32618E
RGB
CMYK
RGB Variations
Color information
#32618E (or 0x32618E) is known color: Endeavour. HEX triplet: 32, 61 and 8E. RGB value is (50,97,142). Sum of RGB (Red+Green+Blue) = 50+97+142=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #32618E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32618E is #CD9E71. Grayscale: #575757. Windows color (decimal): -13475442 or 9330994. OLE color: 9330994.
HSL color Cylindrical-coordinate representation of color #32618E: hue angle of 209.35º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32618E is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 97 | 142 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.44 |
| HSL | 209.35º | 0.48% | 0.38% | - |
| HSV(B) | 209.35º | 0.65% | 0.56% | - |
| XYZ | 10.47 | 11.18 | 27.2 | - |
| YUV | 88.08 | 158.43 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 142 | 0.65 | 0.32 | 0 | 0.44 | 209.35 | 0.48 | 0.38 |
| Hex | 32 | 61 | 8E | 41 | 20 | 0 | 2C | D1 | 30 | 26 |
| Octal | 62 | 141 | 216 | 101 | 40 | 0 | 54 | 321 | 60 | 46 |
| Binary | 110010 | 1100001 | 10001110 | 1000001 | 100000 | 0 | 101100 | 11010001 | 110000 | 100110 |
Color Harmonies of #32618E
Complementary color
Monochromatic Colors of #32618E
Black with #32618E
Text Example
Text Example
White with #32618E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32618E; }
p { color: rgb(50,97,142); }
H1.HeaderClassName
{
color: #32618E;
}
.AnyTagClassName
{
color: #32618E;
}
</style>
background-color css
<style>
a { background-color: #32618E; }
a { background-color: rgb(50,97,142); }
div.DivClassName
{
background-color: #32618E;
}
.BgClassName
{
background-color: #32618E;
}
</style>
border-color css
<style>
span { border-color: #32618E; }
span { border-color: rgb(50,97,142); }
td.TdClassName
{
border-color: #32618E;
}
.TagClassName
{
border-color: #32618E;
}
</style>