Shades of Lochmara #346E9D
Tints of Lochmara #346E9D
RGB
CMYK
RGB Variations
Color information
#346E9D (or 0x346E9D) is known color: Lochmara. HEX triplet: 34, 6E and 9D. RGB value is (52,110,157). Sum of RGB (Red+Green+Blue) = 52+110+157=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #346E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346E9D is #CB9162. Grayscale: #616161. Windows color (decimal): -13341027 or 10317364. OLE color: 10317364.
HSL color Cylindrical-coordinate representation of color #346E9D: hue angle of 206.86º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #346E9D is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 110 | 157 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.38 |
| HSL | 206.86º | 0.5% | 0.41% | - |
| HSV(B) | 206.86º | 0.67% | 0.62% | - |
| XYZ | 13.08 | 14.32 | 33.97 | - |
| YUV | 98.02 | 161.28 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 157 | 0.67 | 0.30 | 0 | 0.38 | 206.86 | 0.5 | 0.41 |
| Hex | 34 | 6E | 9D | 43 | 1E | 0 | 26 | CF | 32 | 29 |
| Octal | 64 | 156 | 235 | 103 | 36 | 0 | 46 | 317 | 62 | 51 |
| Binary | 110100 | 1101110 | 10011101 | 1000011 | 11110 | 0 | 100110 | 11001111 | 110010 | 101001 |
Color Harmonies of #346E9D
Complementary color
Monochromatic Colors of #346E9D
Black with #346E9D
Text Example
Text Example
White with #346E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346E9D; }
p { color: rgb(52,110,157); }
H1.HeaderClassName
{
color: #346E9D;
}
.AnyTagClassName
{
color: #346E9D;
}
</style>
background-color css
<style>
a { background-color: #346E9D; }
a { background-color: rgb(52,110,157); }
div.DivClassName
{
background-color: #346E9D;
}
.BgClassName
{
background-color: #346E9D;
}
</style>
border-color css
<style>
span { border-color: #346E9D; }
span { border-color: rgb(52,110,157); }
td.TdClassName
{
border-color: #346E9D;
}
.TagClassName
{
border-color: #346E9D;
}
</style>