Shades of Endeavour #32638B
Tints of Endeavour #32638B
RGB
CMYK
RGB Variations
Color information
#32638B (or 0x32638B) is known color: Endeavour. HEX triplet: 32, 63 and 8B. RGB value is (50,99,139). Sum of RGB (Red+Green+Blue) = 50+99+139=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #32638B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32638B is #CD9C74. Grayscale: #585858. Windows color (decimal): -13474933 or 9134898. OLE color: 9134898.
HSL color Cylindrical-coordinate representation of color #32638B: hue angle of 206.97º 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 #32638B is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 99 | 139 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.45 |
| HSL | 206.97º | 0.47% | 0.37% | - |
| HSV(B) | 206.97º | 0.64% | 0.55% | - |
| XYZ | 10.44 | 11.47 | 26.09 | - |
| YUV | 88.91 | 156.27 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 99 | 139 | 0.64 | 0.29 | 0 | 0.45 | 206.97 | 0.47 | 0.37 |
| Hex | 32 | 63 | 8B | 40 | 1D | 0 | 2D | CF | 2F | 25 |
| Octal | 62 | 143 | 213 | 100 | 35 | 0 | 55 | 317 | 57 | 45 |
| Binary | 110010 | 1100011 | 10001011 | 1000000 | 11101 | 0 | 101101 | 11001111 | 101111 | 100101 |
Color Harmonies of #32638B
Complementary color
Monochromatic Colors of #32638B
Black with #32638B
Text Example
Text Example
White with #32638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32638B; }
p { color: rgb(50,99,139); }
H1.HeaderClassName
{
color: #32638B;
}
.AnyTagClassName
{
color: #32638B;
}
</style>
background-color css
<style>
a { background-color: #32638B; }
a { background-color: rgb(50,99,139); }
div.DivClassName
{
background-color: #32638B;
}
.BgClassName
{
background-color: #32638B;
}
</style>
border-color css
<style>
span { border-color: #32638B; }
span { border-color: rgb(50,99,139); }
td.TdClassName
{
border-color: #32638B;
}
.TagClassName
{
border-color: #32638B;
}
</style>