Shades of St Tropaz #375B85
Tints of St Tropaz #375B85
RGB
CMYK
RGB Variations
Color information
#375B85 (or 0x375B85) is known color: St Tropaz. HEX triplet: 37, 5B and 85. RGB value is (55,91,133). Sum of RGB (Red+Green+Blue) = 55+91+133=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #375B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375B85 is #C8A47A. Grayscale: #545454. Windows color (decimal): -13149307 or 8739639. OLE color: 8739639.
HSL color Cylindrical-coordinate representation of color #375B85: hue angle of 212.31º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #375B85 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 91 | 133 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.48 |
| HSL | 212.31º | 0.41% | 0.37% | - |
| HSV(B) | 212.31º | 0.59% | 0.52% | - |
| XYZ | 9.55 | 9.99 | 23.61 | - |
| YUV | 85.02 | 155.07 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 133 | 0.59 | 0.32 | 0 | 0.48 | 212.31 | 0.41 | 0.37 |
| Hex | 37 | 5B | 85 | 3B | 20 | 0 | 30 | D4 | 29 | 25 |
| Octal | 67 | 133 | 205 | 73 | 40 | 0 | 60 | 324 | 51 | 45 |
| Binary | 110111 | 1011011 | 10000101 | 111011 | 100000 | 0 | 110000 | 11010100 | 101001 | 100101 |
Color Harmonies of #375B85
Complementary color
Monochromatic Colors of #375B85
Black with #375B85
Text Example
Text Example
White with #375B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375B85; }
p { color: rgb(55,91,133); }
H1.HeaderClassName
{
color: #375B85;
}
.AnyTagClassName
{
color: #375B85;
}
</style>
background-color css
<style>
a { background-color: #375B85; }
a { background-color: rgb(55,91,133); }
div.DivClassName
{
background-color: #375B85;
}
.BgClassName
{
background-color: #375B85;
}
</style>
border-color css
<style>
span { border-color: #375B85; }
span { border-color: rgb(55,91,133); }
td.TdClassName
{
border-color: #375B85;
}
.TagClassName
{
border-color: #375B85;
}
</style>