#346E95

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

Shades of Lochmara #346E95

Tints of Lochmara #346E95

Color information

#346E95 (or 0x346E95) is unknown color: approx Lochmara. HEX triplet: 34, 6E and 95. RGB value is (52,110,149). Sum of RGB (Red+Green+Blue) = 52+110+149=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #346E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346E95 is #CB916A. Grayscale: #606060. Windows color (decimal): -13341035 or 9793076. OLE color: 9793076.

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

Color convert

RGB52110149-
CMYK0.650.2600.42
HSL204.12º48.26%39.41%-
HSV(B)204.12º65.1%58.43%-
XYZ12.4214.0530.49-
YUV97.1157.2895.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.72%
GREEN value IS 110 (43.36% from 255) = 35.37%
BLUE value IS 149 (58.59% from 255) = 47.91%
R=16.72%
G=35.37%
B=47.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521101490.650.2600.42204.1248.2639.41
Hex346E95411A02Acc3027
Octal64156225101320523146047
Binary110100110111010010101100000111010010101011001100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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