Shades of St Tropaz #375A8C
Tints of St Tropaz #375A8C
RGB
CMYK
RGB Variations
Color information
#375A8C (or 0x375A8C) is known color: St Tropaz. HEX triplet: 37, 5A and 8C. RGB value is (55,90,140). Sum of RGB (Red+Green+Blue) = 55+90+140=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #375A8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375A8C is #C8A573. Grayscale: #555555. Windows color (decimal): -13149556 or 9198135. OLE color: 9198135.
HSL color Cylindrical-coordinate representation of color #375A8C: hue angle of 215.29º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #375A8C is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 90 | 140 | - |
| CMYK | 0.61 | 0.36 | 0 | 0.45 |
| HSL | 215.29º | 0.44% | 0.38% | - |
| HSV(B) | 215.29º | 0.61% | 0.55% | - |
| XYZ | 9.97 | 10.02 | 26.22 | - |
| YUV | 85.24 | 158.9 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 90 | 140 | 0.61 | 0.36 | 0 | 0.45 | 215.29 | 0.44 | 0.38 |
| Hex | 37 | 5A | 8C | 3D | 24 | 0 | 2D | D7 | 2C | 26 |
| Octal | 67 | 132 | 214 | 75 | 44 | 0 | 55 | 327 | 54 | 46 |
| Binary | 110111 | 1011010 | 10001100 | 111101 | 100100 | 0 | 101101 | 11010111 | 101100 | 100110 |
Color Harmonies of #375A8C
Complementary color
Monochromatic Colors of #375A8C
Black with #375A8C
Text Example
Text Example
White with #375A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375A8C; }
p { color: rgb(55,90,140); }
H1.HeaderClassName
{
color: #375A8C;
}
.AnyTagClassName
{
color: #375A8C;
}
</style>
background-color css
<style>
a { background-color: #375A8C; }
a { background-color: rgb(55,90,140); }
div.DivClassName
{
background-color: #375A8C;
}
.BgClassName
{
background-color: #375A8C;
}
</style>
border-color css
<style>
span { border-color: #375A8C; }
span { border-color: rgb(55,90,140); }
td.TdClassName
{
border-color: #375A8C;
}
.TagClassName
{
border-color: #375A8C;
}
</style>