Shades of Matisse #375A76
Tints of Matisse #375A76
RGB
CMYK
RGB Variations
Color information
#375A76 (or 0x375A76) is known color: Matisse. HEX triplet: 37, 5A and 76. RGB value is (55,90,118). Sum of RGB (Red+Green+Blue) = 55+90+118=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #375A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375A76 is #C8A589. Grayscale: #525252. Windows color (decimal): -13149578 or 7756343. OLE color: 7756343.
HSL color Cylindrical-coordinate representation of color #375A76: hue angle of 206.67º 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 #375A76 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 90 | 118 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.54 |
| HSL | 206.67º | 0.36% | 0.34% | - |
| HSV(B) | 206.67º | 0.53% | 0.46% | - |
| XYZ | 8.5 | 9.43 | 18.51 | - |
| YUV | 82.73 | 147.9 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 90 | 118 | 0.53 | 0.24 | 0 | 0.54 | 206.67 | 0.36 | 0.34 |
| Hex | 37 | 5A | 76 | 35 | 18 | 0 | 36 | CF | 24 | 22 |
| Octal | 67 | 132 | 166 | 65 | 30 | 0 | 66 | 317 | 44 | 42 |
| Binary | 110111 | 1011010 | 1110110 | 110101 | 11000 | 0 | 110110 | 11001111 | 100100 | 100010 |
Color Harmonies of #375A76
Complementary color
Monochromatic Colors of #375A76
Black with #375A76
Text Example
Text Example
White with #375A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375A76; }
p { color: rgb(55,90,118); }
H1.HeaderClassName
{
color: #375A76;
}
.AnyTagClassName
{
color: #375A76;
}
</style>
background-color css
<style>
a { background-color: #375A76; }
a { background-color: rgb(55,90,118); }
div.DivClassName
{
background-color: #375A76;
}
.BgClassName
{
background-color: #375A76;
}
</style>
border-color css
<style>
span { border-color: #375A76; }
span { border-color: rgb(55,90,118); }
td.TdClassName
{
border-color: #375A76;
}
.TagClassName
{
border-color: #375A76;
}
</style>