Shades of Matisse #3B5C7D
Tints of Matisse #3B5C7D
RGB
CMYK
RGB Variations
Color information
#3B5C7D (or 0x3B5C7D) is known color: Matisse. HEX triplet: 3B, 5C and 7D. RGB value is (59,92,125). Sum of RGB (Red+Green+Blue) = 59+92+125=276 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.38% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 125 - color contains mainly: blue. Hex color #3B5C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5C7D is #C4A382. Grayscale: #555555. Windows color (decimal): -12886915 or 8215611. OLE color: 8215611.
HSL color Cylindrical-coordinate representation of color #3B5C7D: hue angle of 210º 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 #3B5C7D is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 92 | 125 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.51 |
| HSL | 210º | 0.36% | 0.36% | - |
| HSV(B) | 210º | 0.53% | 0.49% | - |
| XYZ | 9.33 | 10.06 | 20.85 | - |
| YUV | 85.9 | 150.07 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 92 | 125 | 0.53 | 0.26 | 0 | 0.51 | 210 | 0.36 | 0.36 |
| Hex | 3B | 5C | 7D | 35 | 1A | 0 | 33 | D2 | 24 | 24 |
| Octal | 73 | 134 | 175 | 65 | 32 | 0 | 63 | 322 | 44 | 44 |
| Binary | 111011 | 1011100 | 1111101 | 110101 | 11010 | 0 | 110011 | 11010010 | 100100 | 100100 |
Color Harmonies of #3B5C7D
Complementary color
Monochromatic Colors of #3B5C7D
Black with #3B5C7D
Text Example
Text Example
White with #3B5C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5C7D; }
p { color: rgb(59,92,125); }
H1.HeaderClassName
{
color: #3B5C7D;
}
.AnyTagClassName
{
color: #3B5C7D;
}
</style>
background-color css
<style>
a { background-color: #3B5C7D; }
a { background-color: rgb(59,92,125); }
div.DivClassName
{
background-color: #3B5C7D;
}
.BgClassName
{
background-color: #3B5C7D;
}
</style>
border-color css
<style>
span { border-color: #3B5C7D; }
span { border-color: rgb(59,92,125); }
td.TdClassName
{
border-color: #3B5C7D;
}
.TagClassName
{
border-color: #3B5C7D;
}
</style>