Shades of St Tropaz #355B89
Tints of St Tropaz #355B89
RGB
CMYK
RGB Variations
Color information
#355B89 (or 0x355B89) is known color: St Tropaz. HEX triplet: 35, 5B and 89. RGB value is (53,91,137). Sum of RGB (Red+Green+Blue) = 53+91+137=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #355B89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355B89 is #CAA476. Grayscale: #545454. Windows color (decimal): -13280375 or 9001781. OLE color: 9001781.
HSL color Cylindrical-coordinate representation of color #355B89: hue angle of 212.86º 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 #355B89 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 91 | 137 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.46 |
| HSL | 212.86º | 0.44% | 0.37% | - |
| HSV(B) | 212.86º | 0.61% | 0.54% | - |
| XYZ | 9.72 | 10.05 | 25.09 | - |
| YUV | 84.88 | 157.41 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 137 | 0.61 | 0.34 | 0 | 0.46 | 212.86 | 0.44 | 0.37 |
| Hex | 35 | 5B | 89 | 3D | 22 | 0 | 2E | D5 | 2C | 25 |
| Octal | 65 | 133 | 211 | 75 | 42 | 0 | 56 | 325 | 54 | 45 |
| Binary | 110101 | 1011011 | 10001001 | 111101 | 100010 | 0 | 101110 | 11010101 | 101100 | 100101 |
Color Harmonies of #355B89
Complementary color
Monochromatic Colors of #355B89
Black with #355B89
Text Example
Text Example
White with #355B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355B89; }
p { color: rgb(53,91,137); }
H1.HeaderClassName
{
color: #355B89;
}
.AnyTagClassName
{
color: #355B89;
}
</style>
background-color css
<style>
a { background-color: #355B89; }
a { background-color: rgb(53,91,137); }
div.DivClassName
{
background-color: #355B89;
}
.BgClassName
{
background-color: #355B89;
}
</style>
border-color css
<style>
span { border-color: #355B89; }
span { border-color: rgb(53,91,137); }
td.TdClassName
{
border-color: #355B89;
}
.TagClassName
{
border-color: #355B89;
}
</style>