Shades of Matisse #325B81
Tints of Matisse #325B81
RGB
CMYK
RGB Variations
Color information
#325B81 (or 0x325B81) is known color: Matisse. HEX triplet: 32, 5B and 81. RGB value is (50,91,129). Sum of RGB (Red+Green+Blue) = 50+91+129=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #325B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325B81 is #CDA47E. Grayscale: #525252. Windows color (decimal): -13476991 or 8477490. OLE color: 8477490.
HSL color Cylindrical-coordinate representation of color #325B81: hue angle of 208.86º 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 #325B81 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 91 | 129 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.49 |
| HSL | 208.86º | 0.44% | 0.35% | - |
| HSV(B) | 208.86º | 0.61% | 0.51% | - |
| XYZ | 9.02 | 9.75 | 22.17 | - |
| YUV | 83.07 | 153.92 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 129 | 0.61 | 0.29 | 0 | 0.49 | 208.86 | 0.44 | 0.35 |
| Hex | 32 | 5B | 81 | 3D | 1D | 0 | 31 | D1 | 2C | 23 |
| Octal | 62 | 133 | 201 | 75 | 35 | 0 | 61 | 321 | 54 | 43 |
| Binary | 110010 | 1011011 | 10000001 | 111101 | 11101 | 0 | 110001 | 11010001 | 101100 | 100011 |
Color Harmonies of #325B81
Complementary color
Monochromatic Colors of #325B81
Black with #325B81
Text Example
Text Example
White with #325B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325B81; }
p { color: rgb(50,91,129); }
H1.HeaderClassName
{
color: #325B81;
}
.AnyTagClassName
{
color: #325B81;
}
</style>
background-color css
<style>
a { background-color: #325B81; }
a { background-color: rgb(50,91,129); }
div.DivClassName
{
background-color: #325B81;
}
.BgClassName
{
background-color: #325B81;
}
</style>
border-color css
<style>
span { border-color: #325B81; }
span { border-color: rgb(50,91,129); }
td.TdClassName
{
border-color: #325B81;
}
.TagClassName
{
border-color: #325B81;
}
</style>