Shades of Endeavour #32648B
Tints of Endeavour #32648B
RGB
CMYK
RGB Variations
Color information
#32648B (or 0x32648B) is known color: Endeavour. HEX triplet: 32, 64 and 8B. RGB value is (50,100,139). Sum of RGB (Red+Green+Blue) = 50+100+139=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #32648B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32648B is #CD9B74. Grayscale: #595959. Windows color (decimal): -13474677 or 9135154. OLE color: 9135154.
HSL color Cylindrical-coordinate representation of color #32648B: hue angle of 206.29º 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 #32648B is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 100 | 139 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.45 |
| HSL | 206.29º | 0.47% | 0.37% | - |
| HSV(B) | 206.29º | 0.64% | 0.55% | - |
| XYZ | 10.53 | 11.66 | 26.12 | - |
| YUV | 89.5 | 155.94 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 100 | 139 | 0.64 | 0.28 | 0 | 0.45 | 206.29 | 0.47 | 0.37 |
| Hex | 32 | 64 | 8B | 40 | 1C | 0 | 2D | CE | 2F | 25 |
| Octal | 62 | 144 | 213 | 100 | 34 | 0 | 55 | 316 | 57 | 45 |
| Binary | 110010 | 1100100 | 10001011 | 1000000 | 11100 | 0 | 101101 | 11001110 | 101111 | 100101 |
Color Harmonies of #32648B
Complementary color
Monochromatic Colors of #32648B
Black with #32648B
Text Example
Text Example
White with #32648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32648B; }
p { color: rgb(50,100,139); }
H1.HeaderClassName
{
color: #32648B;
}
.AnyTagClassName
{
color: #32648B;
}
</style>
background-color css
<style>
a { background-color: #32648B; }
a { background-color: rgb(50,100,139); }
div.DivClassName
{
background-color: #32648B;
}
.BgClassName
{
background-color: #32648B;
}
</style>
border-color css
<style>
span { border-color: #32648B; }
span { border-color: rgb(50,100,139); }
td.TdClassName
{
border-color: #32648B;
}
.TagClassName
{
border-color: #32648B;
}
</style>