Shades of Matisse #34577D
Tints of Matisse #34577D
RGB
CMYK
RGB Variations
Color information
#34577D (or 0x34577D) is known color: Matisse. HEX triplet: 34, 57 and 7D. RGB value is (52,87,125). Sum of RGB (Red+Green+Blue) = 52+87+125=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 125 - color contains mainly: blue. Hex color #34577D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34577D is #CBA882. Grayscale: #505050. Windows color (decimal): -13346947 or 8214324. OLE color: 8214324.
HSL color Cylindrical-coordinate representation of color #34577D: hue angle of 211.23º 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 #34577D is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 87 | 125 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.51 |
| HSL | 211.23º | 0.41% | 0.35% | - |
| HSV(B) | 211.23º | 0.58% | 0.49% | - |
| XYZ | 8.53 | 9.03 | 20.7 | - |
| YUV | 80.87 | 152.9 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 87 | 125 | 0.58 | 0.30 | 0 | 0.51 | 211.23 | 0.41 | 0.35 |
| Hex | 34 | 57 | 7D | 3A | 1E | 0 | 33 | D3 | 29 | 23 |
| Octal | 64 | 127 | 175 | 72 | 36 | 0 | 63 | 323 | 51 | 43 |
| Binary | 110100 | 1010111 | 1111101 | 111010 | 11110 | 0 | 110011 | 11010011 | 101001 | 100011 |
Color Harmonies of #34577D
Complementary color
Monochromatic Colors of #34577D
Black with #34577D
Text Example
Text Example
White with #34577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34577D; }
p { color: rgb(52,87,125); }
H1.HeaderClassName
{
color: #34577D;
}
.AnyTagClassName
{
color: #34577D;
}
</style>
background-color css
<style>
a { background-color: #34577D; }
a { background-color: rgb(52,87,125); }
div.DivClassName
{
background-color: #34577D;
}
.BgClassName
{
background-color: #34577D;
}
</style>
border-color css
<style>
span { border-color: #34577D; }
span { border-color: rgb(52,87,125); }
td.TdClassName
{
border-color: #34577D;
}
.TagClassName
{
border-color: #34577D;
}
</style>