Shades of Matisse #325A83
Tints of Matisse #325A83
RGB
CMYK
RGB Variations
Color information
#325A83 (or 0x325A83) is known color: Matisse. HEX triplet: 32, 5A and 83. RGB value is (50,90,131). Sum of RGB (Red+Green+Blue) = 50+90+131=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 131 - color contains mainly: blue. Hex color #325A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325A83 is #CDA57C. Grayscale: #525252. Windows color (decimal): -13477245 or 8608306. OLE color: 8608306.
HSL color Cylindrical-coordinate representation of color #325A83: hue angle of 210.37º 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 #325A83 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 90 | 131 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.49 |
| HSL | 210.37º | 0.45% | 0.35% | - |
| HSV(B) | 210.37º | 0.62% | 0.51% | - |
| XYZ | 9.07 | 9.63 | 22.85 | - |
| YUV | 82.71 | 155.25 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 90 | 131 | 0.62 | 0.31 | 0 | 0.49 | 210.37 | 0.45 | 0.35 |
| Hex | 32 | 5A | 83 | 3E | 1F | 0 | 31 | D2 | 2D | 23 |
| Octal | 62 | 132 | 203 | 76 | 37 | 0 | 61 | 322 | 55 | 43 |
| Binary | 110010 | 1011010 | 10000011 | 111110 | 11111 | 0 | 110001 | 11010010 | 101101 | 100011 |
Color Harmonies of #325A83
Complementary color
Monochromatic Colors of #325A83
Black with #325A83
Text Example
Text Example
White with #325A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325A83; }
p { color: rgb(50,90,131); }
H1.HeaderClassName
{
color: #325A83;
}
.AnyTagClassName
{
color: #325A83;
}
</style>
background-color css
<style>
a { background-color: #325A83; }
a { background-color: rgb(50,90,131); }
div.DivClassName
{
background-color: #325A83;
}
.BgClassName
{
background-color: #325A83;
}
</style>
border-color css
<style>
span { border-color: #325A83; }
span { border-color: rgb(50,90,131); }
td.TdClassName
{
border-color: #325A83;
}
.TagClassName
{
border-color: #325A83;
}
</style>