Shades of Matisse #315B81
Tints of Matisse #315B81
RGB
CMYK
RGB Variations
Color information
#315B81 (or 0x315B81) is known color: Matisse. HEX triplet: 31, 5B and 81. RGB value is (49,91,129). Sum of RGB (Red+Green+Blue) = 49+91+129=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 129 - color contains mainly: blue. Hex color #315B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315B81 is #CEA47E. Grayscale: #525252. Windows color (decimal): -13542527 or 8477489. OLE color: 8477489.
HSL color Cylindrical-coordinate representation of color #315B81: hue angle of 208.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #315B81 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 91 | 129 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.49 |
| HSL | 208.5º | 0.45% | 0.35% | - |
| HSV(B) | 208.5º | 0.62% | 0.51% | - |
| XYZ | 8.97 | 9.72 | 22.17 | - |
| YUV | 82.77 | 154.09 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 91 | 129 | 0.62 | 0.29 | 0 | 0.49 | 208.5 | 0.45 | 0.35 |
| Hex | 31 | 5B | 81 | 3E | 1D | 0 | 31 | D0 | 2D | 23 |
| Octal | 61 | 133 | 201 | 76 | 35 | 0 | 61 | 320 | 55 | 43 |
| Binary | 110001 | 1011011 | 10000001 | 111110 | 11101 | 0 | 110001 | 11010000 | 101101 | 100011 |
Color Harmonies of #315B81
Complementary color
Monochromatic Colors of #315B81
Black with #315B81
Text Example
Text Example
White with #315B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315B81; }
p { color: rgb(49,91,129); }
H1.HeaderClassName
{
color: #315B81;
}
.AnyTagClassName
{
color: #315B81;
}
</style>
background-color css
<style>
a { background-color: #315B81; }
a { background-color: rgb(49,91,129); }
div.DivClassName
{
background-color: #315B81;
}
.BgClassName
{
background-color: #315B81;
}
</style>
border-color css
<style>
span { border-color: #315B81; }
span { border-color: rgb(49,91,129); }
td.TdClassName
{
border-color: #315B81;
}
.TagClassName
{
border-color: #315B81;
}
</style>