Shades of Matisse #325C85
Tints of Matisse #325C85
RGB
CMYK
RGB Variations
Color information
#325C85 (or 0x325C85) is known color: Matisse. HEX triplet: 32, 5C and 85. RGB value is (50,92,133). Sum of RGB (Red+Green+Blue) = 50+92+133=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #325C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325C85 is #CDA37A. Grayscale: #535353. Windows color (decimal): -13476731 or 8739890. OLE color: 8739890.
HSL color Cylindrical-coordinate representation of color #325C85: hue angle of 209.64º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #325C85 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 92 | 133 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.48 |
| HSL | 209.64º | 0.45% | 0.36% | - |
| HSV(B) | 209.64º | 0.62% | 0.52% | - |
| XYZ | 9.38 | 10.03 | 23.63 | - |
| YUV | 84.12 | 155.59 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 133 | 0.62 | 0.31 | 0 | 0.48 | 209.64 | 0.45 | 0.36 |
| Hex | 32 | 5C | 85 | 3E | 1F | 0 | 30 | D2 | 2D | 24 |
| Octal | 62 | 134 | 205 | 76 | 37 | 0 | 60 | 322 | 55 | 44 |
| Binary | 110010 | 1011100 | 10000101 | 111110 | 11111 | 0 | 110000 | 11010010 | 101101 | 100100 |
Color Harmonies of #325C85
Complementary color
Monochromatic Colors of #325C85
Black with #325C85
Text Example
Text Example
White with #325C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325C85; }
p { color: rgb(50,92,133); }
H1.HeaderClassName
{
color: #325C85;
}
.AnyTagClassName
{
color: #325C85;
}
</style>
background-color css
<style>
a { background-color: #325C85; }
a { background-color: rgb(50,92,133); }
div.DivClassName
{
background-color: #325C85;
}
.BgClassName
{
background-color: #325C85;
}
</style>
border-color css
<style>
span { border-color: #325C85; }
span { border-color: rgb(50,92,133); }
td.TdClassName
{
border-color: #325C85;
}
.TagClassName
{
border-color: #325C85;
}
</style>