Shades of Matisse #325B7B
Tints of Matisse #325B7B
RGB
CMYK
RGB Variations
Color information
#325B7B (or 0x325B7B) is known color: Matisse. HEX triplet: 32, 5B and 7B. RGB value is (50,91,123). Sum of RGB (Red+Green+Blue) = 50+91+123=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 123 - color contains mainly: blue. Hex color #325B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B7B is #CDA484. Grayscale: #525252. Windows color (decimal): -13476997 or 8084274. OLE color: 8084274.
HSL color Cylindrical-coordinate representation of color #325B7B: hue angle of 206.3º 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 #325B7B is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 91 | 123 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.52 |
| HSL | 206.3º | 0.42% | 0.34% | - |
| HSV(B) | 206.3º | 0.59% | 0.48% | - |
| XYZ | 8.63 | 9.59 | 20.14 | - |
| YUV | 82.39 | 150.92 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 91 | 123 | 0.59 | 0.26 | 0 | 0.52 | 206.3 | 0.42 | 0.34 |
| Hex | 32 | 5B | 7B | 3B | 1A | 0 | 34 | CE | 2A | 22 |
| Octal | 62 | 133 | 173 | 73 | 32 | 0 | 64 | 316 | 52 | 42 |
| Binary | 110010 | 1011011 | 1111011 | 111011 | 11010 | 0 | 110100 | 11001110 | 101010 | 100010 |
Color Harmonies of #325B7B
Complementary color
Monochromatic Colors of #325B7B
Black with #325B7B
Text Example
Text Example
White with #325B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325B7B; }
p { color: rgb(50,91,123); }
H1.HeaderClassName
{
color: #325B7B;
}
.AnyTagClassName
{
color: #325B7B;
}
</style>
background-color css
<style>
a { background-color: #325B7B; }
a { background-color: rgb(50,91,123); }
div.DivClassName
{
background-color: #325B7B;
}
.BgClassName
{
background-color: #325B7B;
}
</style>
border-color css
<style>
span { border-color: #325B7B; }
span { border-color: rgb(50,91,123); }
td.TdClassName
{
border-color: #325B7B;
}
.TagClassName
{
border-color: #325B7B;
}
</style>