Shades of St Tropaz #325178
Tints of St Tropaz #325178
RGB
CMYK
RGB Variations
Color information
#325178 (or 0x325178) is known color: St Tropaz. HEX triplet: 32, 51 and 78. RGB value is (50,81,120). Sum of RGB (Red+Green+Blue) = 50+81+120=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #325178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325178 is #CDAE87. Grayscale: #4B4B4B. Windows color (decimal): -13479560 or 7885106. OLE color: 7885106.
HSL color Cylindrical-coordinate representation of color #325178: hue angle of 213.43º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #325178 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 81 | 120 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.53 |
| HSL | 213.43º | 0.41% | 0.33% | - |
| HSV(B) | 213.43º | 0.58% | 0.47% | - |
| XYZ | 7.65 | 7.92 | 18.89 | - |
| YUV | 76.18 | 152.73 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 81 | 120 | 0.58 | 0.32 | 0 | 0.53 | 213.43 | 0.41 | 0.33 |
| Hex | 32 | 51 | 78 | 3A | 20 | 0 | 35 | D5 | 29 | 21 |
| Octal | 62 | 121 | 170 | 72 | 40 | 0 | 65 | 325 | 51 | 41 |
| Binary | 110010 | 1010001 | 1111000 | 111010 | 100000 | 0 | 110101 | 11010101 | 101001 | 100001 |
Color Harmonies of #325178
Complementary color
Monochromatic Colors of #325178
Black with #325178
Text Example
Text Example
White with #325178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325178; }
p { color: rgb(50,81,120); }
H1.HeaderClassName
{
color: #325178;
}
.AnyTagClassName
{
color: #325178;
}
</style>
background-color css
<style>
a { background-color: #325178; }
a { background-color: rgb(50,81,120); }
div.DivClassName
{
background-color: #325178;
}
.BgClassName
{
background-color: #325178;
}
</style>
border-color css
<style>
span { border-color: #325178; }
span { border-color: rgb(50,81,120); }
td.TdClassName
{
border-color: #325178;
}
.TagClassName
{
border-color: #325178;
}
</style>