Shades of Lochmara #346FA6
Tints of Lochmara #346FA6
RGB
CMYK
RGB Variations
Color information
#346FA6 (or 0x346FA6) is known color: Lochmara. HEX triplet: 34, 6F and A6. RGB value is (52,111,166). Sum of RGB (Red+Green+Blue) = 52+111+166=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 166 (65.23% from 255 or 50.46% from 329); Max value from RGB is 166 - color contains mainly: blue. Hex color #346FA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346FA6 is #CB9059. Grayscale: #636363. Windows color (decimal): -13340762 or 10907444. OLE color: 10907444.
HSL color Cylindrical-coordinate representation of color #346FA6: hue angle of 208.95º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #346FA6 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 52 | 111 | 166 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.35 |
| HSL | 208.95º | 0.52% | 0.43% | - |
| HSV(B) | 208.95º | 0.69% | 0.65% | - |
| XYZ | 13.98 | 14.85 | 38.21 | - |
| YUV | 99.63 | 165.45 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 111 | 166 | 0.69 | 0.33 | 0 | 0.35 | 208.95 | 0.52 | 0.43 |
| Hex | 34 | 6F | A6 | 45 | 21 | 0 | 23 | D1 | 34 | 2B |
| Octal | 64 | 157 | 246 | 105 | 41 | 0 | 43 | 321 | 64 | 53 |
| Binary | 110100 | 1101111 | 10100110 | 1000101 | 100001 | 0 | 100011 | 11010001 | 110100 | 101011 |
Color Harmonies of #346FA6
Complementary color
Monochromatic Colors of #346FA6
Black with #346FA6
Text Example
Text Example
White with #346FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346FA6; }
p { color: rgb(52,111,166); }
H1.HeaderClassName
{
color: #346FA6;
}
.AnyTagClassName
{
color: #346FA6;
}
</style>
background-color css
<style>
a { background-color: #346FA6; }
a { background-color: rgb(52,111,166); }
div.DivClassName
{
background-color: #346FA6;
}
.BgClassName
{
background-color: #346FA6;
}
</style>
border-color css
<style>
span { border-color: #346FA6; }
span { border-color: rgb(52,111,166); }
td.TdClassName
{
border-color: #346FA6;
}
.TagClassName
{
border-color: #346FA6;
}
</style>