Color Hex Logo

#344174 Color Hex

#344174
(52,65,116)
0 Favorites   0 Comments

Color spaces of #344174

RGB 5265116
HSL0.630.380.33
HSV228°55°45°
CMYK 0.550.440.00   0.55
XYZ6.45895.771617.2966
Yxy5.77160.21870.1955
Hunter Lab24.02425.9475-25.8699
CIE-Lab28.828810.8101-31.0261

#344174 color RGB value is (52,65,116).

#344174 hex color red value is 52, green value is 65 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #344174 hue: 0.63 , saturation: 0.38 and the lightness value of 344174 is 0.33.

The process color (four color CMYK) of #344174 color hex is 0.55, 0.44, 0.00, 0.55. Web safe color of #344174 is #333366. Color #344174 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01000001 01110100
Octal 64 101 164
Decimal 52 65 116
Hex 34 41 74

RGB Percentages of Color #344174

%22.32
%27.90
%49.79

CMYK Percentages of Color #344174

%55
%44
%0
%55

Triadic Colors of #344174

#344174 #743441 #417434

Analogous Colors of #344174

#344174 #473474 #346174

Monochromatic Colors of #344174

#344174

Complementary Color

#344174 #746734

#344174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#344174 Color CSS Codes

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

#344174 Text Font Color

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

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


#344174 Background Color

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

This div background color is #344174


#344174 Border Color

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

This div border color is #344174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344174


Comments

No comments written yet.

Please login to write comment.