Shades of St Tropaz #355787
Tints of St Tropaz #355787
RGB
CMYK
RGB Variations
Color information
#355787 (or 0x355787) is known color: St Tropaz. HEX triplet: 35, 57 and 87. RGB value is (53,87,135). Sum of RGB (Red+Green+Blue) = 53+87+135=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #355787 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355787 is #CAA878. Grayscale: #525252. Windows color (decimal): -13281401 or 8869685. OLE color: 8869685.
HSL color Cylindrical-coordinate representation of color #355787: hue angle of 215.12º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #355787 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 87 | 135 | - |
| CMYK | 0.61 | 0.36 | 0 | 0.47 |
| HSL | 215.12º | 0.44% | 0.37% | - |
| HSV(B) | 215.12º | 0.61% | 0.53% | - |
| XYZ | 9.25 | 9.32 | 24.23 | - |
| YUV | 82.31 | 157.74 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 87 | 135 | 0.61 | 0.36 | 0 | 0.47 | 215.12 | 0.44 | 0.37 |
| Hex | 35 | 57 | 87 | 3D | 24 | 0 | 2F | D7 | 2C | 25 |
| Octal | 65 | 127 | 207 | 75 | 44 | 0 | 57 | 327 | 54 | 45 |
| Binary | 110101 | 1010111 | 10000111 | 111101 | 100100 | 0 | 101111 | 11010111 | 101100 | 100101 |
Color Harmonies of #355787
Complementary color
Monochromatic Colors of #355787
Black with #355787
Text Example
Text Example
White with #355787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355787; }
p { color: rgb(53,87,135); }
H1.HeaderClassName
{
color: #355787;
}
.AnyTagClassName
{
color: #355787;
}
</style>
background-color css
<style>
a { background-color: #355787; }
a { background-color: rgb(53,87,135); }
div.DivClassName
{
background-color: #355787;
}
.BgClassName
{
background-color: #355787;
}
</style>
border-color css
<style>
span { border-color: #355787; }
span { border-color: rgb(53,87,135); }
td.TdClassName
{
border-color: #355787;
}
.TagClassName
{
border-color: #355787;
}
</style>