Shades of Lochmara #346396
Tints of Lochmara #346396
RGB
CMYK
RGB Variations
Color information
#346396 (or 0x346396) is known color: Lochmara. HEX triplet: 34, 63 and 96. RGB value is (52,99,150). Sum of RGB (Red+Green+Blue) = 52+99+150=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #346396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346396 is #CB9C69. Grayscale: #5A5A5A. Windows color (decimal): -13343850 or 9855796. OLE color: 9855796.
HSL color Cylindrical-coordinate representation of color #346396: hue angle of 211.22º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #346396 is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 99 | 150 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.41 |
| HSL | 211.22º | 0.49% | 0.4% | - |
| HSV(B) | 211.22º | 0.65% | 0.59% | - |
| XYZ | 11.38 | 11.86 | 30.54 | - |
| YUV | 90.76 | 161.43 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 99 | 150 | 0.65 | 0.34 | 0 | 0.41 | 211.22 | 0.49 | 0.4 |
| Hex | 34 | 63 | 96 | 41 | 22 | 0 | 29 | D3 | 31 | 28 |
| Octal | 64 | 143 | 226 | 101 | 42 | 0 | 51 | 323 | 61 | 50 |
| Binary | 110100 | 1100011 | 10010110 | 1000001 | 100010 | 0 | 101001 | 11010011 | 110001 | 101000 |
Color Harmonies of #346396
Complementary color
Monochromatic Colors of #346396
Black with #346396
Text Example
Text Example
White with #346396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346396; }
p { color: rgb(52,99,150); }
H1.HeaderClassName
{
color: #346396;
}
.AnyTagClassName
{
color: #346396;
}
</style>
background-color css
<style>
a { background-color: #346396; }
a { background-color: rgb(52,99,150); }
div.DivClassName
{
background-color: #346396;
}
.BgClassName
{
background-color: #346396;
}
</style>
border-color css
<style>
span { border-color: #346396; }
span { border-color: rgb(52,99,150); }
td.TdClassName
{
border-color: #346396;
}
.TagClassName
{
border-color: #346396;
}
</style>