Color Hex Logo

#344776 Color Hex

#344776
(52,71,118)
0 Favorites   0 Comments

Color spaces of #344776

RGB 5271118
HSL0.620.390.33
HSV223°56°46°
CMYK 0.560.400.00   0.54
XYZ6.93946.544518.0370
Yxy6.54450.22020.2076
Hunter Lab25.58223.6508-23.8955
CIE-Lab30.74667.4827-29.2435

#344776 color RGB value is (52,71,118).

#344776 hex color red value is 52, green value is 71 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #344776 hue: 0.62 , saturation: 0.39 and the lightness value of 344776 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01000111 01110110
Octal 64 107 166
Decimal 52 71 118
Hex 34 47 76

RGB Percentages of Color #344776

%21.58
%29.46
%48.96

CMYK Percentages of Color #344776

%56
%40
%0
%54

Triadic Colors of #344776

#344776 #763447 #477634

Analogous Colors of #344776

#344776 #423476 #346876

Monochromatic Colors of #344776

#344776

Complementary Color

#344776 #766334

#344776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#344776 Color CSS Codes

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

#344776 Text Font Color

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

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


#344776 Background Color

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

This div background color is #344776


#344776 Border Color

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

This div border color is #344776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344776


Comments

No comments written yet.

Please login to write comment.