Shades of Matisse #325F7A
Tints of Matisse #325F7A
RGB
CMYK
RGB Variations
Color information
#325F7A (or 0x325F7A) is known color: Matisse. HEX triplet: 32, 5F and 7A. RGB value is (50,95,122). Sum of RGB (Red+Green+Blue) = 50+95+122=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 122 - color contains mainly: blue. Hex color #325F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325F7A is #CDA085. Grayscale: #545454. Windows color (decimal): -13475974 or 8019762. OLE color: 8019762.
HSL color Cylindrical-coordinate representation of color #325F7A: hue angle of 202.5º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #325F7A is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 95 | 122 | - |
| CMYK | 0.59 | 0.22 | 0 | 0.52 |
| HSL | 202.5º | 0.42% | 0.34% | - |
| HSV(B) | 202.5º | 0.59% | 0.48% | - |
| XYZ | 8.92 | 10.27 | 19.92 | - |
| YUV | 84.62 | 149.09 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 122 | 0.59 | 0.22 | 0 | 0.52 | 202.5 | 0.42 | 0.34 |
| Hex | 32 | 5F | 7A | 3B | 16 | 0 | 34 | CA | 2A | 22 |
| Octal | 62 | 137 | 172 | 73 | 26 | 0 | 64 | 312 | 52 | 42 |
| Binary | 110010 | 1011111 | 1111010 | 111011 | 10110 | 0 | 110100 | 11001010 | 101010 | 100010 |
Color Harmonies of #325F7A
Complementary color
Monochromatic Colors of #325F7A
Black with #325F7A
Text Example
Text Example
White with #325F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325F7A; }
p { color: rgb(50,95,122); }
H1.HeaderClassName
{
color: #325F7A;
}
.AnyTagClassName
{
color: #325F7A;
}
</style>
background-color css
<style>
a { background-color: #325F7A; }
a { background-color: rgb(50,95,122); }
div.DivClassName
{
background-color: #325F7A;
}
.BgClassName
{
background-color: #325F7A;
}
</style>
border-color css
<style>
span { border-color: #325F7A; }
span { border-color: rgb(50,95,122); }
td.TdClassName
{
border-color: #325F7A;
}
.TagClassName
{
border-color: #325F7A;
}
</style>