Shades of St Tropaz #375C87
Tints of St Tropaz #375C87
RGB
CMYK
RGB Variations
Color information
#375C87 (or 0x375C87) is known color: St Tropaz. HEX triplet: 37, 5C and 87. RGB value is (55,92,135). Sum of RGB (Red+Green+Blue) = 55+92+135=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #375C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375C87 is #C8A378. Grayscale: #555555. Windows color (decimal): -13149049 or 8870967. OLE color: 8870967.
HSL color Cylindrical-coordinate representation of color #375C87: hue angle of 212.25º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #375C87 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 92 | 135 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.47 |
| HSL | 212.25º | 0.42% | 0.37% | - |
| HSV(B) | 212.25º | 0.59% | 0.53% | - |
| XYZ | 9.78 | 10.22 | 24.38 | - |
| YUV | 85.84 | 155.74 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 135 | 0.59 | 0.32 | 0 | 0.47 | 212.25 | 0.42 | 0.37 |
| Hex | 37 | 5C | 87 | 3B | 20 | 0 | 2F | D4 | 2A | 25 |
| Octal | 67 | 134 | 207 | 73 | 40 | 0 | 57 | 324 | 52 | 45 |
| Binary | 110111 | 1011100 | 10000111 | 111011 | 100000 | 0 | 101111 | 11010100 | 101010 | 100101 |
Color Harmonies of #375C87
Complementary color
Monochromatic Colors of #375C87
Black with #375C87
Text Example
Text Example
White with #375C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375C87; }
p { color: rgb(55,92,135); }
H1.HeaderClassName
{
color: #375C87;
}
.AnyTagClassName
{
color: #375C87;
}
</style>
background-color css
<style>
a { background-color: #375C87; }
a { background-color: rgb(55,92,135); }
div.DivClassName
{
background-color: #375C87;
}
.BgClassName
{
background-color: #375C87;
}
</style>
border-color css
<style>
span { border-color: #375C87; }
span { border-color: rgb(55,92,135); }
td.TdClassName
{
border-color: #375C87;
}
.TagClassName
{
border-color: #375C87;
}
</style>