Color Hex Logo

#344990 Color Hex

#344990
(52,73,144)
0 Favorites   0 Comments

Color spaces of #344990

RGB 5273144
HSL0.630.470.38
HSV226°64°56°
CMYK 0.640.490.00   0.44
XYZ8.83287.508827.3694
Yxy7.50880.20210.1718
Hunter Lab27.40229.5837-40.0375
CIE-Lab32.938215.5360-41.8448

#344990 color RGB value is (52,73,144).

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

The process color (four color CMYK) of #344990 color hex is 0.64, 0.49, 0.00, 0.44. Web safe color of #344990 is #333399. Color #344990 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001001 10010000
Octal 64 111 220
Decimal 52 73 144
Hex 34 49 90

RGB Percentages of Color #344990

%19.33
%27.14
%53.53

CMYK Percentages of Color #344990

%64
%49
%0
%44

Triadic Colors of #344990

#344990 #903449 #499034

Analogous Colors of #344990

#344990 #4d3490 #347790

Monochromatic Colors of #344990

#344990

Complementary Color

#344990 #907b34

#344990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#344990 Color CSS Codes

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

#344990 Text Font Color

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

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


#344990 Background Color

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

This div background color is #344990


#344990 Border Color

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

This div border color is #344990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344990


Comments

No comments written yet.

Please login to write comment.