Shades of Matisse #325C81
Tints of Matisse #325C81
RGB
CMYK
RGB Variations
Color information
#325C81 (or 0x325C81) is known color: Matisse. HEX triplet: 32, 5C and 81. RGB value is (50,92,129). Sum of RGB (Red+Green+Blue) = 50+92+129=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 129 - color contains mainly: blue. Hex color #325C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325C81 is #CDA37E. Grayscale: #535353. Windows color (decimal): -13476735 or 8477746. OLE color: 8477746.
HSL color Cylindrical-coordinate representation of color #325C81: hue angle of 208.1º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #325C81 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 92 | 129 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.49 |
| HSL | 208.1º | 0.44% | 0.35% | - |
| HSV(B) | 208.1º | 0.61% | 0.51% | - |
| XYZ | 9.1 | 9.92 | 22.2 | - |
| YUV | 83.66 | 153.59 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 129 | 0.61 | 0.29 | 0 | 0.49 | 208.1 | 0.44 | 0.35 |
| Hex | 32 | 5C | 81 | 3D | 1D | 0 | 31 | D0 | 2C | 23 |
| Octal | 62 | 134 | 201 | 75 | 35 | 0 | 61 | 320 | 54 | 43 |
| Binary | 110010 | 1011100 | 10000001 | 111101 | 11101 | 0 | 110001 | 11010000 | 101100 | 100011 |
Color Harmonies of #325C81
Complementary color
Monochromatic Colors of #325C81
Black with #325C81
Text Example
Text Example
White with #325C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325C81; }
p { color: rgb(50,92,129); }
H1.HeaderClassName
{
color: #325C81;
}
.AnyTagClassName
{
color: #325C81;
}
</style>
background-color css
<style>
a { background-color: #325C81; }
a { background-color: rgb(50,92,129); }
div.DivClassName
{
background-color: #325C81;
}
.BgClassName
{
background-color: #325C81;
}
</style>
border-color css
<style>
span { border-color: #325C81; }
span { border-color: rgb(50,92,129); }
td.TdClassName
{
border-color: #325C81;
}
.TagClassName
{
border-color: #325C81;
}
</style>