#346d99

Color #346D99 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #346D99

Tints of Lochmara #346D99

Color information

#346D99 (or 0x346D99) is unknown color: approx Lochmara. HEX triplet: 34, 6D and 99. RGB value is (52,109,153). Sum of RGB (Red+Green+Blue) = 52+109+153=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #346D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346D99 is #CB9266. Grayscale: #606060. Windows color (decimal): -13341287 or 10054964. OLE color: 10054964.

HSL color Cylindrical-coordinate representation of color #346D99: hue angle of 206.14º degrees, saturation: 0.49, 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 #346D99 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB52109153-
CMYK0.660.2900.4
HSL206.14º49.27%40.2%-
HSV(B)206.14º66.01%60%-
XYZ12.6313.9732.17-
YUV96.97159.6295.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 16.56%
GREEN value IS 109 (42.97% from 255) = 34.71%
BLUE value IS 153 (60.16% from 255) = 48.73%
R=16.56%
G=34.71%
B=48.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521091530.660.2900.4206.1449.2740.2
Hex346D99421D028ce3128
Octal64155231102350503166150
Binary110100110110110011001100001011101010100011001110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346d99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346d99; }

 p { color: rgb(52,109,153); }

 H1.HeaderClassName
 {
   color: #346d99;
 }
 .AnyTagClassName
 {
   color: #346d99;
 }
</style>
background-color css

<style>
 a { background-color: #346d99; }

 a { background-color: rgb(52,109,153); }

 div.DivClassName
 {
   background-color: #346d99;
 }
 .BgClassName
 {
   background-color: #346d99;
 }
</style>
border-color css

<style>
 span { border-color: #346d99; }

 span { border-color: rgb(52,109,153); }

 td.TdClassName
 {
   border-color: #346d99;
 }
 .TagClassName
 {
   border-color: #346d99;
 }
</style>