Color Hex Logo

#344995 Color Hex

#344995
(52,73,149)
0 Favorites   0 Comments

Color spaces of #344995

RGB 5273149
HSL0.630.480.39
HSV227°65°58°
CMYK 0.650.510.00   0.42
XYZ9.22357.665129.4271
Yxy7.66510.19910.1655
Hunter Lab27.685911.0165-43.6386
CIE-Lab33.275417.3736-44.3504

#344995 color RGB value is (52,73,149).

#344995 hex color red value is 52, green value is 73 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #344995 hue: 0.63 , saturation: 0.48 and the lightness value of 344995 is 0.39.

The process color (four color CMYK) of #344995 color hex is 0.65, 0.51, 0.00, 0.42. Web safe color of #344995 is #333399. Color #344995 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001001 10010101
Octal 64 111 225
Decimal 52 73 149
Hex 34 49 95

RGB Percentages of Color #344995

%18.98
%26.64
%54.38

CMYK Percentages of Color #344995

%65
%51
%0
%42

Triadic Colors of #344995

#344995 #953449 #499534

Analogous Colors of #344995

#344995 #4f3495 #347a95

Monochromatic Colors of #344995

#344995

Complementary Color

#344995 #958034

#344995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#344995 Color CSS Codes

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

#344995 Text Font Color

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

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


#344995 Background Color

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

This div background color is #344995


#344995 Border Color

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

This div border color is #344995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344995

#344995 Color Palettes


Comments

No comments written yet.

Please login to write comment.