Shades of St Tropaz #375B8E
Tints of St Tropaz #375B8E
RGB
CMYK
RGB Variations
Color information
#375B8E (or 0x375B8E) is known color: St Tropaz. HEX triplet: 37, 5B and 8E. RGB value is (55,91,142). Sum of RGB (Red+Green+Blue) = 55+91+142=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 142 (55.86% from 255 or 49.31% from 288); Max value from RGB is 142 - color contains mainly: blue. Hex color #375B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375B8E is #C8A471. Grayscale: #555555. Windows color (decimal): -13149298 or 9329463. OLE color: 9329463.
HSL color Cylindrical-coordinate representation of color #375B8E: hue angle of 215.17º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #375B8E is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 91 | 142 | - |
| CMYK | 0.61 | 0.36 | 0 | 0.44 |
| HSL | 215.17º | 0.44% | 0.39% | - |
| HSV(B) | 215.17º | 0.61% | 0.56% | - |
| XYZ | 10.2 | 10.25 | 27.03 | - |
| YUV | 86.05 | 159.57 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 142 | 0.61 | 0.36 | 0 | 0.44 | 215.17 | 0.44 | 0.39 |
| Hex | 37 | 5B | 8E | 3D | 24 | 0 | 2C | D7 | 2C | 27 |
| Octal | 67 | 133 | 216 | 75 | 44 | 0 | 54 | 327 | 54 | 47 |
| Binary | 110111 | 1011011 | 10001110 | 111101 | 100100 | 0 | 101100 | 11010111 | 101100 | 100111 |
Color Harmonies of #375B8E
Complementary color
Monochromatic Colors of #375B8E
Black with #375B8E
Text Example
Text Example
White with #375B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375B8E; }
p { color: rgb(55,91,142); }
H1.HeaderClassName
{
color: #375B8E;
}
.AnyTagClassName
{
color: #375B8E;
}
</style>
background-color css
<style>
a { background-color: #375B8E; }
a { background-color: rgb(55,91,142); }
div.DivClassName
{
background-color: #375B8E;
}
.BgClassName
{
background-color: #375B8E;
}
</style>
border-color css
<style>
span { border-color: #375B8E; }
span { border-color: rgb(55,91,142); }
td.TdClassName
{
border-color: #375B8E;
}
.TagClassName
{
border-color: #375B8E;
}
</style>