Color Hex Logo

#346580 Color Hex

#346580
(52,101,128)
0 Favorites   0 Comments

Color spaces of #346580

RGB 52101128
HSL0.560.420.35
HSV201°59°50°
CMYK 0.590.210.00   0.50
XYZ9.966111.595922.1350
Yxy11.59590.22810.2654
Hunter Lab34.0528-7.3513-14.7028
CIE-Lab40.5665-8.0456-20.0704

#346580 color RGB value is (52,101,128).

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

The process color (four color CMYK) of #346580 color hex is 0.59, 0.21, 0.00, 0.50. Web safe color of #346580 is #336699. Color #346580 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01100101 10000000
Octal 64 145 200
Decimal 52 101 128
Hex 34 65 80

RGB Percentages of Color #346580

%18.51
%35.94
%45.55

CMYK Percentages of Color #346580

%59
%21
%0
%50

Triadic Colors of #346580

#346580 #803465 #658034

Analogous Colors of #346580

#346580 #343f80 #348075

Monochromatic Colors of #346580

#346580

Complementary Color

#346580 #804f34

#346580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#346580 Color CSS Codes

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

#346580 Text Font Color

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

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


#346580 Background Color

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

This div background color is #346580


#346580 Border Color

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

This div border color is #346580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346580


Comments

No comments written yet.

Please login to write comment.