Color Hex Logo

#346aae Color Hex

#346AAE
(52,106,174)
0 Favorites   0 Comments

Color spaces of #346aae

RGB 52106174
HSL0.590.540.44
HSV213°70°68°
CMYK 0.700.390.00   0.32
XYZ14.210214.094142.0159
Yxy14.09410.20210.2004
Hunter Lab37.54211.8660-40.0760
CIE-Lab44.36765.1682-41.5246

#346aae color RGB value is (52,106,174).

#346aae hex color red value is 52, green value is 106 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #346aae hue: 0.59 , saturation: 0.54 and the lightness value of 346aae is 0.44.

The process color (four color CMYK) of #346aae color hex is 0.70, 0.39, 0.00, 0.32. Web safe color of #346aae is #336699. Color #346aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101010 10101110
Octal 64 152 256
Decimal 52 106 174
Hex 34 6A AE

RGB Percentages of Color #346aae

%15.66
%31.93
%52.41

CMYK Percentages of Color #346aae

%70
%39
%0
%32

Triadic Colors of #346aae

#346aae #ae346a #6aae34

Analogous Colors of #346aae

#346aae #3b34ae #34a7ae

Monochromatic Colors of #346aae

#346aae

Complementary Color

#346aae #ae7834

#346aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#346aae Color CSS Codes

.mybgcolor {background-color:#346aae; } 
.myforecolor {color:#346aae; }
.mybordercolor {border:3px solid #346aae; }

#346aae Text Font Color

<p style="color:#346aae">Text here</p>

This sample text font color is #346aae
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#346aae Background Color

<div style="background-color:#346aae">
Div content here</div>

This div background color is #346aae


#346aae Border Color

<div style="border:3px solid #346aae">
Div here</div>

This div border color is #346aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,106,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #346aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #346aae;
  -webkit-box-shadow: 1px 1px 3px 2px #346aae;
  box-shadow:         1px 1px 3px 2px #346aae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,106,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #346aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #346aae;
  -webkit-box-shadow: 1px 1px 3px 2px #346aae;
  box-shadow:         1px 1px 3px 2px #346aae;">
Div content here</div>

This div box has shadow with color #346aae


Comments

No comments written yet.

Please login to write comment.