Shades of Matisse #3B627E
Tints of Matisse #3B627E
RGB
CMYK
RGB Variations
Color information
#3B627E (or 0x3B627E) is known color: Matisse. HEX triplet: 3B, 62 and 7E. RGB value is (59,98,126). Sum of RGB (Red+Green+Blue) = 59+98+126=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 126 - color contains mainly: blue. Hex color #3B627E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B627E is #C49D81. Grayscale: #595959. Windows color (decimal): -12885378 or 8282683. OLE color: 8282683.
HSL color Cylindrical-coordinate representation of color #3B627E: hue angle of 205.07º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B627E is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 98 | 126 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.51 |
| HSL | 205.07º | 0.36% | 0.36% | - |
| HSV(B) | 205.07º | 0.53% | 0.49% | - |
| XYZ | 9.94 | 11.17 | 21.37 | - |
| YUV | 89.53 | 148.58 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 98 | 126 | 0.53 | 0.22 | 0 | 0.51 | 205.07 | 0.36 | 0.36 |
| Hex | 3B | 62 | 7E | 35 | 16 | 0 | 33 | CD | 24 | 24 |
| Octal | 73 | 142 | 176 | 65 | 26 | 0 | 63 | 315 | 44 | 44 |
| Binary | 111011 | 1100010 | 1111110 | 110101 | 10110 | 0 | 110011 | 11001101 | 100100 | 100100 |
Color Harmonies of #3B627E
Complementary color
Monochromatic Colors of #3B627E
Black with #3B627E
Text Example
Text Example
White with #3B627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B627E; }
p { color: rgb(59,98,126); }
H1.HeaderClassName
{
color: #3B627E;
}
.AnyTagClassName
{
color: #3B627E;
}
</style>
background-color css
<style>
a { background-color: #3B627E; }
a { background-color: rgb(59,98,126); }
div.DivClassName
{
background-color: #3B627E;
}
.BgClassName
{
background-color: #3B627E;
}
</style>
border-color css
<style>
span { border-color: #3B627E; }
span { border-color: rgb(59,98,126); }
td.TdClassName
{
border-color: #3B627E;
}
.TagClassName
{
border-color: #3B627E;
}
</style>