Shades of St Tropaz #32517A
Tints of St Tropaz #32517A
RGB
CMYK
RGB Variations
Color information
#32517A (or 0x32517A) is known color: St Tropaz. HEX triplet: 32, 51 and 7A. RGB value is (50,81,122). Sum of RGB (Red+Green+Blue) = 50+81+122=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 122 - color contains mainly: blue. Hex color #32517A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32517A is #CDAE85. Grayscale: #4C4C4C. Windows color (decimal): -13479558 or 8016178. OLE color: 8016178.
HSL color Cylindrical-coordinate representation of color #32517A: hue angle of 214.17º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #32517A is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 81 | 122 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.52 |
| HSL | 214.17º | 0.42% | 0.34% | - |
| HSV(B) | 214.17º | 0.59% | 0.48% | - |
| XYZ | 7.77 | 7.97 | 19.54 | - |
| YUV | 76.41 | 153.73 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 81 | 122 | 0.59 | 0.34 | 0 | 0.52 | 214.17 | 0.42 | 0.34 |
| Hex | 32 | 51 | 7A | 3B | 22 | 0 | 34 | D6 | 2A | 22 |
| Octal | 62 | 121 | 172 | 73 | 42 | 0 | 64 | 326 | 52 | 42 |
| Binary | 110010 | 1010001 | 1111010 | 111011 | 100010 | 0 | 110100 | 11010110 | 101010 | 100010 |
Color Harmonies of #32517A
Complementary color
Monochromatic Colors of #32517A
Black with #32517A
Text Example
Text Example
White with #32517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32517A; }
p { color: rgb(50,81,122); }
H1.HeaderClassName
{
color: #32517A;
}
.AnyTagClassName
{
color: #32517A;
}
</style>
background-color css
<style>
a { background-color: #32517A; }
a { background-color: rgb(50,81,122); }
div.DivClassName
{
background-color: #32517A;
}
.BgClassName
{
background-color: #32517A;
}
</style>
border-color css
<style>
span { border-color: #32517A; }
span { border-color: rgb(50,81,122); }
td.TdClassName
{
border-color: #32517A;
}
.TagClassName
{
border-color: #32517A;
}
</style>