Color Hex Logo

#344553 Color Hex

#344553
(52,69,83)
0 Favorites   0 Comments

Color spaces of #344553

RGB 526983
HSL0.580.230.26
HSV207°37°33°
CMYK 0.370.170.00   0.67
XYZ5.10565.61088.9975
Yxy5.61080.25900.2846
Hunter Lab23.6871-2.9780-5.9402
CIE-Lab28.4085-2.7591-10.5468

#344553 color RGB value is (52,69,83).

#344553 hex color red value is 52, green value is 69 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #344553 hue: 0.58 , saturation: 0.23 and the lightness value of 344553 is 0.26.

The process color (four color CMYK) of #344553 color hex is 0.37, 0.17, 0.00, 0.67. Web safe color of #344553 is #333366. Color #344553 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01000101 01010011
Octal 64 105 123
Decimal 52 69 83
Hex 34 45 53

RGB Percentages of Color #344553

%25.49
%33.82
%40.69

CMYK Percentages of Color #344553

%37
%17
%0
%67

Triadic Colors of #344553

#344553 #533445 #455334

Analogous Colors of #344553

#344553 #343653 #345352

Monochromatic Colors of #344553

#344553

Complementary Color

#344553 #534234

#344553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#344553 Color CSS Codes

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

#344553 Text Font Color

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

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


#344553 Background Color

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

This div background color is #344553


#344553 Border Color

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

This div border color is #344553


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344553


Comments

No comments written yet.

Please login to write comment.