Shades of St Tropaz #32568D
Tints of St Tropaz #32568D
RGB
CMYK
RGB Variations
Color information
#32568D (or 0x32568D) is known color: St Tropaz. HEX triplet: 32, 56 and 8D. RGB value is (50,86,141). Sum of RGB (Red+Green+Blue) = 50+86+141=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #32568D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32568D is #CDA972. Grayscale: #515151. Windows color (decimal): -13478259 or 9262642. OLE color: 9262642.
HSL color Cylindrical-coordinate representation of color #32568D: hue angle of 216.26º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32568D is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 86 | 141 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.45 |
| HSL | 216.26º | 0.48% | 0.37% | - |
| HSV(B) | 216.26º | 0.65% | 0.55% | - |
| XYZ | 9.45 | 9.26 | 26.49 | - |
| YUV | 81.51 | 161.57 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 86 | 141 | 0.65 | 0.39 | 0 | 0.45 | 216.26 | 0.48 | 0.37 |
| Hex | 32 | 56 | 8D | 41 | 27 | 0 | 2D | D8 | 30 | 25 |
| Octal | 62 | 126 | 215 | 101 | 47 | 0 | 55 | 330 | 60 | 45 |
| Binary | 110010 | 1010110 | 10001101 | 1000001 | 100111 | 0 | 101101 | 11011000 | 110000 | 100101 |
Color Harmonies of #32568D
Complementary color
Monochromatic Colors of #32568D
Black with #32568D
Text Example
Text Example
White with #32568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32568D; }
p { color: rgb(50,86,141); }
H1.HeaderClassName
{
color: #32568D;
}
.AnyTagClassName
{
color: #32568D;
}
</style>
background-color css
<style>
a { background-color: #32568D; }
a { background-color: rgb(50,86,141); }
div.DivClassName
{
background-color: #32568D;
}
.BgClassName
{
background-color: #32568D;
}
</style>
border-color css
<style>
span { border-color: #32568D; }
span { border-color: rgb(50,86,141); }
td.TdClassName
{
border-color: #32568D;
}
.TagClassName
{
border-color: #32568D;
}
</style>