Shades of St Tropaz #32507A
Tints of St Tropaz #32507A
RGB
CMYK
RGB Variations
Color information
#32507A (or 0x32507A) is known color: St Tropaz. HEX triplet: 32, 50 and 7A. RGB value is (50,80,122). Sum of RGB (Red+Green+Blue) = 50+80+122=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 122 - color contains mainly: blue. Hex color #32507A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32507A is #CDAF85. Grayscale: #4B4B4B. Windows color (decimal): -13479814 or 8015922. OLE color: 8015922.
HSL color Cylindrical-coordinate representation of color #32507A: hue angle of 215º 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 #32507A is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 80 | 122 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.52 |
| HSL | 215º | 0.42% | 0.34% | - |
| HSV(B) | 215º | 0.59% | 0.48% | - |
| XYZ | 7.7 | 7.82 | 19.52 | - |
| YUV | 75.82 | 154.06 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 122 | 0.59 | 0.34 | 0 | 0.52 | 215 | 0.42 | 0.34 |
| Hex | 32 | 50 | 7A | 3B | 22 | 0 | 34 | D7 | 2A | 22 |
| Octal | 62 | 120 | 172 | 73 | 42 | 0 | 64 | 327 | 52 | 42 |
| Binary | 110010 | 1010000 | 1111010 | 111011 | 100010 | 0 | 110100 | 11010111 | 101010 | 100010 |
Color Harmonies of #32507A
Complementary color
Monochromatic Colors of #32507A
Black with #32507A
Text Example
Text Example
White with #32507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32507A; }
p { color: rgb(50,80,122); }
H1.HeaderClassName
{
color: #32507A;
}
.AnyTagClassName
{
color: #32507A;
}
</style>
background-color css
<style>
a { background-color: #32507A; }
a { background-color: rgb(50,80,122); }
div.DivClassName
{
background-color: #32507A;
}
.BgClassName
{
background-color: #32507A;
}
</style>
border-color css
<style>
span { border-color: #32507A; }
span { border-color: rgb(50,80,122); }
td.TdClassName
{
border-color: #32507A;
}
.TagClassName
{
border-color: #32507A;
}
</style>