Shades of Lochmara #346D9C
Tints of Lochmara #346D9C
RGB
CMYK
RGB Variations
Color information
#346D9C (or 0x346D9C) is known color: Lochmara. HEX triplet: 34, 6D and 9C. RGB value is (52,109,156). Sum of RGB (Red+Green+Blue) = 52+109+156=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #346D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346D9C is #CB9263. Grayscale: #616161. Windows color (decimal): -13341284 or 10251572. OLE color: 10251572.
HSL color Cylindrical-coordinate representation of color #346D9C: hue angle of 207.12º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #346D9C is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 109 | 156 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.39 |
| HSL | 207.12º | 0.5% | 0.41% | - |
| HSV(B) | 207.12º | 0.67% | 0.61% | - |
| XYZ | 12.89 | 14.07 | 33.49 | - |
| YUV | 97.32 | 161.12 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 156 | 0.67 | 0.30 | 0 | 0.39 | 207.12 | 0.5 | 0.41 |
| Hex | 34 | 6D | 9C | 43 | 1E | 0 | 27 | CF | 32 | 29 |
| Octal | 64 | 155 | 234 | 103 | 36 | 0 | 47 | 317 | 62 | 51 |
| Binary | 110100 | 1101101 | 10011100 | 1000011 | 11110 | 0 | 100111 | 11001111 | 110010 | 101001 |
Color Harmonies of #346D9C
Complementary color
Monochromatic Colors of #346D9C
Black with #346D9C
Text Example
Text Example
White with #346D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346D9C; }
p { color: rgb(52,109,156); }
H1.HeaderClassName
{
color: #346D9C;
}
.AnyTagClassName
{
color: #346D9C;
}
</style>
background-color css
<style>
a { background-color: #346D9C; }
a { background-color: rgb(52,109,156); }
div.DivClassName
{
background-color: #346D9C;
}
.BgClassName
{
background-color: #346D9C;
}
</style>
border-color css
<style>
span { border-color: #346D9C; }
span { border-color: rgb(52,109,156); }
td.TdClassName
{
border-color: #346D9C;
}
.TagClassName
{
border-color: #346D9C;
}
</style>