#346EA2

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

Shades of Lochmara #346EA2

Tints of Lochmara #346EA2

Color information

#346EA2 (or 0x346EA2) is unknown color: approx Lochmara. HEX triplet: 34, 6E and A2. RGB value is (52,110,162). Sum of RGB (Red+Green+Blue) = 52+110+162=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 162 (63.67% from 255 or 50% from 324); Max value from RGB is 162 - color contains mainly: blue. Hex color #346EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346EA2 is #CB915D. Grayscale: #626262. Windows color (decimal): -13341022 or 10645044. OLE color: 10645044.

HSL color Cylindrical-coordinate representation of color #346EA2: hue angle of 208.36º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #346EA2 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB52110162-
CMYK0.680.3200.36
HSL208.36º51.4%41.96%-
HSV(B)208.36º67.9%63.53%-
XYZ13.5114.4936.27-
YUV98.59163.7894.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.05%
GREEN value IS 110 (43.36% from 255) = 33.95%
BLUE value IS 162 (63.67% from 255) = 50%
R=16.05%
G=33.95%
B=50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal521101620.680.3200.36208.3651.441.96
Hex346EA24420024d0332a
Octal64156242104400443206352
Binary1101001101110101000101000100100000010010011010000110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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