Shades of Matisse #325E80
Tints of Matisse #325E80
RGB
CMYK
RGB Variations
Color information
#325E80 (or 0x325E80) is known color: Matisse. HEX triplet: 32, 5E and 80. RGB value is (50,94,128). Sum of RGB (Red+Green+Blue) = 50+94+128=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 128 - color contains mainly: blue. Hex color #325E80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325E80 is #CDA17F. Grayscale: #545454. Windows color (decimal): -13476224 or 8412722. OLE color: 8412722.
HSL color Cylindrical-coordinate representation of color #325E80: hue angle of 206.15º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #325E80 is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 94 | 128 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.50 |
| HSL | 206.15º | 0.44% | 0.35% | - |
| HSV(B) | 206.15º | 0.61% | 0.5% | - |
| XYZ | 9.21 | 10.24 | 21.91 | - |
| YUV | 84.72 | 152.42 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 128 | 0.61 | 0.27 | 0 | 0.50 | 206.15 | 0.44 | 0.35 |
| Hex | 32 | 5E | 80 | 3D | 1B | 0 | 32 | CE | 2C | 23 |
| Octal | 62 | 136 | 200 | 75 | 33 | 0 | 62 | 316 | 54 | 43 |
| Binary | 110010 | 1011110 | 10000000 | 111101 | 11011 | 0 | 110010 | 11001110 | 101100 | 100011 |
Color Harmonies of #325E80
Complementary color
Monochromatic Colors of #325E80
Black with #325E80
Text Example
Text Example
White with #325E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325E80; }
p { color: rgb(50,94,128); }
H1.HeaderClassName
{
color: #325E80;
}
.AnyTagClassName
{
color: #325E80;
}
</style>
background-color css
<style>
a { background-color: #325E80; }
a { background-color: rgb(50,94,128); }
div.DivClassName
{
background-color: #325E80;
}
.BgClassName
{
background-color: #325E80;
}
</style>
border-color css
<style>
span { border-color: #325E80; }
span { border-color: rgb(50,94,128); }
td.TdClassName
{
border-color: #325E80;
}
.TagClassName
{
border-color: #325E80;
}
</style>