Shades of Matisse #3B627F
Tints of Matisse #3B627F
RGB
CMYK
RGB Variations
Color information
#3B627F (or 0x3B627F) is known color: Matisse. HEX triplet: 3B, 62 and 7F. RGB value is (59,98,127). Sum of RGB (Red+Green+Blue) = 59+98+127=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 127 - color contains mainly: blue. Hex color #3B627F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B627F is #C49D80. Grayscale: #595959. Windows color (decimal): -12885377 or 8348219. OLE color: 8348219.
HSL color Cylindrical-coordinate representation of color #3B627F: hue angle of 205.59º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B627F is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 59 | 98 | 127 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.50 |
| HSL | 205.59º | 0.37% | 0.36% | - |
| HSV(B) | 205.59º | 0.54% | 0.5% | - |
| XYZ | 10 | 11.2 | 21.71 | - |
| YUV | 89.65 | 149.08 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 98 | 127 | 0.54 | 0.23 | 0 | 0.50 | 205.59 | 0.37 | 0.36 |
| Hex | 3B | 62 | 7F | 36 | 17 | 0 | 32 | CE | 25 | 24 |
| Octal | 73 | 142 | 177 | 66 | 27 | 0 | 62 | 316 | 45 | 44 |
| Binary | 111011 | 1100010 | 1111111 | 110110 | 10111 | 0 | 110010 | 11001110 | 100101 | 100100 |
Color Harmonies of #3B627F
Complementary color
Monochromatic Colors of #3B627F
Black with #3B627F
Text Example
Text Example
White with #3B627F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B627F; }
p { color: rgb(59,98,127); }
H1.HeaderClassName
{
color: #3B627F;
}
.AnyTagClassName
{
color: #3B627F;
}
</style>
background-color css
<style>
a { background-color: #3B627F; }
a { background-color: rgb(59,98,127); }
div.DivClassName
{
background-color: #3B627F;
}
.BgClassName
{
background-color: #3B627F;
}
</style>
border-color css
<style>
span { border-color: #3B627F; }
span { border-color: rgb(59,98,127); }
td.TdClassName
{
border-color: #3B627F;
}
.TagClassName
{
border-color: #3B627F;
}
</style>