Color Hex Logo

#346991 Color Hex

#346991
(52,105,145)
0 Favorites   0 Comments

Color spaces of #346991

RGB 52105145
HSL0.570.470.39
HSV206°64°57°
CMYK 0.640.280.00   0.43
XYZ11.578612.877528.6634
Yxy12.87750.21800.2424
Hunter Lab35.8852-5.2050-22.2383
CIE-Lab42.5781-4.6302-27.1830

#346991 color RGB value is (52,105,145).

#346991 hex color red value is 52, green value is 105 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #346991 hue: 0.57 , saturation: 0.47 and the lightness value of 346991 is 0.39.

The process color (four color CMYK) of #346991 color hex is 0.64, 0.28, 0.00, 0.43. Web safe color of #346991 is #336699. Color #346991 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101001 10010001
Octal 64 151 221
Decimal 52 105 145
Hex 34 69 91

RGB Percentages of Color #346991

%17.22
%34.77
%48.01

CMYK Percentages of Color #346991

%64
%28
%0
%43

Triadic Colors of #346991

#346991 #913469 #699134

Analogous Colors of #346991

#346991 #343a91 #34918b

Monochromatic Colors of #346991

#346991

Complementary Color

#346991 #915c34

#346991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#346991 Color CSS Codes

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

#346991 Text Font Color

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

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


#346991 Background Color

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

This div background color is #346991


#346991 Border Color

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

This div border color is #346991


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,105,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #346991; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #346991;
  -webkit-box-shadow: 1px 1px 3px 2px #346991;
  box-shadow:         1px 1px 3px 2px #346991; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346991


Comments

No comments written yet.

Please login to write comment.