Shades of Endeavour #32608B
Tints of Endeavour #32608B
RGB
CMYK
RGB Variations
Color information
#32608B (or 0x32608B) is known color: Endeavour. HEX triplet: 32, 60 and 8B. RGB value is (50,96,139). Sum of RGB (Red+Green+Blue) = 50+96+139=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #32608B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32608B is #CD9F74. Grayscale: #565656. Windows color (decimal): -13475701 or 9134130. OLE color: 9134130.
HSL color Cylindrical-coordinate representation of color #32608B: hue angle of 208.99º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32608B is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 96 | 139 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.45 |
| HSL | 208.99º | 0.47% | 0.37% | - |
| HSV(B) | 208.99º | 0.64% | 0.55% | - |
| XYZ | 10.16 | 10.91 | 26 | - |
| YUV | 87.15 | 157.26 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 139 | 0.64 | 0.31 | 0 | 0.45 | 208.99 | 0.47 | 0.37 |
| Hex | 32 | 60 | 8B | 40 | 1F | 0 | 2D | D1 | 2F | 25 |
| Octal | 62 | 140 | 213 | 100 | 37 | 0 | 55 | 321 | 57 | 45 |
| Binary | 110010 | 1100000 | 10001011 | 1000000 | 11111 | 0 | 101101 | 11010001 | 101111 | 100101 |
Color Harmonies of #32608B
Complementary color
Monochromatic Colors of #32608B
Black with #32608B
Text Example
Text Example
White with #32608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32608B; }
p { color: rgb(50,96,139); }
H1.HeaderClassName
{
color: #32608B;
}
.AnyTagClassName
{
color: #32608B;
}
</style>
background-color css
<style>
a { background-color: #32608B; }
a { background-color: rgb(50,96,139); }
div.DivClassName
{
background-color: #32608B;
}
.BgClassName
{
background-color: #32608B;
}
</style>
border-color css
<style>
span { border-color: #32608B; }
span { border-color: rgb(50,96,139); }
td.TdClassName
{
border-color: #32608B;
}
.TagClassName
{
border-color: #32608B;
}
</style>