Shades of Lochmara #346BBA
Tints of Lochmara #346BBA
RGB
CMYK
RGB Variations
Color information
#346BBA (or 0x346BBA) is known color: Lochmara. HEX triplet: 34, 6B and BA. RGB value is (52,107,186). Sum of RGB (Red+Green+Blue) = 52+107+186=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #346BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346BBA is #CB9445. Grayscale: #636363. Windows color (decimal): -13341766 or 12217140. OLE color: 12217140.
HSL color Cylindrical-coordinate representation of color #346BBA: hue angle of 215.37º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #346BBA is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 107 | 186 | - |
| CMYK | 0.72 | 0.42 | 0 | 0.27 |
| HSL | 215.37º | 0.56% | 0.47% | - |
| HSV(B) | 215.37º | 0.72% | 0.73% | - |
| XYZ | 15.54 | 14.79 | 48.49 | - |
| YUV | 99.56 | 176.78 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 107 | 186 | 0.72 | 0.42 | 0 | 0.27 | 215.37 | 0.56 | 0.47 |
| Hex | 34 | 6B | BA | 48 | 2A | 0 | 1B | D7 | 38 | 2F |
| Octal | 64 | 153 | 272 | 110 | 52 | 0 | 33 | 327 | 70 | 57 |
| Binary | 110100 | 1101011 | 10111010 | 1001000 | 101010 | 0 | 11011 | 11010111 | 111000 | 101111 |
Color Harmonies of #346BBA
Complementary color
Monochromatic Colors of #346BBA
Black with #346BBA
Text Example
Text Example
White with #346BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346BBA; }
p { color: rgb(52,107,186); }
H1.HeaderClassName
{
color: #346BBA;
}
.AnyTagClassName
{
color: #346BBA;
}
</style>
background-color css
<style>
a { background-color: #346BBA; }
a { background-color: rgb(52,107,186); }
div.DivClassName
{
background-color: #346BBA;
}
.BgClassName
{
background-color: #346BBA;
}
</style>
border-color css
<style>
span { border-color: #346BBA; }
span { border-color: rgb(52,107,186); }
td.TdClassName
{
border-color: #346BBA;
}
.TagClassName
{
border-color: #346BBA;
}
</style>