Shades of Lochmara #346A9A
Tints of Lochmara #346A9A
RGB
CMYK
RGB Variations
Color information
#346A9A (or 0x346A9A) is known color: Lochmara. HEX triplet: 34, 6A and 9A. RGB value is (52,106,154). Sum of RGB (Red+Green+Blue) = 52+106+154=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #346A9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346A9A is #CB9565. Grayscale: #5F5F5F. Windows color (decimal): -13342054 or 10119732. OLE color: 10119732.
HSL color Cylindrical-coordinate representation of color #346A9A: hue angle of 208.24º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #346A9A is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 106 | 154 | - |
| CMYK | 0.66 | 0.31 | 0 | 0.40 |
| HSL | 208.24º | 0.5% | 0.4% | - |
| HSV(B) | 208.24º | 0.66% | 0.6% | - |
| XYZ | 12.4 | 13.37 | 32.5 | - |
| YUV | 95.33 | 161.11 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 106 | 154 | 0.66 | 0.31 | 0 | 0.40 | 208.24 | 0.5 | 0.4 |
| Hex | 34 | 6A | 9A | 42 | 1F | 0 | 28 | D0 | 32 | 28 |
| Octal | 64 | 152 | 232 | 102 | 37 | 0 | 50 | 320 | 62 | 50 |
| Binary | 110100 | 1101010 | 10011010 | 1000010 | 11111 | 0 | 101000 | 11010000 | 110010 | 101000 |
Color Harmonies of #346A9A
Complementary color
Monochromatic Colors of #346A9A
Black with #346A9A
Text Example
Text Example
White with #346A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346A9A; }
p { color: rgb(52,106,154); }
H1.HeaderClassName
{
color: #346A9A;
}
.AnyTagClassName
{
color: #346A9A;
}
</style>
background-color css
<style>
a { background-color: #346A9A; }
a { background-color: rgb(52,106,154); }
div.DivClassName
{
background-color: #346A9A;
}
.BgClassName
{
background-color: #346A9A;
}
</style>
border-color css
<style>
span { border-color: #346A9A; }
span { border-color: rgb(52,106,154); }
td.TdClassName
{
border-color: #346A9A;
}
.TagClassName
{
border-color: #346A9A;
}
</style>