Shades of Matisse #375A80
Tints of Matisse #375A80
RGB
CMYK
RGB Variations
Color information
#375A80 (or 0x375A80) is known color: Matisse. HEX triplet: 37, 5A and 80. RGB value is (55,90,128). Sum of RGB (Red+Green+Blue) = 55+90+128=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 128 - color contains mainly: blue. Hex color #375A80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375A80 is #C8A57F. Grayscale: #535353. Windows color (decimal): -13149568 or 8411703. OLE color: 8411703.
HSL color Cylindrical-coordinate representation of color #375A80: hue angle of 211.23º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #375A80 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 90 | 128 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.50 |
| HSL | 211.23º | 0.4% | 0.36% | - |
| HSV(B) | 211.23º | 0.57% | 0.5% | - |
| XYZ | 9.13 | 9.68 | 21.81 | - |
| YUV | 83.87 | 152.9 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 90 | 128 | 0.57 | 0.30 | 0 | 0.50 | 211.23 | 0.4 | 0.36 |
| Hex | 37 | 5A | 80 | 39 | 1E | 0 | 32 | D3 | 28 | 24 |
| Octal | 67 | 132 | 200 | 71 | 36 | 0 | 62 | 323 | 50 | 44 |
| Binary | 110111 | 1011010 | 10000000 | 111001 | 11110 | 0 | 110010 | 11010011 | 101000 | 100100 |
Color Harmonies of #375A80
Complementary color
Monochromatic Colors of #375A80
Black with #375A80
Text Example
Text Example
White with #375A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375A80; }
p { color: rgb(55,90,128); }
H1.HeaderClassName
{
color: #375A80;
}
.AnyTagClassName
{
color: #375A80;
}
</style>
background-color css
<style>
a { background-color: #375A80; }
a { background-color: rgb(55,90,128); }
div.DivClassName
{
background-color: #375A80;
}
.BgClassName
{
background-color: #375A80;
}
</style>
border-color css
<style>
span { border-color: #375A80; }
span { border-color: rgb(55,90,128); }
td.TdClassName
{
border-color: #375A80;
}
.TagClassName
{
border-color: #375A80;
}
</style>