Shades of Endeavour #32638D
Tints of Endeavour #32638D
RGB
CMYK
RGB Variations
Color information
#32638D (or 0x32638D) is known color: Endeavour. HEX triplet: 32, 63 and 8D. RGB value is (50,99,141). Sum of RGB (Red+Green+Blue) = 50+99+141=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #32638D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32638D is #CD9C72. Grayscale: #585858. Windows color (decimal): -13474931 or 9265970. OLE color: 9265970.
HSL color Cylindrical-coordinate representation of color #32638D: hue angle of 207.69º 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 #32638D is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 99 | 141 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.45 |
| HSL | 207.69º | 0.48% | 0.37% | - |
| HSV(B) | 207.69º | 0.65% | 0.55% | - |
| XYZ | 10.58 | 11.52 | 26.87 | - |
| YUV | 89.14 | 157.27 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 99 | 141 | 0.65 | 0.30 | 0 | 0.45 | 207.69 | 0.48 | 0.37 |
| Hex | 32 | 63 | 8D | 41 | 1E | 0 | 2D | D0 | 30 | 25 |
| Octal | 62 | 143 | 215 | 101 | 36 | 0 | 55 | 320 | 60 | 45 |
| Binary | 110010 | 1100011 | 10001101 | 1000001 | 11110 | 0 | 101101 | 11010000 | 110000 | 100101 |
Color Harmonies of #32638D
Complementary color
Monochromatic Colors of #32638D
Black with #32638D
Text Example
Text Example
White with #32638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32638D; }
p { color: rgb(50,99,141); }
H1.HeaderClassName
{
color: #32638D;
}
.AnyTagClassName
{
color: #32638D;
}
</style>
background-color css
<style>
a { background-color: #32638D; }
a { background-color: rgb(50,99,141); }
div.DivClassName
{
background-color: #32638D;
}
.BgClassName
{
background-color: #32638D;
}
</style>
border-color css
<style>
span { border-color: #32638D; }
span { border-color: rgb(50,99,141); }
td.TdClassName
{
border-color: #32638D;
}
.TagClassName
{
border-color: #32638D;
}
</style>