Color Hex Logo

#346584 Color Hex

#346584
(52,101,132)
0 Favorites   0 Comments

Color spaces of #346584

RGB 52101132
HSL0.560.430.36
HSV203°61°52°
CMYK 0.610.230.00   0.48
XYZ10.234711.703423.5493
Yxy11.70340.22500.2573
Hunter Lab34.2102-6.4659-16.8663
CIE-Lab40.7408-6.6973-22.2230

#346584 color RGB value is (52,101,132).

#346584 hex color red value is 52, green value is 101 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #346584 hue: 0.56 , saturation: 0.43 and the lightness value of 346584 is 0.36.

The process color (four color CMYK) of #346584 color hex is 0.61, 0.23, 0.00, 0.48. Web safe color of #346584 is #336699. Color #346584 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01100101 10000100
Octal 64 145 204
Decimal 52 101 132
Hex 34 65 84

RGB Percentages of Color #346584

%18.25
%35.44
%46.32

CMYK Percentages of Color #346584

%61
%23
%0
%48

Triadic Colors of #346584

#346584 #843465 #658434

Analogous Colors of #346584

#346584 #343d84 #34847b

Monochromatic Colors of #346584

#346584

Complementary Color

#346584 #845334

#346584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#346584 Color CSS Codes

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

#346584 Text Font Color

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

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


#346584 Background Color

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

This div background color is #346584


#346584 Border Color

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

This div border color is #346584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346584


Comments

No comments written yet.

Please login to write comment.