Shades of Matisse #315C85
Tints of Matisse #315C85
RGB
CMYK
RGB Variations
Color information
#315C85 (or 0x315C85) is known color: Matisse. HEX triplet: 31, 5C and 85. RGB value is (49,92,133). Sum of RGB (Red+Green+Blue) = 49+92+133=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #315C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315C85 is #CEA37A. Grayscale: #535353. Windows color (decimal): -13542267 or 8739889. OLE color: 8739889.
HSL color Cylindrical-coordinate representation of color #315C85: hue angle of 209.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #315C85 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 49 | 92 | 133 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.48 |
| HSL | 209.29º | 0.46% | 0.36% | - |
| HSV(B) | 209.29º | 0.63% | 0.52% | - |
| XYZ | 9.33 | 10 | 23.63 | - |
| YUV | 83.82 | 155.75 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 133 | 0.63 | 0.31 | 0 | 0.48 | 209.29 | 0.46 | 0.36 |
| Hex | 31 | 5C | 85 | 3F | 1F | 0 | 30 | D1 | 2E | 24 |
| Octal | 61 | 134 | 205 | 77 | 37 | 0 | 60 | 321 | 56 | 44 |
| Binary | 110001 | 1011100 | 10000101 | 111111 | 11111 | 0 | 110000 | 11010001 | 101110 | 100100 |
Color Harmonies of #315C85
Complementary color
Monochromatic Colors of #315C85
Black with #315C85
Text Example
Text Example
White with #315C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C85; }
p { color: rgb(49,92,133); }
H1.HeaderClassName
{
color: #315C85;
}
.AnyTagClassName
{
color: #315C85;
}
</style>
background-color css
<style>
a { background-color: #315C85; }
a { background-color: rgb(49,92,133); }
div.DivClassName
{
background-color: #315C85;
}
.BgClassName
{
background-color: #315C85;
}
</style>
border-color css
<style>
span { border-color: #315C85; }
span { border-color: rgb(49,92,133); }
td.TdClassName
{
border-color: #315C85;
}
.TagClassName
{
border-color: #315C85;
}
</style>