Color Hex Logo

#346687 Color Hex

#346687
(52,102,135)
0 Favorites   0 Comments

Color spaces of #346687

RGB 52102135
HSL0.570.440.37
HSV204°61°53°
CMYK 0.610.240.00   0.47
XYZ10.540711.982124.6789
Yxy11.98210.22330.2538
Hunter Lab34.6152-6.2213-18.0402
CIE-Lab41.1877-6.2760-23.3422

#346687 color RGB value is (52,102,135).

#346687 hex color red value is 52, green value is 102 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #346687 hue: 0.57 , saturation: 0.44 and the lightness value of 346687 is 0.37.

The process color (four color CMYK) of #346687 color hex is 0.61, 0.24, 0.00, 0.47. Web safe color of #346687 is #336699. Color #346687 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01100110 10000111
Octal 64 146 207
Decimal 52 102 135
Hex 34 66 87

RGB Percentages of Color #346687

%17.99
%35.29
%46.71

CMYK Percentages of Color #346687

%61
%24
%0
%47

Triadic Colors of #346687

#346687 #873466 #668734

Analogous Colors of #346687

#346687 #343d87 #34877f

Monochromatic Colors of #346687

#346687

Complementary Color

#346687 #875534

#346687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#346687 Color CSS Codes

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

#346687 Text Font Color

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

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


#346687 Background Color

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

This div background color is #346687


#346687 Border Color

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

This div border color is #346687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346687


Comments

No comments written yet.

Please login to write comment.