Shades of Matisse #325C83
Tints of Matisse #325C83
RGB
CMYK
RGB Variations
Color information
#325C83 (or 0x325C83) is known color: Matisse. HEX triplet: 32, 5C and 83. RGB value is (50,92,131). Sum of RGB (Red+Green+Blue) = 50+92+131=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #325C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325C83 is #CDA37C. Grayscale: #535353. Windows color (decimal): -13476733 or 8608818. OLE color: 8608818.
HSL color Cylindrical-coordinate representation of color #325C83: hue angle of 208.89º 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 #325C83 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 92 | 131 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.49 |
| HSL | 208.89º | 0.45% | 0.35% | - |
| HSV(B) | 208.89º | 0.62% | 0.51% | - |
| XYZ | 9.24 | 9.97 | 22.91 | - |
| YUV | 83.89 | 154.59 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 131 | 0.62 | 0.30 | 0 | 0.49 | 208.89 | 0.45 | 0.35 |
| Hex | 32 | 5C | 83 | 3E | 1E | 0 | 31 | D1 | 2D | 23 |
| Octal | 62 | 134 | 203 | 76 | 36 | 0 | 61 | 321 | 55 | 43 |
| Binary | 110010 | 1011100 | 10000011 | 111110 | 11110 | 0 | 110001 | 11010001 | 101101 | 100011 |
Color Harmonies of #325C83
Complementary color
Monochromatic Colors of #325C83
Black with #325C83
Text Example
Text Example
White with #325C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325C83; }
p { color: rgb(50,92,131); }
H1.HeaderClassName
{
color: #325C83;
}
.AnyTagClassName
{
color: #325C83;
}
</style>
background-color css
<style>
a { background-color: #325C83; }
a { background-color: rgb(50,92,131); }
div.DivClassName
{
background-color: #325C83;
}
.BgClassName
{
background-color: #325C83;
}
</style>
border-color css
<style>
span { border-color: #325C83; }
span { border-color: rgb(50,92,131); }
td.TdClassName
{
border-color: #325C83;
}
.TagClassName
{
border-color: #325C83;
}
</style>