Color Hex Logo

#346aba Color Hex

#346ABA
(52,106,186)
0 Favorites   0 Comments

Color spaces of #346aba

RGB 52106186
HSL0.600.560.47
HSV216°72°73°
CMYK 0.720.430.00   0.27
XYZ15.433114.583348.4558
Yxy14.58330.19670.1858
Hunter Lab38.18815.3087-48.4998
CIE-Lab45.05819.5959-47.4226

#346aba color RGB value is (52,106,186).

#346aba hex color red value is 52, green value is 106 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #346aba hue: 0.60 , saturation: 0.56 and the lightness value of 346aba is 0.47.

The process color (four color CMYK) of #346aba color hex is 0.72, 0.43, 0.00, 0.27. Web safe color of #346aba is #3366cc. Color #346aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101010 10111010
Octal 64 152 272
Decimal 52 106 186
Hex 34 6A BA

RGB Percentages of Color #346aba

%15.12
%30.81
%54.07

CMYK Percentages of Color #346aba

%72
%43
%0
%27

Triadic Colors of #346aba

#346aba #ba346a #6aba34

Analogous Colors of #346aba

#346aba #4134ba #34adba

Monochromatic Colors of #346aba

#346aba

Complementary Color

#346aba #ba8434

#346aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#346aba Color CSS Codes

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

#346aba Text Font Color

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

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


#346aba Background Color

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

This div background color is #346aba


#346aba Border Color

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

This div border color is #346aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346aba


Comments

No comments written yet.

Please login to write comment.