Shades of Matisse #34647C
Tints of Matisse #34647C
RGB
CMYK
RGB Variations
Color information
#34647C (or 0x34647C) is known color: Matisse. HEX triplet: 34, 64 and 7C. RGB value is (52,100,124). Sum of RGB (Red+Green+Blue) = 52+100+124=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #34647C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34647C is #CB9B83. Grayscale: #585858. Windows color (decimal): -13343620 or 8152116. OLE color: 8152116.
HSL color Cylindrical-coordinate representation of color #34647C: hue angle of 200º 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 #34647C is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 100 | 124 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.51 |
| HSL | 200º | 0.41% | 0.35% | - |
| HSV(B) | 200º | 0.58% | 0.49% | - |
| XYZ | 9.61 | 11.3 | 20.74 | - |
| YUV | 88.38 | 148.1 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 100 | 124 | 0.58 | 0.19 | 0 | 0.51 | 200 | 0.41 | 0.35 |
| Hex | 34 | 64 | 7C | 3A | 13 | 0 | 33 | C8 | 29 | 23 |
| Octal | 64 | 144 | 174 | 72 | 23 | 0 | 63 | 310 | 51 | 43 |
| Binary | 110100 | 1100100 | 1111100 | 111010 | 10011 | 0 | 110011 | 11001000 | 101001 | 100011 |
Color Harmonies of #34647C
Complementary color
Monochromatic Colors of #34647C
Black with #34647C
Text Example
Text Example
White with #34647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34647C; }
p { color: rgb(52,100,124); }
H1.HeaderClassName
{
color: #34647C;
}
.AnyTagClassName
{
color: #34647C;
}
</style>
background-color css
<style>
a { background-color: #34647C; }
a { background-color: rgb(52,100,124); }
div.DivClassName
{
background-color: #34647C;
}
.BgClassName
{
background-color: #34647C;
}
</style>
border-color css
<style>
span { border-color: #34647C; }
span { border-color: rgb(52,100,124); }
td.TdClassName
{
border-color: #34647C;
}
.TagClassName
{
border-color: #34647C;
}
</style>