Shades of Matisse #31577D
Tints of Matisse #31577D
RGB
CMYK
RGB Variations
Color information
#31577D (or 0x31577D) is known color: Matisse. HEX triplet: 31, 57 and 7D. RGB value is (49,87,125). Sum of RGB (Red+Green+Blue) = 49+87+125=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #31577D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31577D is #CEA882. Grayscale: #4F4F4F. Windows color (decimal): -13543555 or 8214321. OLE color: 8214321.
HSL color Cylindrical-coordinate representation of color #31577D: hue angle of 210º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31577D is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 87 | 125 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.51 |
| HSL | 210º | 0.44% | 0.34% | - |
| HSV(B) | 210º | 0.61% | 0.49% | - |
| XYZ | 8.38 | 8.95 | 20.69 | - |
| YUV | 79.97 | 153.41 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 87 | 125 | 0.61 | 0.30 | 0 | 0.51 | 210 | 0.44 | 0.34 |
| Hex | 31 | 57 | 7D | 3D | 1E | 0 | 33 | D2 | 2C | 22 |
| Octal | 61 | 127 | 175 | 75 | 36 | 0 | 63 | 322 | 54 | 42 |
| Binary | 110001 | 1010111 | 1111101 | 111101 | 11110 | 0 | 110011 | 11010010 | 101100 | 100010 |
Color Harmonies of #31577D
Complementary color
Monochromatic Colors of #31577D
Black with #31577D
Text Example
Text Example
White with #31577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31577D; }
p { color: rgb(49,87,125); }
H1.HeaderClassName
{
color: #31577D;
}
.AnyTagClassName
{
color: #31577D;
}
</style>
background-color css
<style>
a { background-color: #31577D; }
a { background-color: rgb(49,87,125); }
div.DivClassName
{
background-color: #31577D;
}
.BgClassName
{
background-color: #31577D;
}
</style>
border-color css
<style>
span { border-color: #31577D; }
span { border-color: rgb(49,87,125); }
td.TdClassName
{
border-color: #31577D;
}
.TagClassName
{
border-color: #31577D;
}
</style>