Shades of Matisse #32607C
Tints of Matisse #32607C
RGB
CMYK
RGB Variations
Color information
#32607C (or 0x32607C) is known color: Matisse. HEX triplet: 32, 60 and 7C. RGB value is (50,96,124). Sum of RGB (Red+Green+Blue) = 50+96+124=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #32607C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32607C is #CD9F83. Grayscale: #555555. Windows color (decimal): -13475716 or 8151090. OLE color: 8151090.
HSL color Cylindrical-coordinate representation of color #32607C: hue angle of 202.7º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32607C is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 96 | 124 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.51 |
| HSL | 202.7º | 0.43% | 0.34% | - |
| HSV(B) | 202.7º | 0.6% | 0.49% | - |
| XYZ | 9.14 | 10.5 | 20.61 | - |
| YUV | 85.44 | 149.76 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 124 | 0.60 | 0.23 | 0 | 0.51 | 202.7 | 0.43 | 0.34 |
| Hex | 32 | 60 | 7C | 3C | 17 | 0 | 33 | CB | 2B | 22 |
| Octal | 62 | 140 | 174 | 74 | 27 | 0 | 63 | 313 | 53 | 42 |
| Binary | 110010 | 1100000 | 1111100 | 111100 | 10111 | 0 | 110011 | 11001011 | 101011 | 100010 |
Color Harmonies of #32607C
Complementary color
Monochromatic Colors of #32607C
Black with #32607C
Text Example
Text Example
White with #32607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32607C; }
p { color: rgb(50,96,124); }
H1.HeaderClassName
{
color: #32607C;
}
.AnyTagClassName
{
color: #32607C;
}
</style>
background-color css
<style>
a { background-color: #32607C; }
a { background-color: rgb(50,96,124); }
div.DivClassName
{
background-color: #32607C;
}
.BgClassName
{
background-color: #32607C;
}
</style>
border-color css
<style>
span { border-color: #32607C; }
span { border-color: rgb(50,96,124); }
td.TdClassName
{
border-color: #32607C;
}
.TagClassName
{
border-color: #32607C;
}
</style>