Color Hex Logo

#344655 Color Hex

#344655
(52,70,85)
0 Favorites   0 Comments

Color spaces of #344655

RGB 527085
HSL0.580.240.27
HSV207°39°33°
CMYK 0.390.180.00   0.67
XYZ5.24605.76639.4308
Yxy5.76630.25660.2821
Hunter Lab24.0131-3.0272-6.4761
CIE-Lab28.8150-2.7976-11.2224

#344655 color RGB value is (52,70,85).

#344655 hex color red value is 52, green value is 70 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #344655 hue: 0.58 , saturation: 0.24 and the lightness value of 344655 is 0.27.

The process color (four color CMYK) of #344655 color hex is 0.39, 0.18, 0.00, 0.67. Web safe color of #344655 is #333366. Color #344655 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01000110 01010101
Octal 64 106 125
Decimal 52 70 85
Hex 34 46 55

RGB Percentages of Color #344655

%25.12
%33.82
%41.06

CMYK Percentages of Color #344655

%39
%18
%0
%67

Triadic Colors of #344655

#344655 #553446 #465534

Analogous Colors of #344655

#344655 #343655 #345554

Monochromatic Colors of #344655

#344655

Complementary Color

#344655 #554334

#344655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#344655 Color CSS Codes

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

#344655 Text Font Color

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

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


#344655 Background Color

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

This div background color is #344655


#344655 Border Color

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

This div border color is #344655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344655


Comments

No comments written yet.

Please login to write comment.