Shades of St Tropaz #355C89
Tints of St Tropaz #355C89
RGB
CMYK
RGB Variations
Color information
#355C89 (or 0x355C89) is known color: St Tropaz. HEX triplet: 35, 5C and 89. RGB value is (53,92,137). Sum of RGB (Red+Green+Blue) = 53+92+137=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #355C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355C89 is #CAA376. Grayscale: #555555. Windows color (decimal): -13280119 or 9002037. OLE color: 9002037.
HSL color Cylindrical-coordinate representation of color #355C89: hue angle of 212.14º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #355C89 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 92 | 137 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.46 |
| HSL | 212.14º | 0.44% | 0.37% | - |
| HSV(B) | 212.14º | 0.61% | 0.54% | - |
| XYZ | 9.81 | 10.22 | 25.12 | - |
| YUV | 85.47 | 157.08 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 137 | 0.61 | 0.33 | 0 | 0.46 | 212.14 | 0.44 | 0.37 |
| Hex | 35 | 5C | 89 | 3D | 21 | 0 | 2E | D4 | 2C | 25 |
| Octal | 65 | 134 | 211 | 75 | 41 | 0 | 56 | 324 | 54 | 45 |
| Binary | 110101 | 1011100 | 10001001 | 111101 | 100001 | 0 | 101110 | 11010100 | 101100 | 100101 |
Color Harmonies of #355C89
Complementary color
Monochromatic Colors of #355C89
Black with #355C89
Text Example
Text Example
White with #355C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355C89; }
p { color: rgb(53,92,137); }
H1.HeaderClassName
{
color: #355C89;
}
.AnyTagClassName
{
color: #355C89;
}
</style>
background-color css
<style>
a { background-color: #355C89; }
a { background-color: rgb(53,92,137); }
div.DivClassName
{
background-color: #355C89;
}
.BgClassName
{
background-color: #355C89;
}
</style>
border-color css
<style>
span { border-color: #355C89; }
span { border-color: rgb(53,92,137); }
td.TdClassName
{
border-color: #355C89;
}
.TagClassName
{
border-color: #355C89;
}
</style>