Shades of St Tropaz #355C8B
Tints of St Tropaz #355C8B
RGB
CMYK
RGB Variations
Color information
#355C8B (or 0x355C8B) is known color: St Tropaz. HEX triplet: 35, 5C and 8B. RGB value is (53,92,139). Sum of RGB (Red+Green+Blue) = 53+92+139=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #355C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355C8B is #CAA374. Grayscale: #555555. Windows color (decimal): -13280117 or 9133109. OLE color: 9133109.
HSL color Cylindrical-coordinate representation of color #355C8B: hue angle of 212.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 #355C8B is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 92 | 139 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.45 |
| HSL | 212.79º | 0.45% | 0.38% | - |
| HSV(B) | 212.79º | 0.62% | 0.55% | - |
| XYZ | 9.96 | 10.28 | 25.88 | - |
| YUV | 85.7 | 158.08 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 139 | 0.62 | 0.34 | 0 | 0.45 | 212.79 | 0.45 | 0.38 |
| Hex | 35 | 5C | 8B | 3E | 22 | 0 | 2D | D5 | 2D | 26 |
| Octal | 65 | 134 | 213 | 76 | 42 | 0 | 55 | 325 | 55 | 46 |
| Binary | 110101 | 1011100 | 10001011 | 111110 | 100010 | 0 | 101101 | 11010101 | 101101 | 100110 |
Color Harmonies of #355C8B
Complementary color
Monochromatic Colors of #355C8B
Black with #355C8B
Text Example
Text Example
White with #355C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355C8B; }
p { color: rgb(53,92,139); }
H1.HeaderClassName
{
color: #355C8B;
}
.AnyTagClassName
{
color: #355C8B;
}
</style>
background-color css
<style>
a { background-color: #355C8B; }
a { background-color: rgb(53,92,139); }
div.DivClassName
{
background-color: #355C8B;
}
.BgClassName
{
background-color: #355C8B;
}
</style>
border-color css
<style>
span { border-color: #355C8B; }
span { border-color: rgb(53,92,139); }
td.TdClassName
{
border-color: #355C8B;
}
.TagClassName
{
border-color: #355C8B;
}
</style>