Shades of Matisse #315C83
Tints of Matisse #315C83
RGB
CMYK
RGB Variations
Color information
#315C83 (or 0x315C83) is known color: Matisse. HEX triplet: 31, 5C and 83. RGB value is (49,92,131). Sum of RGB (Red+Green+Blue) = 49+92+131=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 131 - color contains mainly: blue. Hex color #315C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315C83 is #CEA37C. Grayscale: #535353. Windows color (decimal): -13542269 or 8608817. OLE color: 8608817.
HSL color Cylindrical-coordinate representation of color #315C83: hue angle of 208.54º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #315C83 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 92 | 131 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.49 |
| HSL | 208.54º | 0.46% | 0.35% | - |
| HSV(B) | 208.54º | 0.63% | 0.51% | - |
| XYZ | 9.19 | 9.95 | 22.91 | - |
| YUV | 83.59 | 154.75 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 131 | 0.63 | 0.30 | 0 | 0.49 | 208.54 | 0.46 | 0.35 |
| Hex | 31 | 5C | 83 | 3F | 1E | 0 | 31 | D1 | 2E | 23 |
| Octal | 61 | 134 | 203 | 77 | 36 | 0 | 61 | 321 | 56 | 43 |
| Binary | 110001 | 1011100 | 10000011 | 111111 | 11110 | 0 | 110001 | 11010001 | 101110 | 100011 |
Color Harmonies of #315C83
Complementary color
Monochromatic Colors of #315C83
Black with #315C83
Text Example
Text Example
White with #315C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C83; }
p { color: rgb(49,92,131); }
H1.HeaderClassName
{
color: #315C83;
}
.AnyTagClassName
{
color: #315C83;
}
</style>
background-color css
<style>
a { background-color: #315C83; }
a { background-color: rgb(49,92,131); }
div.DivClassName
{
background-color: #315C83;
}
.BgClassName
{
background-color: #315C83;
}
</style>
border-color css
<style>
span { border-color: #315C83; }
span { border-color: rgb(49,92,131); }
td.TdClassName
{
border-color: #315C83;
}
.TagClassName
{
border-color: #315C83;
}
</style>