Shades of Lochmara #346BA8
Tints of Lochmara #346BA8
RGB
CMYK
RGB Variations
Color information
#346BA8 (or 0x346BA8) is known color: Lochmara. HEX triplet: 34, 6B and A8. RGB value is (52,107,168). Sum of RGB (Red+Green+Blue) = 52+107+168=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 168 (66.02% from 255 or 51.38% from 327); Max value from RGB is 168 - color contains mainly: blue. Hex color #346BA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346BA8 is #CB9457. Grayscale: #616161. Windows color (decimal): -13341784 or 11037492. OLE color: 11037492.
HSL color Cylindrical-coordinate representation of color #346BA8: hue angle of 211.55º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #346BA8 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 52 | 107 | 168 | - |
| CMYK | 0.69 | 0.36 | 0 | 0.34 |
| HSL | 211.55º | 0.53% | 0.43% | - |
| HSV(B) | 211.55º | 0.69% | 0.66% | - |
| XYZ | 13.74 | 14.07 | 39.04 | - |
| YUV | 97.51 | 167.78 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 107 | 168 | 0.69 | 0.36 | 0 | 0.34 | 211.55 | 0.53 | 0.43 |
| Hex | 34 | 6B | A8 | 45 | 24 | 0 | 22 | D4 | 35 | 2B |
| Octal | 64 | 153 | 250 | 105 | 44 | 0 | 42 | 324 | 65 | 53 |
| Binary | 110100 | 1101011 | 10101000 | 1000101 | 100100 | 0 | 100010 | 11010100 | 110101 | 101011 |
Color Harmonies of #346BA8
Complementary color
Monochromatic Colors of #346BA8
Black with #346BA8
Text Example
Text Example
White with #346BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346BA8; }
p { color: rgb(52,107,168); }
H1.HeaderClassName
{
color: #346BA8;
}
.AnyTagClassName
{
color: #346BA8;
}
</style>
background-color css
<style>
a { background-color: #346BA8; }
a { background-color: rgb(52,107,168); }
div.DivClassName
{
background-color: #346BA8;
}
.BgClassName
{
background-color: #346BA8;
}
</style>
border-color css
<style>
span { border-color: #346BA8; }
span { border-color: rgb(52,107,168); }
td.TdClassName
{
border-color: #346BA8;
}
.TagClassName
{
border-color: #346BA8;
}
</style>