Shades of St Tropaz #375888
Tints of St Tropaz #375888
RGB
CMYK
RGB Variations
Color information
#375888 (or 0x375888) is known color: St Tropaz. HEX triplet: 37, 58 and 88. RGB value is (55,88,136). Sum of RGB (Red+Green+Blue) = 55+88+136=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #375888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375888 is #C8A777. Grayscale: #535353. Windows color (decimal): -13150072 or 8935479. OLE color: 8935479.
HSL color Cylindrical-coordinate representation of color #375888: hue angle of 215.56º 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 #375888 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 88 | 136 | - |
| CMYK | 0.60 | 0.35 | 0 | 0.47 |
| HSL | 215.56º | 0.42% | 0.37% | - |
| HSV(B) | 215.56º | 0.6% | 0.53% | - |
| XYZ | 9.51 | 9.57 | 24.64 | - |
| YUV | 83.61 | 157.57 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 88 | 136 | 0.60 | 0.35 | 0 | 0.47 | 215.56 | 0.42 | 0.37 |
| Hex | 37 | 58 | 88 | 3C | 23 | 0 | 2F | D8 | 2A | 25 |
| Octal | 67 | 130 | 210 | 74 | 43 | 0 | 57 | 330 | 52 | 45 |
| Binary | 110111 | 1011000 | 10001000 | 111100 | 100011 | 0 | 101111 | 11011000 | 101010 | 100101 |
Color Harmonies of #375888
Complementary color
Monochromatic Colors of #375888
Black with #375888
Text Example
Text Example
White with #375888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375888; }
p { color: rgb(55,88,136); }
H1.HeaderClassName
{
color: #375888;
}
.AnyTagClassName
{
color: #375888;
}
</style>
background-color css
<style>
a { background-color: #375888; }
a { background-color: rgb(55,88,136); }
div.DivClassName
{
background-color: #375888;
}
.BgClassName
{
background-color: #375888;
}
</style>
border-color css
<style>
span { border-color: #375888; }
span { border-color: rgb(55,88,136); }
td.TdClassName
{
border-color: #375888;
}
.TagClassName
{
border-color: #375888;
}
</style>