Color Hex Logo

#344458 Color Hex

#344458
(52,68,88)
0 Favorites   0 Comments

Color spaces of #344458

RGB 526888
HSL0.590.260.27
HSV213°41°35°
CMYK 0.410.230.00   0.65
XYZ5.24475.568910.0310
Yxy5.56890.25160.2672
Hunter Lab23.5985-1.6263-8.6834
CIE-Lab28.2977-0.5834-13.9531

#344458 color RGB value is (52,68,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01000100 01011000
Octal 64 104 130
Decimal 52 68 88
Hex 34 44 58

RGB Percentages of Color #344458

%25.00
%32.69
%42.31

CMYK Percentages of Color #344458

%41
%23
%0
%65

Triadic Colors of #344458

#344458 #583444 #445834

Analogous Colors of #344458

#344458 #363458 #345658

Monochromatic Colors of #344458

#344458

Complementary Color

#344458 #584834

#344458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#344458 Color CSS Codes

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

#344458 Text Font Color

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

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


#344458 Background Color

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

This div background color is #344458


#344458 Border Color

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

This div border color is #344458


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,68,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 #344458">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344458


Comments

No comments written yet.

Please login to write comment.