Shades of Lochmara #346DB5
Tints of Lochmara #346DB5
RGB
CMYK
RGB Variations
Color information
#346DB5 (or 0x346DB5) is known color: Lochmara. HEX triplet: 34, 6D and B5. RGB value is (52,109,181). Sum of RGB (Red+Green+Blue) = 52+109+181=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 181 (71.09% from 255 or 52.92% from 342); Max value from RGB is 181 - color contains mainly: blue. Hex color #346DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346DB5 is #CB924A. Grayscale: #636363. Windows color (decimal): -13341259 or 11889972. OLE color: 11889972.
HSL color Cylindrical-coordinate representation of color #346DB5: hue angle of 213.49º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #346DB5 is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 109 | 181 | - |
| CMYK | 0.71 | 0.40 | 0 | 0.29 |
| HSL | 213.49º | 0.55% | 0.46% | - |
| HSV(B) | 213.49º | 0.71% | 0.71% | - |
| XYZ | 15.23 | 15 | 45.81 | - |
| YUV | 100.17 | 173.62 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 181 | 0.71 | 0.40 | 0 | 0.29 | 213.49 | 0.55 | 0.46 |
| Hex | 34 | 6D | B5 | 47 | 28 | 0 | 1D | D5 | 37 | 2E |
| Octal | 64 | 155 | 265 | 107 | 50 | 0 | 35 | 325 | 67 | 56 |
| Binary | 110100 | 1101101 | 10110101 | 1000111 | 101000 | 0 | 11101 | 11010101 | 110111 | 101110 |
Color Harmonies of #346DB5
Complementary color
Monochromatic Colors of #346DB5
Black with #346DB5
Text Example
Text Example
White with #346DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346DB5; }
p { color: rgb(52,109,181); }
H1.HeaderClassName
{
color: #346DB5;
}
.AnyTagClassName
{
color: #346DB5;
}
</style>
background-color css
<style>
a { background-color: #346DB5; }
a { background-color: rgb(52,109,181); }
div.DivClassName
{
background-color: #346DB5;
}
.BgClassName
{
background-color: #346DB5;
}
</style>
border-color css
<style>
span { border-color: #346DB5; }
span { border-color: rgb(52,109,181); }
td.TdClassName
{
border-color: #346DB5;
}
.TagClassName
{
border-color: #346DB5;
}
</style>