Shades of Lochmara #346593
Tints of Lochmara #346593
RGB
CMYK
RGB Variations
Color information
#346593 (or 0x346593) is known color: Lochmara. HEX triplet: 34, 65 and 93. RGB value is (52,101,147). Sum of RGB (Red+Green+Blue) = 52+101+147=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #346593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346593 is #CB9A6C. Grayscale: #5B5B5B. Windows color (decimal): -13343341 or 9659700. OLE color: 9659700.
HSL color Cylindrical-coordinate representation of color #346593: hue angle of 209.05º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #346593 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 101 | 147 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.42 |
| HSL | 209.05º | 0.48% | 0.39% | - |
| HSV(B) | 209.05º | 0.65% | 0.58% | - |
| XYZ | 11.34 | 12.14 | 29.35 | - |
| YUV | 91.59 | 159.27 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 101 | 147 | 0.65 | 0.31 | 0 | 0.42 | 209.05 | 0.48 | 0.39 |
| Hex | 34 | 65 | 93 | 41 | 1F | 0 | 2A | D1 | 30 | 27 |
| Octal | 64 | 145 | 223 | 101 | 37 | 0 | 52 | 321 | 60 | 47 |
| Binary | 110100 | 1100101 | 10010011 | 1000001 | 11111 | 0 | 101010 | 11010001 | 110000 | 100111 |
Color Harmonies of #346593
Complementary color
Monochromatic Colors of #346593
Black with #346593
Text Example
Text Example
White with #346593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346593; }
p { color: rgb(52,101,147); }
H1.HeaderClassName
{
color: #346593;
}
.AnyTagClassName
{
color: #346593;
}
</style>
background-color css
<style>
a { background-color: #346593; }
a { background-color: rgb(52,101,147); }
div.DivClassName
{
background-color: #346593;
}
.BgClassName
{
background-color: #346593;
}
</style>
border-color css
<style>
span { border-color: #346593; }
span { border-color: rgb(52,101,147); }
td.TdClassName
{
border-color: #346593;
}
.TagClassName
{
border-color: #346593;
}
</style>