Shades of St Tropaz #32598A
Tints of St Tropaz #32598A
RGB
CMYK
RGB Variations
Color information
#32598A (or 0x32598A) is known color: St Tropaz. HEX triplet: 32, 59 and 8A. RGB value is (50,89,138). Sum of RGB (Red+Green+Blue) = 50+89+138=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #32598A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32598A is #CDA675. Grayscale: #525252. Windows color (decimal): -13477494 or 9066802. OLE color: 9066802.
HSL color Cylindrical-coordinate representation of color #32598A: hue angle of 213.41º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32598A is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 89 | 138 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.46 |
| HSL | 213.41º | 0.47% | 0.37% | - |
| HSV(B) | 213.41º | 0.64% | 0.54% | - |
| XYZ | 9.48 | 9.66 | 25.41 | - |
| YUV | 82.93 | 159.08 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 89 | 138 | 0.64 | 0.36 | 0 | 0.46 | 213.41 | 0.47 | 0.37 |
| Hex | 32 | 59 | 8A | 40 | 24 | 0 | 2E | D5 | 2F | 25 |
| Octal | 62 | 131 | 212 | 100 | 44 | 0 | 56 | 325 | 57 | 45 |
| Binary | 110010 | 1011001 | 10001010 | 1000000 | 100100 | 0 | 101110 | 11010101 | 101111 | 100101 |
Color Harmonies of #32598A
Complementary color
Monochromatic Colors of #32598A
Black with #32598A
Text Example
Text Example
White with #32598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32598A; }
p { color: rgb(50,89,138); }
H1.HeaderClassName
{
color: #32598A;
}
.AnyTagClassName
{
color: #32598A;
}
</style>
background-color css
<style>
a { background-color: #32598A; }
a { background-color: rgb(50,89,138); }
div.DivClassName
{
background-color: #32598A;
}
.BgClassName
{
background-color: #32598A;
}
</style>
border-color css
<style>
span { border-color: #32598A; }
span { border-color: rgb(50,89,138); }
td.TdClassName
{
border-color: #32598A;
}
.TagClassName
{
border-color: #32598A;
}
</style>