Color Hex Logo

#346186 Color Hex

#346186
(52,97,134)
0 Favorites   0 Comments

Color spaces of #346186

RGB 5297134
HSL0.580.440.36
HSV207°61°53°
CMYK 0.610.280.00   0.47
XYZ9.993911.000724.1509
Yxy11.00070.22140.2437
Hunter Lab33.1673-4.2575-19.9551
CIE-Lab39.5816-3.5814-25.2353

#346186 color RGB value is (52,97,134).

#346186 hex color red value is 52, green value is 97 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #346186 hue: 0.58 , saturation: 0.44 and the lightness value of 346186 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01100001 10000110
Octal 64 141 206
Decimal 52 97 134
Hex 34 61 86

RGB Percentages of Color #346186

%18.37
%34.28
%47.35

CMYK Percentages of Color #346186

%61
%28
%0
%47

Triadic Colors of #346186

#346186 #863461 #618634

Analogous Colors of #346186

#346186 #343886 #348682

Monochromatic Colors of #346186

#346186

Complementary Color

#346186 #865934

#346186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#346186 Color CSS Codes

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

#346186 Text Font Color

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

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


#346186 Background Color

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

This div background color is #346186


#346186 Border Color

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

This div border color is #346186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346186


Comments

No comments written yet.

Please login to write comment.