Shades of Lochmara #346C9C
Tints of Lochmara #346C9C
RGB
CMYK
RGB Variations
Color information
#346C9C (or 0x346C9C) is known color: Lochmara. HEX triplet: 34, 6C and 9C. RGB value is (52,108,156). Sum of RGB (Red+Green+Blue) = 52+108+156=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #346C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346C9C is #CB9363. Grayscale: #606060. Windows color (decimal): -13341540 or 10251316. OLE color: 10251316.
HSL color Cylindrical-coordinate representation of color #346C9C: hue angle of 207.69º 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 #346C9C is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 108 | 156 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.39 |
| HSL | 207.69º | 0.5% | 0.41% | - |
| HSV(B) | 207.69º | 0.67% | 0.61% | - |
| XYZ | 12.78 | 13.86 | 33.45 | - |
| YUV | 96.73 | 161.45 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 156 | 0.67 | 0.31 | 0 | 0.39 | 207.69 | 0.5 | 0.41 |
| Hex | 34 | 6C | 9C | 43 | 1F | 0 | 27 | D0 | 32 | 29 |
| Octal | 64 | 154 | 234 | 103 | 37 | 0 | 47 | 320 | 62 | 51 |
| Binary | 110100 | 1101100 | 10011100 | 1000011 | 11111 | 0 | 100111 | 11010000 | 110010 | 101001 |
Color Harmonies of #346C9C
Complementary color
Monochromatic Colors of #346C9C
Black with #346C9C
Text Example
Text Example
White with #346C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346C9C; }
p { color: rgb(52,108,156); }
H1.HeaderClassName
{
color: #346C9C;
}
.AnyTagClassName
{
color: #346C9C;
}
</style>
background-color css
<style>
a { background-color: #346C9C; }
a { background-color: rgb(52,108,156); }
div.DivClassName
{
background-color: #346C9C;
}
.BgClassName
{
background-color: #346C9C;
}
</style>
border-color css
<style>
span { border-color: #346C9C; }
span { border-color: rgb(52,108,156); }
td.TdClassName
{
border-color: #346C9C;
}
.TagClassName
{
border-color: #346C9C;
}
</style>