Shades of Matisse #375C76
Tints of Matisse #375C76
RGB
CMYK
RGB Variations
Color information
#375C76 (or 0x375C76) is known color: Matisse. HEX triplet: 37, 5C and 76. RGB value is (55,92,118). Sum of RGB (Red+Green+Blue) = 55+92+118=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #375C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C76 is #C8A389. Grayscale: #535353. Windows color (decimal): -13149066 or 7756855. OLE color: 7756855.
HSL color Cylindrical-coordinate representation of color #375C76: hue angle of 204.76º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #375C76 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 92 | 118 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.54 |
| HSL | 204.76º | 0.36% | 0.34% | - |
| HSV(B) | 204.76º | 0.53% | 0.46% | - |
| XYZ | 8.67 | 9.77 | 18.57 | - |
| YUV | 83.9 | 147.24 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 118 | 0.53 | 0.22 | 0 | 0.54 | 204.76 | 0.36 | 0.34 |
| Hex | 37 | 5C | 76 | 35 | 16 | 0 | 36 | CD | 24 | 22 |
| Octal | 67 | 134 | 166 | 65 | 26 | 0 | 66 | 315 | 44 | 42 |
| Binary | 110111 | 1011100 | 1110110 | 110101 | 10110 | 0 | 110110 | 11001101 | 100100 | 100010 |
Color Harmonies of #375C76
Complementary color
Monochromatic Colors of #375C76
Black with #375C76
Text Example
Text Example
White with #375C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375C76; }
p { color: rgb(55,92,118); }
H1.HeaderClassName
{
color: #375C76;
}
.AnyTagClassName
{
color: #375C76;
}
</style>
background-color css
<style>
a { background-color: #375C76; }
a { background-color: rgb(55,92,118); }
div.DivClassName
{
background-color: #375C76;
}
.BgClassName
{
background-color: #375C76;
}
</style>
border-color css
<style>
span { border-color: #375C76; }
span { border-color: rgb(55,92,118); }
td.TdClassName
{
border-color: #375C76;
}
.TagClassName
{
border-color: #375C76;
}
</style>