Shades of St Tropaz #325880
Tints of St Tropaz #325880
RGB
CMYK
RGB Variations
Color information
#325880 (or 0x325880) is known color: St Tropaz. HEX triplet: 32, 58 and 80. RGB value is (50,88,128). Sum of RGB (Red+Green+Blue) = 50+88+128=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #325880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325880 is #CDA77F. Grayscale: #505050. Windows color (decimal): -13477760 or 8411186. OLE color: 8411186.
HSL color Cylindrical-coordinate representation of color #325880: hue angle of 210.77º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #325880 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 88 | 128 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.50 |
| HSL | 210.77º | 0.44% | 0.35% | - |
| HSV(B) | 210.77º | 0.61% | 0.5% | - |
| XYZ | 8.7 | 9.22 | 21.74 | - |
| YUV | 81.2 | 154.41 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 88 | 128 | 0.61 | 0.31 | 0 | 0.50 | 210.77 | 0.44 | 0.35 |
| Hex | 32 | 58 | 80 | 3D | 1F | 0 | 32 | D3 | 2C | 23 |
| Octal | 62 | 130 | 200 | 75 | 37 | 0 | 62 | 323 | 54 | 43 |
| Binary | 110010 | 1011000 | 10000000 | 111101 | 11111 | 0 | 110010 | 11010011 | 101100 | 100011 |
Color Harmonies of #325880
Complementary color
Monochromatic Colors of #325880
Black with #325880
Text Example
Text Example
White with #325880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325880; }
p { color: rgb(50,88,128); }
H1.HeaderClassName
{
color: #325880;
}
.AnyTagClassName
{
color: #325880;
}
</style>
background-color css
<style>
a { background-color: #325880; }
a { background-color: rgb(50,88,128); }
div.DivClassName
{
background-color: #325880;
}
.BgClassName
{
background-color: #325880;
}
</style>
border-color css
<style>
span { border-color: #325880; }
span { border-color: rgb(50,88,128); }
td.TdClassName
{
border-color: #325880;
}
.TagClassName
{
border-color: #325880;
}
</style>