Color Hex Logo

#344a58 Color Hex

#344A58
(52,74,88)
0 Favorites   0 Comments

Color spaces of #344a58

RGB 527488
HSL0.560.260.27
HSV203°41°35°
CMYK 0.410.160.00   0.65
XYZ5.62646.332210.1582
Yxy6.33220.25440.2863
Hunter Lab25.1639-4.1259-6.3196
CIE-Lab30.2356-4.4261-10.9922

#344a58 color RGB value is (52,74,88).

#344a58 hex color red value is 52, green value is 74 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #344a58 hue: 0.56 , saturation: 0.26 and the lightness value of 344a58 is 0.27.

The process color (four color CMYK) of #344a58 color hex is 0.41, 0.16, 0.00, 0.65. Web safe color of #344a58 is #333366. Color #344a58 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001010 01011000
Octal 64 112 130
Decimal 52 74 88
Hex 34 4A 58

RGB Percentages of Color #344a58

%24.30
%34.58
%41.12

CMYK Percentages of Color #344a58

%41
%16
%0
%65

Triadic Colors of #344a58

#344a58 #58344a #4a5834

Analogous Colors of #344a58

#344a58 #343858 #345854

Monochromatic Colors of #344a58

#344a58

Complementary Color

#344a58 #584234

#344a58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344a58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#344a58 Color CSS Codes

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

#344a58 Text Font Color

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

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


#344a58 Background Color

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

This div background color is #344a58


#344a58 Border Color

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

This div border color is #344a58


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,74,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #344a58; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #344a58;
  -webkit-box-shadow: 1px 1px 3px 2px #344a58;
  box-shadow:         1px 1px 3px 2px #344a58; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344a58


Comments

No comments written yet.

Please login to write comment.