Shades of Lochmara #346DB7
Tints of Lochmara #346DB7
RGB
CMYK
RGB Variations
Color information
#346DB7 (or 0x346DB7) is known color: Lochmara. HEX triplet: 34, 6D and B7. RGB value is (52,109,183). Sum of RGB (Red+Green+Blue) = 52+109+183=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 183 (71.88% from 255 or 53.20% from 344); Max value from RGB is 183 - color contains mainly: blue. Hex color #346DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346DB7 is #CB9248. Grayscale: #646464. Windows color (decimal): -13341257 or 12021044. OLE color: 12021044.
HSL color Cylindrical-coordinate representation of color #346DB7: hue angle of 213.89º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #346DB7 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 52 | 109 | 183 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.28 |
| HSL | 213.89º | 0.56% | 0.46% | - |
| HSV(B) | 213.89º | 0.72% | 0.72% | - |
| XYZ | 15.43 | 15.09 | 46.9 | - |
| YUV | 100.39 | 174.62 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 183 | 0.72 | 0.40 | 0 | 0.28 | 213.89 | 0.56 | 0.46 |
| Hex | 34 | 6D | B7 | 48 | 28 | 0 | 1C | D6 | 38 | 2E |
| Octal | 64 | 155 | 267 | 110 | 50 | 0 | 34 | 326 | 70 | 56 |
| Binary | 110100 | 1101101 | 10110111 | 1001000 | 101000 | 0 | 11100 | 11010110 | 111000 | 101110 |
Color Harmonies of #346DB7
Complementary color
Monochromatic Colors of #346DB7
Black with #346DB7
Text Example
Text Example
White with #346DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346DB7; }
p { color: rgb(52,109,183); }
H1.HeaderClassName
{
color: #346DB7;
}
.AnyTagClassName
{
color: #346DB7;
}
</style>
background-color css
<style>
a { background-color: #346DB7; }
a { background-color: rgb(52,109,183); }
div.DivClassName
{
background-color: #346DB7;
}
.BgClassName
{
background-color: #346DB7;
}
</style>
border-color css
<style>
span { border-color: #346DB7; }
span { border-color: rgb(52,109,183); }
td.TdClassName
{
border-color: #346DB7;
}
.TagClassName
{
border-color: #346DB7;
}
</style>