Shades of Matisse #32617E
Tints of Matisse #32617E
RGB
CMYK
RGB Variations
Color information
#32617E (or 0x32617E) is known color: Matisse. HEX triplet: 32, 61 and 7E. RGB value is (50,97,126). Sum of RGB (Red+Green+Blue) = 50+97+126=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 126 - color contains mainly: blue. Hex color #32617E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32617E is #CD9E81. Grayscale: #565656. Windows color (decimal): -13475458 or 8282418. OLE color: 8282418.
HSL color Cylindrical-coordinate representation of color #32617E: hue angle of 202.89º 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 #32617E is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 97 | 126 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.51 |
| HSL | 202.89º | 0.43% | 0.35% | - |
| HSV(B) | 202.89º | 0.6% | 0.49% | - |
| XYZ | 9.36 | 10.73 | 21.32 | - |
| YUV | 86.25 | 150.43 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 126 | 0.60 | 0.23 | 0 | 0.51 | 202.89 | 0.43 | 0.35 |
| Hex | 32 | 61 | 7E | 3C | 17 | 0 | 33 | CB | 2B | 23 |
| Octal | 62 | 141 | 176 | 74 | 27 | 0 | 63 | 313 | 53 | 43 |
| Binary | 110010 | 1100001 | 1111110 | 111100 | 10111 | 0 | 110011 | 11001011 | 101011 | 100011 |
Color Harmonies of #32617E
Complementary color
Monochromatic Colors of #32617E
Black with #32617E
Text Example
Text Example
White with #32617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32617E; }
p { color: rgb(50,97,126); }
H1.HeaderClassName
{
color: #32617E;
}
.AnyTagClassName
{
color: #32617E;
}
</style>
background-color css
<style>
a { background-color: #32617E; }
a { background-color: rgb(50,97,126); }
div.DivClassName
{
background-color: #32617E;
}
.BgClassName
{
background-color: #32617E;
}
</style>
border-color css
<style>
span { border-color: #32617E; }
span { border-color: rgb(50,97,126); }
td.TdClassName
{
border-color: #32617E;
}
.TagClassName
{
border-color: #32617E;
}
</style>