#346D95

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

Shades of Lochmara #346D95

Tints of Lochmara #346D95

Color information

#346D95 (or 0x346D95) is unknown color: approx Lochmara. HEX triplet: 34, 6D and 95. RGB value is (52,109,149). Sum of RGB (Red+Green+Blue) = 52+109+149=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #346D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346D95 is #CB926A. Grayscale: #606060. Windows color (decimal): -13341291 or 9792820. OLE color: 9792820.

HSL color Cylindrical-coordinate representation of color #346D95: hue angle of 204.74º 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 #346D95 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB52109149-
CMYK0.650.2700.42
HSL204.74º48.26%39.41%-
HSV(B)204.74º65.1%58.43%-
XYZ12.3113.8430.46-
YUV96.52157.6296.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.77%
GREEN value IS 109 (42.97% from 255) = 35.16%
BLUE value IS 149 (58.59% from 255) = 48.06%
R=16.77%
G=35.16%
B=48.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521091490.650.2700.42204.7448.2639.41
Hex346D95411B02Acd3027
Octal64155225101330523156047
Binary110100110110110010101100000111011010101011001101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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