Shades of St Tropaz #375B86
Tints of St Tropaz #375B86
RGB
CMYK
RGB Variations
Color information
#375B86 (or 0x375B86) is known color: St Tropaz. HEX triplet: 37, 5B and 86. RGB value is (55,91,134). Sum of RGB (Red+Green+Blue) = 55+91+134=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 134 (52.73% from 255 or 47.86% from 280); Max value from RGB is 134 - color contains mainly: blue. Hex color #375B86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375B86 is #C8A479. Grayscale: #545454. Windows color (decimal): -13149306 or 8805175. OLE color: 8805175.
HSL color Cylindrical-coordinate representation of color #375B86: hue angle of 212.66º 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 #375B86 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 91 | 134 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.47 |
| HSL | 212.66º | 0.42% | 0.37% | - |
| HSV(B) | 212.66º | 0.59% | 0.53% | - |
| XYZ | 9.62 | 10.02 | 23.98 | - |
| YUV | 85.14 | 155.57 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 134 | 0.59 | 0.32 | 0 | 0.47 | 212.66 | 0.42 | 0.37 |
| Hex | 37 | 5B | 86 | 3B | 20 | 0 | 2F | D5 | 2A | 25 |
| Octal | 67 | 133 | 206 | 73 | 40 | 0 | 57 | 325 | 52 | 45 |
| Binary | 110111 | 1011011 | 10000110 | 111011 | 100000 | 0 | 101111 | 11010101 | 101010 | 100101 |
Color Harmonies of #375B86
Complementary color
Monochromatic Colors of #375B86
Black with #375B86
Text Example
Text Example
White with #375B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375B86; }
p { color: rgb(55,91,134); }
H1.HeaderClassName
{
color: #375B86;
}
.AnyTagClassName
{
color: #375B86;
}
</style>
background-color css
<style>
a { background-color: #375B86; }
a { background-color: rgb(55,91,134); }
div.DivClassName
{
background-color: #375B86;
}
.BgClassName
{
background-color: #375B86;
}
</style>
border-color css
<style>
span { border-color: #375B86; }
span { border-color: rgb(55,91,134); }
td.TdClassName
{
border-color: #375B86;
}
.TagClassName
{
border-color: #375B86;
}
</style>