Shades of Matisse #315F7C
Tints of Matisse #315F7C
RGB
CMYK
RGB Variations
Color information
#315F7C (or 0x315F7C) is known color: Matisse. HEX triplet: 31, 5F and 7C. RGB value is (49,95,124). Sum of RGB (Red+Green+Blue) = 49+95+124=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #315F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315F7C is #CEA083. Grayscale: #545454. Windows color (decimal): -13541508 or 8150833. OLE color: 8150833.
HSL color Cylindrical-coordinate representation of color #315F7C: hue angle of 203.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #315F7C is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 95 | 124 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.51 |
| HSL | 203.2º | 0.43% | 0.34% | - |
| HSV(B) | 203.2º | 0.6% | 0.49% | - |
| XYZ | 9 | 10.29 | 20.58 | - |
| YUV | 84.55 | 150.26 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 95 | 124 | 0.60 | 0.23 | 0 | 0.51 | 203.2 | 0.43 | 0.34 |
| Hex | 31 | 5F | 7C | 3C | 17 | 0 | 33 | CB | 2B | 22 |
| Octal | 61 | 137 | 174 | 74 | 27 | 0 | 63 | 313 | 53 | 42 |
| Binary | 110001 | 1011111 | 1111100 | 111100 | 10111 | 0 | 110011 | 11001011 | 101011 | 100010 |
Color Harmonies of #315F7C
Complementary color
Monochromatic Colors of #315F7C
Black with #315F7C
Text Example
Text Example
White with #315F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315F7C; }
p { color: rgb(49,95,124); }
H1.HeaderClassName
{
color: #315F7C;
}
.AnyTagClassName
{
color: #315F7C;
}
</style>
background-color css
<style>
a { background-color: #315F7C; }
a { background-color: rgb(49,95,124); }
div.DivClassName
{
background-color: #315F7C;
}
.BgClassName
{
background-color: #315F7C;
}
</style>
border-color css
<style>
span { border-color: #315F7C; }
span { border-color: rgb(49,95,124); }
td.TdClassName
{
border-color: #315F7C;
}
.TagClassName
{
border-color: #315F7C;
}
</style>