Shades of Matisse #34637C
Tints of Matisse #34637C
RGB
CMYK
RGB Variations
Color information
#34637C (or 0x34637C) is known color: Matisse. HEX triplet: 34, 63 and 7C. RGB value is (52,99,124). Sum of RGB (Red+Green+Blue) = 52+99+124=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #34637C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34637C is #CB9C83. Grayscale: #575757. Windows color (decimal): -13343876 or 8151860. OLE color: 8151860.
HSL color Cylindrical-coordinate representation of color #34637C: hue angle of 200.83º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34637C is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 99 | 124 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.51 |
| HSL | 200.83º | 0.41% | 0.35% | - |
| HSV(B) | 200.83º | 0.58% | 0.49% | - |
| XYZ | 9.52 | 11.11 | 20.71 | - |
| YUV | 87.8 | 148.43 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 99 | 124 | 0.58 | 0.20 | 0 | 0.51 | 200.83 | 0.41 | 0.35 |
| Hex | 34 | 63 | 7C | 3A | 14 | 0 | 33 | C9 | 29 | 23 |
| Octal | 64 | 143 | 174 | 72 | 24 | 0 | 63 | 311 | 51 | 43 |
| Binary | 110100 | 1100011 | 1111100 | 111010 | 10100 | 0 | 110011 | 11001001 | 101001 | 100011 |
Color Harmonies of #34637C
Complementary color
Monochromatic Colors of #34637C
Black with #34637C
Text Example
Text Example
White with #34637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34637C; }
p { color: rgb(52,99,124); }
H1.HeaderClassName
{
color: #34637C;
}
.AnyTagClassName
{
color: #34637C;
}
</style>
background-color css
<style>
a { background-color: #34637C; }
a { background-color: rgb(52,99,124); }
div.DivClassName
{
background-color: #34637C;
}
.BgClassName
{
background-color: #34637C;
}
</style>
border-color css
<style>
span { border-color: #34637C; }
span { border-color: rgb(52,99,124); }
td.TdClassName
{
border-color: #34637C;
}
.TagClassName
{
border-color: #34637C;
}
</style>