Color Hex Logo

#346fab Color Hex

#346FAB
(52,111,171)
0 Favorites   0 Comments

Color spaces of #346fab

RGB 52111171
HSL0.580.530.44
HSV210°70°67°
CMYK 0.700.350.00   0.33
XYZ14.451315.039240.6693
Yxy15.03920.20600.2144
Hunter Lab38.7804-1.3487-35.0316
CIE-Lab45.68780.9699-37.6758

#346fab color RGB value is (52,111,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101111 10101011
Octal 64 157 253
Decimal 52 111 171
Hex 34 6F AB

RGB Percentages of Color #346fab

%15.57
%33.23
%51.20

CMYK Percentages of Color #346fab

%70
%35
%0
%33

Triadic Colors of #346fab

#346fab #ab346f #6fab34

Analogous Colors of #346fab

#346fab #3534ab #34abab

Monochromatic Colors of #346fab

#346fab

Complementary Color

#346fab #ab7034

#346fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#346fab Color CSS Codes

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

#346fab Text Font Color

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

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


#346fab Background Color

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

This div background color is #346fab


#346fab Border Color

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

This div border color is #346fab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,111,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 #346fab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346fab


Comments

No comments written yet.

Please login to write comment.