Color Hex Logo

#346eab Color Hex

#346EAB
(52,110,171)
0 Favorites   0 Comments

Color spaces of #346eab

RGB 52110171
HSL0.590.530.44
HSV211°70°67°
CMYK 0.700.360.00   0.33
XYZ14.342814.822240.6331
Yxy14.82220.20550.2124
Hunter Lab38.4996-0.8752-35.6259
CIE-Lab45.38971.5854-38.1471

#346eab color RGB value is (52,110,171).

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

The process color (four color CMYK) of #346eab color hex is 0.70, 0.36, 0.00, 0.33. Web safe color of #346eab is #336699. Color #346eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101110 10101011
Octal 64 156 253
Decimal 52 110 171
Hex 34 6E AB

RGB Percentages of Color #346eab

%15.62
%33.03
%51.35

CMYK Percentages of Color #346eab

%70
%36
%0
%33

Triadic Colors of #346eab

#346eab #ab346e #6eab34

Analogous Colors of #346eab

#346eab #3634ab #34aaab

Monochromatic Colors of #346eab

#346eab

Complementary Color

#346eab #ab7134

#346eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#346eab Color CSS Codes

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

#346eab Text Font Color

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

This sample text font color is #346eab
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.


#346eab Background Color

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

This div background color is #346eab


#346eab Border Color

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

This div border color is #346eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346eab


Comments

No comments written yet.

Please login to write comment.