Shades of St Tropaz #32517D
Tints of St Tropaz #32517D
RGB
CMYK
RGB Variations
Color information
#32517D (or 0x32517D) is known color: St Tropaz. HEX triplet: 32, 51 and 7D. RGB value is (50,81,125). Sum of RGB (Red+Green+Blue) = 50+81+125=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #32517D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32517D is #CDAE82. Grayscale: #4C4C4C. Windows color (decimal): -13479555 or 8212786. OLE color: 8212786.
HSL color Cylindrical-coordinate representation of color #32517D: hue angle of 215.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32517D is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 81 | 125 | - |
| CMYK | 0.60 | 0.35 | 0 | 0.51 |
| HSL | 215.2º | 0.43% | 0.34% | - |
| HSV(B) | 215.2º | 0.6% | 0.49% | - |
| XYZ | 7.96 | 8.04 | 20.54 | - |
| YUV | 76.75 | 155.23 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 81 | 125 | 0.60 | 0.35 | 0 | 0.51 | 215.2 | 0.43 | 0.34 |
| Hex | 32 | 51 | 7D | 3C | 23 | 0 | 33 | D7 | 2B | 22 |
| Octal | 62 | 121 | 175 | 74 | 43 | 0 | 63 | 327 | 53 | 42 |
| Binary | 110010 | 1010001 | 1111101 | 111100 | 100011 | 0 | 110011 | 11010111 | 101011 | 100010 |
Color Harmonies of #32517D
Complementary color
Monochromatic Colors of #32517D
Black with #32517D
Text Example
Text Example
White with #32517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32517D; }
p { color: rgb(50,81,125); }
H1.HeaderClassName
{
color: #32517D;
}
.AnyTagClassName
{
color: #32517D;
}
</style>
background-color css
<style>
a { background-color: #32517D; }
a { background-color: rgb(50,81,125); }
div.DivClassName
{
background-color: #32517D;
}
.BgClassName
{
background-color: #32517D;
}
</style>
border-color css
<style>
span { border-color: #32517D; }
span { border-color: rgb(50,81,125); }
td.TdClassName
{
border-color: #32517D;
}
.TagClassName
{
border-color: #32517D;
}
</style>