Shades of Endeavour #32648F
Tints of Endeavour #32648F
RGB
CMYK
RGB Variations
Color information
#32648F (or 0x32648F) is known color: Endeavour. HEX triplet: 32, 64 and 8F. RGB value is (50,100,143). Sum of RGB (Red+Green+Blue) = 50+100+143=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 143 (56.25% from 255 or 48.81% from 293); Max value from RGB is 143 - color contains mainly: blue. Hex color #32648F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32648F is #CD9B70. Grayscale: #595959. Windows color (decimal): -13474673 or 9397298. OLE color: 9397298.
HSL color Cylindrical-coordinate representation of color #32648F: hue angle of 207.74º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32648F is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 100 | 143 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.44 |
| HSL | 207.74º | 0.48% | 0.38% | - |
| HSV(B) | 207.74º | 0.65% | 0.56% | - |
| XYZ | 10.83 | 11.78 | 27.69 | - |
| YUV | 89.95 | 157.94 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 100 | 143 | 0.65 | 0.30 | 0 | 0.44 | 207.74 | 0.48 | 0.38 |
| Hex | 32 | 64 | 8F | 41 | 1E | 0 | 2C | D0 | 30 | 26 |
| Octal | 62 | 144 | 217 | 101 | 36 | 0 | 54 | 320 | 60 | 46 |
| Binary | 110010 | 1100100 | 10001111 | 1000001 | 11110 | 0 | 101100 | 11010000 | 110000 | 100110 |
Color Harmonies of #32648F
Complementary color
Monochromatic Colors of #32648F
Black with #32648F
Text Example
Text Example
White with #32648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32648F; }
p { color: rgb(50,100,143); }
H1.HeaderClassName
{
color: #32648F;
}
.AnyTagClassName
{
color: #32648F;
}
</style>
background-color css
<style>
a { background-color: #32648F; }
a { background-color: rgb(50,100,143); }
div.DivClassName
{
background-color: #32648F;
}
.BgClassName
{
background-color: #32648F;
}
</style>
border-color css
<style>
span { border-color: #32648F; }
span { border-color: rgb(50,100,143); }
td.TdClassName
{
border-color: #32648F;
}
.TagClassName
{
border-color: #32648F;
}
</style>