Shades of Endeavour #32608D
Tints of Endeavour #32608D
RGB
CMYK
RGB Variations
Color information
#32608D (or 0x32608D) is known color: Endeavour. HEX triplet: 32, 60 and 8D. RGB value is (50,96,141). Sum of RGB (Red+Green+Blue) = 50+96+141=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #32608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32608D is #CD9F72. Grayscale: #575757. Windows color (decimal): -13475699 or 9265202. OLE color: 9265202.
HSL color Cylindrical-coordinate representation of color #32608D: hue angle of 209.67º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32608D is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 96 | 141 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.45 |
| HSL | 209.67º | 0.48% | 0.37% | - |
| HSV(B) | 209.67º | 0.65% | 0.55% | - |
| XYZ | 10.31 | 10.97 | 26.77 | - |
| YUV | 87.38 | 158.26 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 141 | 0.65 | 0.32 | 0 | 0.45 | 209.67 | 0.48 | 0.37 |
| Hex | 32 | 60 | 8D | 41 | 20 | 0 | 2D | D2 | 30 | 25 |
| Octal | 62 | 140 | 215 | 101 | 40 | 0 | 55 | 322 | 60 | 45 |
| Binary | 110010 | 1100000 | 10001101 | 1000001 | 100000 | 0 | 101101 | 11010010 | 110000 | 100101 |
Color Harmonies of #32608D
Complementary color
Monochromatic Colors of #32608D
Black with #32608D
Text Example
Text Example
White with #32608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32608D; }
p { color: rgb(50,96,141); }
H1.HeaderClassName
{
color: #32608D;
}
.AnyTagClassName
{
color: #32608D;
}
</style>
background-color css
<style>
a { background-color: #32608D; }
a { background-color: rgb(50,96,141); }
div.DivClassName
{
background-color: #32608D;
}
.BgClassName
{
background-color: #32608D;
}
</style>
border-color css
<style>
span { border-color: #32608D; }
span { border-color: rgb(50,96,141); }
td.TdClassName
{
border-color: #32608D;
}
.TagClassName
{
border-color: #32608D;
}
</style>