Shades of Matisse #325F83
Tints of Matisse #325F83
RGB
CMYK
RGB Variations
Color information
#325F83 (or 0x325F83) is known color: Matisse. HEX triplet: 32, 5F and 83. RGB value is (50,95,131). Sum of RGB (Red+Green+Blue) = 50+95+131=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #325F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325F83 is #CDA07C. Grayscale: #555555. Windows color (decimal): -13475965 or 8609586. OLE color: 8609586.
HSL color Cylindrical-coordinate representation of color #325F83: hue angle of 206.67º 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 #325F83 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 95 | 131 | - |
| CMYK | 0.62 | 0.27 | 0 | 0.49 |
| HSL | 206.67º | 0.45% | 0.35% | - |
| HSV(B) | 206.67º | 0.62% | 0.51% | - |
| XYZ | 9.5 | 10.5 | 23 | - |
| YUV | 85.65 | 153.59 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 131 | 0.62 | 0.27 | 0 | 0.49 | 206.67 | 0.45 | 0.35 |
| Hex | 32 | 5F | 83 | 3E | 1B | 0 | 31 | CF | 2D | 23 |
| Octal | 62 | 137 | 203 | 76 | 33 | 0 | 61 | 317 | 55 | 43 |
| Binary | 110010 | 1011111 | 10000011 | 111110 | 11011 | 0 | 110001 | 11001111 | 101101 | 100011 |
Color Harmonies of #325F83
Complementary color
Monochromatic Colors of #325F83
Black with #325F83
Text Example
Text Example
White with #325F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325F83; }
p { color: rgb(50,95,131); }
H1.HeaderClassName
{
color: #325F83;
}
.AnyTagClassName
{
color: #325F83;
}
</style>
background-color css
<style>
a { background-color: #325F83; }
a { background-color: rgb(50,95,131); }
div.DivClassName
{
background-color: #325F83;
}
.BgClassName
{
background-color: #325F83;
}
</style>
border-color css
<style>
span { border-color: #325F83; }
span { border-color: rgb(50,95,131); }
td.TdClassName
{
border-color: #325F83;
}
.TagClassName
{
border-color: #325F83;
}
</style>