Shades of Matisse #325C7E
Tints of Matisse #325C7E
RGB
CMYK
RGB Variations
Color information
#325C7E (or 0x325C7E) is known color: Matisse. HEX triplet: 32, 5C and 7E. RGB value is (50,92,126). Sum of RGB (Red+Green+Blue) = 50+92+126=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 126 (49.61% from 255 or 47.01% from 268); Max value from RGB is 126 - color contains mainly: blue. Hex color #325C7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325C7E is #CDA381. Grayscale: #535353. Windows color (decimal): -13476738 or 8281138. OLE color: 8281138.
HSL color Cylindrical-coordinate representation of color #325C7E: hue angle of 206.84º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #325C7E is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 92 | 126 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.51 |
| HSL | 206.84º | 0.43% | 0.35% | - |
| HSV(B) | 206.84º | 0.6% | 0.49% | - |
| XYZ | 8.91 | 9.84 | 21.17 | - |
| YUV | 83.32 | 152.09 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 126 | 0.60 | 0.27 | 0 | 0.51 | 206.84 | 0.43 | 0.35 |
| Hex | 32 | 5C | 7E | 3C | 1B | 0 | 33 | CF | 2B | 23 |
| Octal | 62 | 134 | 176 | 74 | 33 | 0 | 63 | 317 | 53 | 43 |
| Binary | 110010 | 1011100 | 1111110 | 111100 | 11011 | 0 | 110011 | 11001111 | 101011 | 100011 |
Color Harmonies of #325C7E
Complementary color
Monochromatic Colors of #325C7E
Black with #325C7E
Text Example
Text Example
White with #325C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325C7E; }
p { color: rgb(50,92,126); }
H1.HeaderClassName
{
color: #325C7E;
}
.AnyTagClassName
{
color: #325C7E;
}
</style>
background-color css
<style>
a { background-color: #325C7E; }
a { background-color: rgb(50,92,126); }
div.DivClassName
{
background-color: #325C7E;
}
.BgClassName
{
background-color: #325C7E;
}
</style>
border-color css
<style>
span { border-color: #325C7E; }
span { border-color: rgb(50,92,126); }
td.TdClassName
{
border-color: #325C7E;
}
.TagClassName
{
border-color: #325C7E;
}
</style>