Shades of St Tropaz #325B85
Tints of St Tropaz #325B85
RGB
CMYK
RGB Variations
Color information
#325B85 (or 0x325B85) is known color: St Tropaz. HEX triplet: 32, 5B and 85. RGB value is (50,91,133). Sum of RGB (Red+Green+Blue) = 50+91+133=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #325B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325B85 is #CDA47A. Grayscale: #535353. Windows color (decimal): -13476987 or 8739634. OLE color: 8739634.
HSL color Cylindrical-coordinate representation of color #325B85: hue angle of 210.36º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #325B85 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 91 | 133 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.48 |
| HSL | 210.36º | 0.45% | 0.36% | - |
| HSV(B) | 210.36º | 0.62% | 0.52% | - |
| XYZ | 9.29 | 9.85 | 23.6 | - |
| YUV | 83.53 | 155.92 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 133 | 0.62 | 0.32 | 0 | 0.48 | 210.36 | 0.45 | 0.36 |
| Hex | 32 | 5B | 85 | 3E | 20 | 0 | 30 | D2 | 2D | 24 |
| Octal | 62 | 133 | 205 | 76 | 40 | 0 | 60 | 322 | 55 | 44 |
| Binary | 110010 | 1011011 | 10000101 | 111110 | 100000 | 0 | 110000 | 11010010 | 101101 | 100100 |
Color Harmonies of #325B85
Complementary color
Monochromatic Colors of #325B85
Black with #325B85
Text Example
Text Example
White with #325B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325B85; }
p { color: rgb(50,91,133); }
H1.HeaderClassName
{
color: #325B85;
}
.AnyTagClassName
{
color: #325B85;
}
</style>
background-color css
<style>
a { background-color: #325B85; }
a { background-color: rgb(50,91,133); }
div.DivClassName
{
background-color: #325B85;
}
.BgClassName
{
background-color: #325B85;
}
</style>
border-color css
<style>
span { border-color: #325B85; }
span { border-color: rgb(50,91,133); }
td.TdClassName
{
border-color: #325B85;
}
.TagClassName
{
border-color: #325B85;
}
</style>