Shades of Matisse #315C84
Tints of Matisse #315C84
RGB
CMYK
RGB Variations
Color information
#315C84 (or 0x315C84) is known color: Matisse. HEX triplet: 31, 5C and 84. RGB value is (49,92,132). Sum of RGB (Red+Green+Blue) = 49+92+132=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #315C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315C84 is #CEA37B. Grayscale: #535353. Windows color (decimal): -13542268 or 8674353. OLE color: 8674353.
HSL color Cylindrical-coordinate representation of color #315C84: hue angle of 208.92º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #315C84 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 49 | 92 | 132 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.48 |
| HSL | 208.92º | 0.46% | 0.35% | - |
| HSV(B) | 208.92º | 0.63% | 0.52% | - |
| XYZ | 9.26 | 9.97 | 23.27 | - |
| YUV | 83.7 | 155.25 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 132 | 0.63 | 0.30 | 0 | 0.48 | 208.92 | 0.46 | 0.35 |
| Hex | 31 | 5C | 84 | 3F | 1E | 0 | 30 | D1 | 2E | 23 |
| Octal | 61 | 134 | 204 | 77 | 36 | 0 | 60 | 321 | 56 | 43 |
| Binary | 110001 | 1011100 | 10000100 | 111111 | 11110 | 0 | 110000 | 11010001 | 101110 | 100011 |
Color Harmonies of #315C84
Complementary color
Monochromatic Colors of #315C84
Black with #315C84
Text Example
Text Example
White with #315C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C84; }
p { color: rgb(49,92,132); }
H1.HeaderClassName
{
color: #315C84;
}
.AnyTagClassName
{
color: #315C84;
}
</style>
background-color css
<style>
a { background-color: #315C84; }
a { background-color: rgb(49,92,132); }
div.DivClassName
{
background-color: #315C84;
}
.BgClassName
{
background-color: #315C84;
}
</style>
border-color css
<style>
span { border-color: #315C84; }
span { border-color: rgb(49,92,132); }
td.TdClassName
{
border-color: #315C84;
}
.TagClassName
{
border-color: #315C84;
}
</style>