Color Hex Logo

#343777 Color Hex

#343777
(52,55,119)
0 Favorites   0 Comments

Color spaces of #343777

RGB 5255119
HSL0.660.390.34
HSV237°56°47°
CMYK 0.560.540.00   0.53
XYZ6.11214.794418.0560
Yxy4.79440.21100.1655
Hunter Lab21.896111.5084-33.5645
CIE-Lab26.140818.6770-37.2231

#343777 color RGB value is (52,55,119).

#343777 hex color red value is 52, green value is 55 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #343777 hue: 0.66 , saturation: 0.39 and the lightness value of 343777 is 0.34.

The process color (four color CMYK) of #343777 color hex is 0.56, 0.54, 0.00, 0.53. Web safe color of #343777 is #333366. Color #343777 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00110111 01110111
Octal 64 67 167
Decimal 52 55 119
Hex 34 37 77

RGB Percentages of Color #343777

%23.01
%24.34
%52.65

CMYK Percentages of Color #343777

%56
%54
%0
%53

Triadic Colors of #343777

#343777 #773437 #377734

Analogous Colors of #343777

#343777 #533477 #345977

Monochromatic Colors of #343777

#343777

Complementary Color

#343777 #777434

#343777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#343777 Color CSS Codes

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

#343777 Text Font Color

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

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


#343777 Background Color

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

This div background color is #343777


#343777 Border Color

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

This div border color is #343777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343777


Comments

No comments written yet.

Please login to write comment.