Color Hex Logo

#344675 Color Hex

#344675
(52,70,117)
0 Favorites   0 Comments

Color spaces of #344675

RGB 5270117
HSL0.620.380.33
HSV223°56°46°
CMYK 0.560.400.00   0.54
XYZ6.81726.394717.7046
Yxy6.39470.22050.2068
Hunter Lab25.28773.8674-23.8090
CIE-Lab30.38727.7980-29.1842

#344675 color RGB value is (52,70,117).

#344675 hex color red value is 52, green value is 70 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #344675 hue: 0.62 , saturation: 0.38 and the lightness value of 344675 is 0.33.

The process color (four color CMYK) of #344675 color hex is 0.56, 0.40, 0.00, 0.54. Web safe color of #344675 is #333366. Color #344675 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01000110 01110101
Octal 64 106 165
Decimal 52 70 117
Hex 34 46 75

RGB Percentages of Color #344675

%21.76
%29.29
%48.95

CMYK Percentages of Color #344675

%56
%40
%0
%54

Triadic Colors of #344675

#344675 #753446 #467534

Analogous Colors of #344675

#344675 #423475 #346775

Monochromatic Colors of #344675

#344675

Complementary Color

#344675 #756334

#344675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#344675 Color CSS Codes

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

#344675 Text Font Color

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

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


#344675 Background Color

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

This div background color is #344675


#344675 Border Color

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

This div border color is #344675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344675


Comments

No comments written yet.

Please login to write comment.