Shades of St Tropaz #325079
Tints of St Tropaz #325079
RGB
CMYK
RGB Variations
Color information
#325079 (or 0x325079) is known color: St Tropaz. HEX triplet: 32, 50 and 79. RGB value is (50,80,121). Sum of RGB (Red+Green+Blue) = 50+80+121=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 121 - color contains mainly: blue. Hex color #325079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325079 is #CDAF86. Grayscale: #4B4B4B. Windows color (decimal): -13479815 or 7950386. OLE color: 7950386.
HSL color Cylindrical-coordinate representation of color #325079: hue angle of 214.65º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #325079 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 80 | 121 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.53 |
| HSL | 214.65º | 0.42% | 0.34% | - |
| HSV(B) | 214.65º | 0.59% | 0.47% | - |
| XYZ | 7.64 | 7.8 | 19.19 | - |
| YUV | 75.7 | 153.56 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 121 | 0.59 | 0.34 | 0 | 0.53 | 214.65 | 0.42 | 0.34 |
| Hex | 32 | 50 | 79 | 3B | 22 | 0 | 35 | D7 | 2A | 22 |
| Octal | 62 | 120 | 171 | 73 | 42 | 0 | 65 | 327 | 52 | 42 |
| Binary | 110010 | 1010000 | 1111001 | 111011 | 100010 | 0 | 110101 | 11010111 | 101010 | 100010 |
Color Harmonies of #325079
Complementary color
Monochromatic Colors of #325079
Black with #325079
Text Example
Text Example
White with #325079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325079; }
p { color: rgb(50,80,121); }
H1.HeaderClassName
{
color: #325079;
}
.AnyTagClassName
{
color: #325079;
}
</style>
background-color css
<style>
a { background-color: #325079; }
a { background-color: rgb(50,80,121); }
div.DivClassName
{
background-color: #325079;
}
.BgClassName
{
background-color: #325079;
}
</style>
border-color css
<style>
span { border-color: #325079; }
span { border-color: rgb(50,80,121); }
td.TdClassName
{
border-color: #325079;
}
.TagClassName
{
border-color: #325079;
}
</style>