Shades of St Tropaz #375A88
Tints of St Tropaz #375A88
RGB
CMYK
RGB Variations
Color information
#375A88 (or 0x375A88) is known color: St Tropaz. HEX triplet: 37, 5A and 88. RGB value is (55,90,136). Sum of RGB (Red+Green+Blue) = 55+90+136=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 136 - color contains mainly: blue. Hex color #375A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375A88 is #C8A577. Grayscale: #545454. Windows color (decimal): -13149560 or 8935991. OLE color: 8935991.
HSL color Cylindrical-coordinate representation of color #375A88: hue angle of 214.07º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #375A88 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 90 | 136 | - |
| CMYK | 0.60 | 0.34 | 0 | 0.47 |
| HSL | 214.07º | 0.42% | 0.37% | - |
| HSV(B) | 214.07º | 0.6% | 0.53% | - |
| XYZ | 9.68 | 9.9 | 24.69 | - |
| YUV | 84.78 | 156.9 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 90 | 136 | 0.60 | 0.34 | 0 | 0.47 | 214.07 | 0.42 | 0.37 |
| Hex | 37 | 5A | 88 | 3C | 22 | 0 | 2F | D6 | 2A | 25 |
| Octal | 67 | 132 | 210 | 74 | 42 | 0 | 57 | 326 | 52 | 45 |
| Binary | 110111 | 1011010 | 10001000 | 111100 | 100010 | 0 | 101111 | 11010110 | 101010 | 100101 |
Color Harmonies of #375A88
Complementary color
Monochromatic Colors of #375A88
Black with #375A88
Text Example
Text Example
White with #375A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375A88; }
p { color: rgb(55,90,136); }
H1.HeaderClassName
{
color: #375A88;
}
.AnyTagClassName
{
color: #375A88;
}
</style>
background-color css
<style>
a { background-color: #375A88; }
a { background-color: rgb(55,90,136); }
div.DivClassName
{
background-color: #375A88;
}
.BgClassName
{
background-color: #375A88;
}
</style>
border-color css
<style>
span { border-color: #375A88; }
span { border-color: rgb(55,90,136); }
td.TdClassName
{
border-color: #375A88;
}
.TagClassName
{
border-color: #375A88;
}
</style>