Color Hex Logo

#344450 Color Hex

#344450
(52,68,80)
0 Favorites   0 Comments

Color spaces of #344450

RGB 526880
HSL0.570.210.26
HSV206°35°31°
CMYK 0.350.150.00   0.69
XYZ4.93135.44358.3802
Yxy5.44350.26290.2902
Hunter Lab23.3313-3.1021-4.9640
CIE-Lab27.9627-3.0091-9.2759

#344450 color RGB value is (52,68,80).

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

The process color (four color CMYK) of #344450 color hex is 0.35, 0.15, 0.00, 0.69. Web safe color of #344450 is #333366. Color #344450 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01000100 01010000
Octal 64 104 120
Decimal 52 68 80
Hex 34 44 50

RGB Percentages of Color #344450

%26.00
%34.00
%40.00

CMYK Percentages of Color #344450

%35
%15
%0
%69

Triadic Colors of #344450

#344450 #503444 #445034

Analogous Colors of #344450

#344450 #343650 #34504e

Monochromatic Colors of #344450

#344450

Complementary Color

#344450 #504034

#344450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#344450 Color CSS Codes

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

#344450 Text Font Color

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

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


#344450 Background Color

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

This div background color is #344450


#344450 Border Color

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

This div border color is #344450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344450


Comments

No comments written yet.

Please login to write comment.