Shades of Lochmara #346BA0
Tints of Lochmara #346BA0
RGB
CMYK
RGB Variations
Color information
#346BA0 (or 0x346BA0) is known color: Lochmara. HEX triplet: 34, 6B and A0. RGB value is (52,107,160). Sum of RGB (Red+Green+Blue) = 52+107+160=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 160 (62.89% from 255 or 50.16% from 319); Max value from RGB is 160 - color contains mainly: blue. Hex color #346BA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346BA0 is #CB945F. Grayscale: #606060. Windows color (decimal): -13341792 or 10513204. OLE color: 10513204.
HSL color Cylindrical-coordinate representation of color #346BA0: hue angle of 209.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 #346BA0 is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 52 | 107 | 160 | - |
| CMYK | 0.68 | 0.33 | 0 | 0.37 |
| HSL | 209.44º | 0.51% | 0.42% | - |
| HSV(B) | 209.44º | 0.68% | 0.63% | - |
| XYZ | 13.02 | 13.78 | 35.23 | - |
| YUV | 96.6 | 163.78 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 107 | 160 | 0.68 | 0.33 | 0 | 0.37 | 209.44 | 0.51 | 0.42 |
| Hex | 34 | 6B | A0 | 44 | 21 | 0 | 25 | D1 | 33 | 2A |
| Octal | 64 | 153 | 240 | 104 | 41 | 0 | 45 | 321 | 63 | 52 |
| Binary | 110100 | 1101011 | 10100000 | 1000100 | 100001 | 0 | 100101 | 11010001 | 110011 | 101010 |
Color Harmonies of #346BA0
Complementary color
Monochromatic Colors of #346BA0
Black with #346BA0
Text Example
Text Example
White with #346BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346BA0; }
p { color: rgb(52,107,160); }
H1.HeaderClassName
{
color: #346BA0;
}
.AnyTagClassName
{
color: #346BA0;
}
</style>
background-color css
<style>
a { background-color: #346BA0; }
a { background-color: rgb(52,107,160); }
div.DivClassName
{
background-color: #346BA0;
}
.BgClassName
{
background-color: #346BA0;
}
</style>
border-color css
<style>
span { border-color: #346BA0; }
span { border-color: rgb(52,107,160); }
td.TdClassName
{
border-color: #346BA0;
}
.TagClassName
{
border-color: #346BA0;
}
</style>