Shades of Matisse #325F7F
Tints of Matisse #325F7F
RGB
CMYK
RGB Variations
Color information
#325F7F (or 0x325F7F) is known color: Matisse. HEX triplet: 32, 5F and 7F. RGB value is (50,95,127). Sum of RGB (Red+Green+Blue) = 50+95+127=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 127 - color contains mainly: blue. Hex color #325F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325F7F is #CDA080. Grayscale: #555555. Windows color (decimal): -13475969 or 8347442. OLE color: 8347442.
HSL color Cylindrical-coordinate representation of color #325F7F: hue angle of 204.94º 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 #325F7F is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 95 | 127 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.50 |
| HSL | 204.94º | 0.44% | 0.35% | - |
| HSV(B) | 204.94º | 0.61% | 0.5% | - |
| XYZ | 9.24 | 10.39 | 21.6 | - |
| YUV | 85.19 | 151.59 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 127 | 0.61 | 0.25 | 0 | 0.50 | 204.94 | 0.44 | 0.35 |
| Hex | 32 | 5F | 7F | 3D | 19 | 0 | 32 | CD | 2C | 23 |
| Octal | 62 | 137 | 177 | 75 | 31 | 0 | 62 | 315 | 54 | 43 |
| Binary | 110010 | 1011111 | 1111111 | 111101 | 11001 | 0 | 110010 | 11001101 | 101100 | 100011 |
Color Harmonies of #325F7F
Complementary color
Monochromatic Colors of #325F7F
Black with #325F7F
Text Example
Text Example
White with #325F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325F7F; }
p { color: rgb(50,95,127); }
H1.HeaderClassName
{
color: #325F7F;
}
.AnyTagClassName
{
color: #325F7F;
}
</style>
background-color css
<style>
a { background-color: #325F7F; }
a { background-color: rgb(50,95,127); }
div.DivClassName
{
background-color: #325F7F;
}
.BgClassName
{
background-color: #325F7F;
}
</style>
border-color css
<style>
span { border-color: #325F7F; }
span { border-color: rgb(50,95,127); }
td.TdClassName
{
border-color: #325F7F;
}
.TagClassName
{
border-color: #325F7F;
}
</style>