Shades of Matisse #315C7D
Tints of Matisse #315C7D
RGB
CMYK
RGB Variations
Color information
#315C7D (or 0x315C7D) is known color: Matisse. HEX triplet: 31, 5C and 7D. RGB value is (49,92,125). Sum of RGB (Red+Green+Blue) = 49+92+125=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 125 - color contains mainly: blue. Hex color #315C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315C7D is #CEA382. Grayscale: #525252. Windows color (decimal): -13542275 or 8215601. OLE color: 8215601.
HSL color Cylindrical-coordinate representation of color #315C7D: hue angle of 206.05º 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 #315C7D is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 92 | 125 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.51 |
| HSL | 206.05º | 0.44% | 0.34% | - |
| HSV(B) | 206.05º | 0.61% | 0.49% | - |
| XYZ | 8.8 | 9.79 | 20.83 | - |
| YUV | 82.91 | 151.75 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 125 | 0.61 | 0.26 | 0 | 0.51 | 206.05 | 0.44 | 0.34 |
| Hex | 31 | 5C | 7D | 3D | 1A | 0 | 33 | CE | 2C | 22 |
| Octal | 61 | 134 | 175 | 75 | 32 | 0 | 63 | 316 | 54 | 42 |
| Binary | 110001 | 1011100 | 1111101 | 111101 | 11010 | 0 | 110011 | 11001110 | 101100 | 100010 |
Color Harmonies of #315C7D
Complementary color
Monochromatic Colors of #315C7D
Black with #315C7D
Text Example
Text Example
White with #315C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C7D; }
p { color: rgb(49,92,125); }
H1.HeaderClassName
{
color: #315C7D;
}
.AnyTagClassName
{
color: #315C7D;
}
</style>
background-color css
<style>
a { background-color: #315C7D; }
a { background-color: rgb(49,92,125); }
div.DivClassName
{
background-color: #315C7D;
}
.BgClassName
{
background-color: #315C7D;
}
</style>
border-color css
<style>
span { border-color: #315C7D; }
span { border-color: rgb(49,92,125); }
td.TdClassName
{
border-color: #315C7D;
}
.TagClassName
{
border-color: #315C7D;
}
</style>