Shades of Matisse #345F7D
Tints of Matisse #345F7D
RGB
CMYK
RGB Variations
Color information
#345F7D (or 0x345F7D) is known color: Matisse. HEX triplet: 34, 5F and 7D. RGB value is (52,95,125). Sum of RGB (Red+Green+Blue) = 52+95+125=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 125 - color contains mainly: blue. Hex color #345F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345F7D is #CBA082. Grayscale: #555555. Windows color (decimal): -13344899 or 8216372. OLE color: 8216372.
HSL color Cylindrical-coordinate representation of color #345F7D: hue angle of 204.66º 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 #345F7D is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 95 | 125 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.51 |
| HSL | 204.66º | 0.41% | 0.35% | - |
| HSV(B) | 204.66º | 0.58% | 0.49% | - |
| XYZ | 9.21 | 10.4 | 20.92 | - |
| YUV | 85.56 | 150.25 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 125 | 0.58 | 0.24 | 0 | 0.51 | 204.66 | 0.41 | 0.35 |
| Hex | 34 | 5F | 7D | 3A | 18 | 0 | 33 | CD | 29 | 23 |
| Octal | 64 | 137 | 175 | 72 | 30 | 0 | 63 | 315 | 51 | 43 |
| Binary | 110100 | 1011111 | 1111101 | 111010 | 11000 | 0 | 110011 | 11001101 | 101001 | 100011 |
Color Harmonies of #345F7D
Complementary color
Monochromatic Colors of #345F7D
Black with #345F7D
Text Example
Text Example
White with #345F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345F7D; }
p { color: rgb(52,95,125); }
H1.HeaderClassName
{
color: #345F7D;
}
.AnyTagClassName
{
color: #345F7D;
}
</style>
background-color css
<style>
a { background-color: #345F7D; }
a { background-color: rgb(52,95,125); }
div.DivClassName
{
background-color: #345F7D;
}
.BgClassName
{
background-color: #345F7D;
}
</style>
border-color css
<style>
span { border-color: #345F7D; }
span { border-color: rgb(52,95,125); }
td.TdClassName
{
border-color: #345F7D;
}
.TagClassName
{
border-color: #345F7D;
}
</style>