Shades of Matisse #34577A
Tints of Matisse #34577A
RGB
CMYK
RGB Variations
Color information
#34577A (or 0x34577A) is known color: Matisse. HEX triplet: 34, 57 and 7A. RGB value is (52,87,122). Sum of RGB (Red+Green+Blue) = 52+87+122=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 122 (48.05% from 255 or 46.74% from 261); Max value from RGB is 122 - color contains mainly: blue. Hex color #34577A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34577A is #CBA885. Grayscale: #505050. Windows color (decimal): -13346950 or 8017716. OLE color: 8017716.
HSL color Cylindrical-coordinate representation of color #34577A: hue angle of 210º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34577A is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 87 | 122 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.52 |
| HSL | 210º | 0.4% | 0.34% | - |
| HSV(B) | 210º | 0.57% | 0.48% | - |
| XYZ | 8.34 | 8.95 | 19.7 | - |
| YUV | 80.53 | 151.4 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 87 | 122 | 0.57 | 0.29 | 0 | 0.52 | 210 | 0.4 | 0.34 |
| Hex | 34 | 57 | 7A | 39 | 1D | 0 | 34 | D2 | 28 | 22 |
| Octal | 64 | 127 | 172 | 71 | 35 | 0 | 64 | 322 | 50 | 42 |
| Binary | 110100 | 1010111 | 1111010 | 111001 | 11101 | 0 | 110100 | 11010010 | 101000 | 100010 |
Color Harmonies of #34577A
Complementary color
Monochromatic Colors of #34577A
Black with #34577A
Text Example
Text Example
White with #34577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34577A; }
p { color: rgb(52,87,122); }
H1.HeaderClassName
{
color: #34577A;
}
.AnyTagClassName
{
color: #34577A;
}
</style>
background-color css
<style>
a { background-color: #34577A; }
a { background-color: rgb(52,87,122); }
div.DivClassName
{
background-color: #34577A;
}
.BgClassName
{
background-color: #34577A;
}
</style>
border-color css
<style>
span { border-color: #34577A; }
span { border-color: rgb(52,87,122); }
td.TdClassName
{
border-color: #34577A;
}
.TagClassName
{
border-color: #34577A;
}
</style>