Shades of Matisse #316283
Tints of Matisse #316283
RGB
CMYK
RGB Variations
Color information
#316283 (or 0x316283) is known color: Matisse. HEX triplet: 31, 62 and 83. RGB value is (49,98,131). Sum of RGB (Red+Green+Blue) = 49+98+131=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #316283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316283 is #CE9D7C. Grayscale: #565656. Windows color (decimal): -13540733 or 8610353. OLE color: 8610353.
HSL color Cylindrical-coordinate representation of color #316283: hue angle of 204.15º 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 #316283 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 98 | 131 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.49 |
| HSL | 204.15º | 0.46% | 0.35% | - |
| HSV(B) | 204.15º | 0.63% | 0.51% | - |
| XYZ | 9.73 | 11.03 | 23.09 | - |
| YUV | 87.11 | 152.77 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 98 | 131 | 0.63 | 0.25 | 0 | 0.49 | 204.15 | 0.46 | 0.35 |
| Hex | 31 | 62 | 83 | 3F | 19 | 0 | 31 | CC | 2E | 23 |
| Octal | 61 | 142 | 203 | 77 | 31 | 0 | 61 | 314 | 56 | 43 |
| Binary | 110001 | 1100010 | 10000011 | 111111 | 11001 | 0 | 110001 | 11001100 | 101110 | 100011 |
Color Harmonies of #316283
Complementary color
Monochromatic Colors of #316283
Black with #316283
Text Example
Text Example
White with #316283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316283; }
p { color: rgb(49,98,131); }
H1.HeaderClassName
{
color: #316283;
}
.AnyTagClassName
{
color: #316283;
}
</style>
background-color css
<style>
a { background-color: #316283; }
a { background-color: rgb(49,98,131); }
div.DivClassName
{
background-color: #316283;
}
.BgClassName
{
background-color: #316283;
}
</style>
border-color css
<style>
span { border-color: #316283; }
span { border-color: rgb(49,98,131); }
td.TdClassName
{
border-color: #316283;
}
.TagClassName
{
border-color: #316283;
}
</style>