Shades of Matisse #375E7F
Tints of Matisse #375E7F
RGB
CMYK
RGB Variations
Color information
#375E7F (or 0x375E7F) is known color: Matisse. HEX triplet: 37, 5E and 7F. RGB value is (55,94,127). Sum of RGB (Red+Green+Blue) = 55+94+127=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 127 - color contains mainly: blue. Hex color #375E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375E7F is #C8A180. Grayscale: #555555. Windows color (decimal): -13148545 or 8347191. OLE color: 8347191.
HSL color Cylindrical-coordinate representation of color #375E7F: hue angle of 207.5º 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 #375E7F is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 94 | 127 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.50 |
| HSL | 207.5º | 0.4% | 0.36% | - |
| HSV(B) | 207.5º | 0.57% | 0.5% | - |
| XYZ | 9.41 | 10.35 | 21.58 | - |
| YUV | 86.1 | 151.08 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 94 | 127 | 0.57 | 0.26 | 0 | 0.50 | 207.5 | 0.4 | 0.36 |
| Hex | 37 | 5E | 7F | 39 | 1A | 0 | 32 | D0 | 28 | 24 |
| Octal | 67 | 136 | 177 | 71 | 32 | 0 | 62 | 320 | 50 | 44 |
| Binary | 110111 | 1011110 | 1111111 | 111001 | 11010 | 0 | 110010 | 11010000 | 101000 | 100100 |
Color Harmonies of #375E7F
Complementary color
Monochromatic Colors of #375E7F
Black with #375E7F
Text Example
Text Example
White with #375E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375E7F; }
p { color: rgb(55,94,127); }
H1.HeaderClassName
{
color: #375E7F;
}
.AnyTagClassName
{
color: #375E7F;
}
</style>
background-color css
<style>
a { background-color: #375E7F; }
a { background-color: rgb(55,94,127); }
div.DivClassName
{
background-color: #375E7F;
}
.BgClassName
{
background-color: #375E7F;
}
</style>
border-color css
<style>
span { border-color: #375E7F; }
span { border-color: rgb(55,94,127); }
td.TdClassName
{
border-color: #375E7F;
}
.TagClassName
{
border-color: #375E7F;
}
</style>