Shades of St Tropaz #33537E
Tints of St Tropaz #33537E
RGB
CMYK
RGB Variations
Color information
#33537E (or 0x33537E) is known color: St Tropaz. HEX triplet: 33, 53 and 7E. RGB value is (51,83,126). Sum of RGB (Red+Green+Blue) = 51+83+126=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 126 (49.61% from 255 or 48.46% from 260); Max value from RGB is 126 - color contains mainly: blue. Hex color #33537E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33537E is #CCAC81. Grayscale: #4E4E4E. Windows color (decimal): -13413506 or 8278835. OLE color: 8278835.
HSL color Cylindrical-coordinate representation of color #33537E: hue angle of 214.4º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33537E is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 83 | 126 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.51 |
| HSL | 214.4º | 0.42% | 0.35% | - |
| HSV(B) | 214.4º | 0.6% | 0.49% | - |
| XYZ | 8.22 | 8.4 | 20.93 | - |
| YUV | 78.33 | 154.9 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 126 | 0.60 | 0.34 | 0 | 0.51 | 214.4 | 0.42 | 0.35 |
| Hex | 33 | 53 | 7E | 3C | 22 | 0 | 33 | D6 | 2A | 23 |
| Octal | 63 | 123 | 176 | 74 | 42 | 0 | 63 | 326 | 52 | 43 |
| Binary | 110011 | 1010011 | 1111110 | 111100 | 100010 | 0 | 110011 | 11010110 | 101010 | 100011 |
Color Harmonies of #33537E
Complementary color
Monochromatic Colors of #33537E
Black with #33537E
Text Example
Text Example
White with #33537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33537E; }
p { color: rgb(51,83,126); }
H1.HeaderClassName
{
color: #33537E;
}
.AnyTagClassName
{
color: #33537E;
}
</style>
background-color css
<style>
a { background-color: #33537E; }
a { background-color: rgb(51,83,126); }
div.DivClassName
{
background-color: #33537E;
}
.BgClassName
{
background-color: #33537E;
}
</style>
border-color css
<style>
span { border-color: #33537E; }
span { border-color: rgb(51,83,126); }
td.TdClassName
{
border-color: #33537E;
}
.TagClassName
{
border-color: #33537E;
}
</style>