Shades of St Tropaz #33588C
Tints of St Tropaz #33588C
RGB
CMYK
RGB Variations
Color information
#33588C (or 0x33588C) is known color: St Tropaz. HEX triplet: 33, 58 and 8C. RGB value is (51,88,140). Sum of RGB (Red+Green+Blue) = 51+88+140=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #33588C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33588C is #CCA773. Grayscale: #525252. Windows color (decimal): -13412212 or 9197619. OLE color: 9197619.
HSL color Cylindrical-coordinate representation of color #33588C: hue angle of 215.06º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33588C is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 88 | 140 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.45 |
| HSL | 215.06º | 0.47% | 0.37% | - |
| HSV(B) | 215.06º | 0.64% | 0.55% | - |
| XYZ | 9.59 | 9.58 | 26.15 | - |
| YUV | 82.87 | 160.24 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 88 | 140 | 0.64 | 0.37 | 0 | 0.45 | 215.06 | 0.47 | 0.37 |
| Hex | 33 | 58 | 8C | 40 | 25 | 0 | 2D | D7 | 2F | 25 |
| Octal | 63 | 130 | 214 | 100 | 45 | 0 | 55 | 327 | 57 | 45 |
| Binary | 110011 | 1011000 | 10001100 | 1000000 | 100101 | 0 | 101101 | 11010111 | 101111 | 100101 |
Color Harmonies of #33588C
Complementary color
Monochromatic Colors of #33588C
Black with #33588C
Text Example
Text Example
White with #33588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33588C; }
p { color: rgb(51,88,140); }
H1.HeaderClassName
{
color: #33588C;
}
.AnyTagClassName
{
color: #33588C;
}
</style>
background-color css
<style>
a { background-color: #33588C; }
a { background-color: rgb(51,88,140); }
div.DivClassName
{
background-color: #33588C;
}
.BgClassName
{
background-color: #33588C;
}
</style>
border-color css
<style>
span { border-color: #33588C; }
span { border-color: rgb(51,88,140); }
td.TdClassName
{
border-color: #33588C;
}
.TagClassName
{
border-color: #33588C;
}
</style>