Shades of St Tropaz #355585
Tints of St Tropaz #355585
RGB
CMYK
RGB Variations
Color information
#355585 (or 0x355585) is known color: St Tropaz. HEX triplet: 35, 55 and 85. RGB value is (53,85,133). Sum of RGB (Red+Green+Blue) = 53+85+133=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #355585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355585 is #CAAA7A. Grayscale: #505050. Windows color (decimal): -13281915 or 8738101. OLE color: 8738101.
HSL color Cylindrical-coordinate representation of color #355585: hue angle of 216º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #355585 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 85 | 133 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.48 |
| HSL | 216º | 0.43% | 0.36% | - |
| HSV(B) | 216º | 0.6% | 0.52% | - |
| XYZ | 8.95 | 8.95 | 23.45 | - |
| YUV | 80.9 | 157.4 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 85 | 133 | 0.60 | 0.36 | 0 | 0.48 | 216 | 0.43 | 0.36 |
| Hex | 35 | 55 | 85 | 3C | 24 | 0 | 30 | D8 | 2B | 24 |
| Octal | 65 | 125 | 205 | 74 | 44 | 0 | 60 | 330 | 53 | 44 |
| Binary | 110101 | 1010101 | 10000101 | 111100 | 100100 | 0 | 110000 | 11011000 | 101011 | 100100 |
Color Harmonies of #355585
Complementary color
Monochromatic Colors of #355585
Black with #355585
Text Example
Text Example
White with #355585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355585; }
p { color: rgb(53,85,133); }
H1.HeaderClassName
{
color: #355585;
}
.AnyTagClassName
{
color: #355585;
}
</style>
background-color css
<style>
a { background-color: #355585; }
a { background-color: rgb(53,85,133); }
div.DivClassName
{
background-color: #355585;
}
.BgClassName
{
background-color: #355585;
}
</style>
border-color css
<style>
span { border-color: #355585; }
span { border-color: rgb(53,85,133); }
td.TdClassName
{
border-color: #355585;
}
.TagClassName
{
border-color: #355585;
}
</style>