Shades of Lochmara #347DA0
Tints of Lochmara #347DA0
RGB
CMYK
RGB Variations
Color information
#347DA0 (or 0x347DA0) is known color: Lochmara. HEX triplet: 34, 7D and A0. RGB value is (52,125,160). Sum of RGB (Red+Green+Blue) = 52+125+160=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 160 (62.89% from 255 or 47.48% from 337); Max value from RGB is 160 - color contains mainly: blue. Hex color #347DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347DA0 is #CB825F. Grayscale: #6A6A6A. Windows color (decimal): -13337184 or 10517812. OLE color: 10517812.
HSL color Cylindrical-coordinate representation of color #347DA0: hue angle of 199.44º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #347DA0 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 52 | 125 | 160 | - |
| CMYK | 0.68 | 0.22 | 0 | 0.37 |
| HSL | 199.44º | 0.51% | 0.42% | - |
| HSV(B) | 199.44º | 0.68% | 0.63% | - |
| XYZ | 15.09 | 17.94 | 35.92 | - |
| YUV | 107.16 | 157.82 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 125 | 160 | 0.68 | 0.22 | 0 | 0.37 | 199.44 | 0.51 | 0.42 |
| Hex | 34 | 7D | A0 | 44 | 16 | 0 | 25 | C7 | 33 | 2A |
| Octal | 64 | 175 | 240 | 104 | 26 | 0 | 45 | 307 | 63 | 52 |
| Binary | 110100 | 1111101 | 10100000 | 1000100 | 10110 | 0 | 100101 | 11000111 | 110011 | 101010 |
Color Harmonies of #347DA0
Complementary color
Monochromatic Colors of #347DA0
Black with #347DA0
Text Example
Text Example
White with #347DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347DA0; }
p { color: rgb(52,125,160); }
H1.HeaderClassName
{
color: #347DA0;
}
.AnyTagClassName
{
color: #347DA0;
}
</style>
background-color css
<style>
a { background-color: #347DA0; }
a { background-color: rgb(52,125,160); }
div.DivClassName
{
background-color: #347DA0;
}
.BgClassName
{
background-color: #347DA0;
}
</style>
border-color css
<style>
span { border-color: #347DA0; }
span { border-color: rgb(52,125,160); }
td.TdClassName
{
border-color: #347DA0;
}
.TagClassName
{
border-color: #347DA0;
}
</style>