Color Hex Logo

#346481 Color Hex

#346481
(52,100,129)
0 Favorites   0 Comments

Color spaces of #346481

RGB 52100129
HSL0.560.430.35
HSV203°60°51°
CMYK 0.600.220.00   0.49
XYZ9.935811.429422.4513
Yxy11.42940.22680.2608
Hunter Lab33.8074-6.7028-15.7090
CIE-Lab40.2945-7.1122-21.0969

#346481 color RGB value is (52,100,129).

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

The process color (four color CMYK) of #346481 color hex is 0.60, 0.22, 0.00, 0.49. Web safe color of #346481 is #336699. Color #346481 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01100100 10000001
Octal 64 144 201
Decimal 52 100 129
Hex 34 64 81

RGB Percentages of Color #346481

%18.51
%35.59
%45.91

CMYK Percentages of Color #346481

%60
%22
%0
%49

Triadic Colors of #346481

#346481 #813464 #648134

Analogous Colors of #346481

#346481 #343e81 #348178

Monochromatic Colors of #346481

#346481

Complementary Color

#346481 #815134

#346481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#346481 Color CSS Codes

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

#346481 Text Font Color

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

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


#346481 Background Color

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

This div background color is #346481


#346481 Border Color

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

This div border color is #346481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346481


Comments

No comments written yet.

Please login to write comment.