Shades of Matisse #325E7C
Tints of Matisse #325E7C
RGB
CMYK
RGB Variations
Color information
#325E7C (or 0x325E7C) is known color: Matisse. HEX triplet: 32, 5E and 7C. RGB value is (50,94,124). Sum of RGB (Red+Green+Blue) = 50+94+124=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #325E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325E7C is #CDA183. Grayscale: #545454. Windows color (decimal): -13476228 or 8150578. OLE color: 8150578.
HSL color Cylindrical-coordinate representation of color #325E7C: hue angle of 204.32º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #325E7C is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 94 | 124 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.51 |
| HSL | 204.32º | 0.43% | 0.34% | - |
| HSV(B) | 204.32º | 0.6% | 0.49% | - |
| XYZ | 8.96 | 10.14 | 20.55 | - |
| YUV | 84.26 | 150.42 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 124 | 0.60 | 0.24 | 0 | 0.51 | 204.32 | 0.43 | 0.34 |
| Hex | 32 | 5E | 7C | 3C | 18 | 0 | 33 | CC | 2B | 22 |
| Octal | 62 | 136 | 174 | 74 | 30 | 0 | 63 | 314 | 53 | 42 |
| Binary | 110010 | 1011110 | 1111100 | 111100 | 11000 | 0 | 110011 | 11001100 | 101011 | 100010 |
Color Harmonies of #325E7C
Complementary color
Monochromatic Colors of #325E7C
Black with #325E7C
Text Example
Text Example
White with #325E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325E7C; }
p { color: rgb(50,94,124); }
H1.HeaderClassName
{
color: #325E7C;
}
.AnyTagClassName
{
color: #325E7C;
}
</style>
background-color css
<style>
a { background-color: #325E7C; }
a { background-color: rgb(50,94,124); }
div.DivClassName
{
background-color: #325E7C;
}
.BgClassName
{
background-color: #325E7C;
}
</style>
border-color css
<style>
span { border-color: #325E7C; }
span { border-color: rgb(50,94,124); }
td.TdClassName
{
border-color: #325E7C;
}
.TagClassName
{
border-color: #325E7C;
}
</style>