#346E96

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

Shades of Lochmara #346E96

Tints of Lochmara #346E96

Color information

#346E96 (or 0x346E96) is unknown color: approx Lochmara. HEX triplet: 34, 6E and 96. RGB value is (52,110,150). Sum of RGB (Red+Green+Blue) = 52+110+150=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #346E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346E96 is #CB9169. Grayscale: #606060. Windows color (decimal): -13341034 or 9858612. OLE color: 9858612.

HSL color Cylindrical-coordinate representation of color #346E96: hue angle of 204.49º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #346E96 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB52110150-
CMYK0.650.2700.41
HSL204.49º48.51%39.61%-
HSV(B)204.49º65.33%58.82%-
XYZ12.514.0830.91-
YUV97.22157.7895.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.67%
GREEN value IS 110 (43.36% from 255) = 35.26%
BLUE value IS 150 (58.98% from 255) = 48.08%
R=16.67%
G=35.26%
B=48.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521101500.650.2700.41204.4948.5139.61
Hex346E96411B029cc3128
Octal64156226101330513146150
Binary110100110111010010110100000111011010100111001100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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