Shades of St Tropaz #355B8C
Tints of St Tropaz #355B8C
RGB
CMYK
RGB Variations
Color information
#355B8C (or 0x355B8C) is known color: St Tropaz. HEX triplet: 35, 5B and 8C. RGB value is (53,91,140). Sum of RGB (Red+Green+Blue) = 53+91+140=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #355B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355B8C is #CAA473. Grayscale: #545454. Windows color (decimal): -13280372 or 9198389. OLE color: 9198389.
HSL color Cylindrical-coordinate representation of color #355B8C: hue angle of 213.79º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #355B8C is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 91 | 140 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.45 |
| HSL | 213.79º | 0.45% | 0.38% | - |
| HSV(B) | 213.79º | 0.62% | 0.55% | - |
| XYZ | 9.94 | 10.13 | 26.24 | - |
| YUV | 85.22 | 158.91 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 140 | 0.62 | 0.35 | 0 | 0.45 | 213.79 | 0.45 | 0.38 |
| Hex | 35 | 5B | 8C | 3E | 23 | 0 | 2D | D6 | 2D | 26 |
| Octal | 65 | 133 | 214 | 76 | 43 | 0 | 55 | 326 | 55 | 46 |
| Binary | 110101 | 1011011 | 10001100 | 111110 | 100011 | 0 | 101101 | 11010110 | 101101 | 100110 |
Color Harmonies of #355B8C
Complementary color
Monochromatic Colors of #355B8C
Black with #355B8C
Text Example
Text Example
White with #355B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355B8C; }
p { color: rgb(53,91,140); }
H1.HeaderClassName
{
color: #355B8C;
}
.AnyTagClassName
{
color: #355B8C;
}
</style>
background-color css
<style>
a { background-color: #355B8C; }
a { background-color: rgb(53,91,140); }
div.DivClassName
{
background-color: #355B8C;
}
.BgClassName
{
background-color: #355B8C;
}
</style>
border-color css
<style>
span { border-color: #355B8C; }
span { border-color: rgb(53,91,140); }
td.TdClassName
{
border-color: #355B8C;
}
.TagClassName
{
border-color: #355B8C;
}
</style>