Shades of Matisse #34607F
Tints of Matisse #34607F
RGB
CMYK
RGB Variations
Color information
#34607F (or 0x34607F) is known color: Matisse. HEX triplet: 34, 60 and 7F. RGB value is (52,96,127). Sum of RGB (Red+Green+Blue) = 52+96+127=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #34607F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34607F is #CB9F80. Grayscale: #565656. Windows color (decimal): -13344641 or 8347700. OLE color: 8347700.
HSL color Cylindrical-coordinate representation of color #34607F: hue angle of 204.8º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34607F is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 96 | 127 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.50 |
| HSL | 204.8º | 0.42% | 0.35% | - |
| HSV(B) | 204.8º | 0.59% | 0.5% | - |
| XYZ | 9.43 | 10.63 | 21.63 | - |
| YUV | 86.38 | 150.92 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 96 | 127 | 0.59 | 0.24 | 0 | 0.50 | 204.8 | 0.42 | 0.35 |
| Hex | 34 | 60 | 7F | 3B | 18 | 0 | 32 | CD | 2A | 23 |
| Octal | 64 | 140 | 177 | 73 | 30 | 0 | 62 | 315 | 52 | 43 |
| Binary | 110100 | 1100000 | 1111111 | 111011 | 11000 | 0 | 110010 | 11001101 | 101010 | 100011 |
Color Harmonies of #34607F
Complementary color
Monochromatic Colors of #34607F
Black with #34607F
Text Example
Text Example
White with #34607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34607F; }
p { color: rgb(52,96,127); }
H1.HeaderClassName
{
color: #34607F;
}
.AnyTagClassName
{
color: #34607F;
}
</style>
background-color css
<style>
a { background-color: #34607F; }
a { background-color: rgb(52,96,127); }
div.DivClassName
{
background-color: #34607F;
}
.BgClassName
{
background-color: #34607F;
}
</style>
border-color css
<style>
span { border-color: #34607F; }
span { border-color: rgb(52,96,127); }
td.TdClassName
{
border-color: #34607F;
}
.TagClassName
{
border-color: #34607F;
}
</style>