Color Hex Logo

#3449a1 Color Hex

#3449A1
(52,73,161)
0 Favorites   0 Comments

Color spaces of #3449a1

RGB 5273161
HSL0.630.510.42
HSV228°68°63°
CMYK 0.680.550.00   0.37
XYZ10.23178.068434.7363
Yxy8.06840.19290.1521
Hunter Lab28.404914.5886-52.6221
CIE-Lab34.124921.7961-50.2366

#3449a1 color RGB value is (52,73,161).

#3449a1 hex color red value is 52, green value is 73 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #3449a1 hue: 0.63 , saturation: 0.51 and the lightness value of 3449a1 is 0.42.

The process color (four color CMYK) of #3449a1 color hex is 0.68, 0.55, 0.00, 0.37. Web safe color of #3449a1 is #333399. Color #3449a1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001001 10100001
Octal 64 111 241
Decimal 52 73 161
Hex 34 49 A1

RGB Percentages of Color #3449a1

%18.18
%25.52
%56.29

CMYK Percentages of Color #3449a1

%68
%55
%0
%37

Triadic Colors of #3449a1

#3449a1 #a13449 #49a134

Analogous Colors of #3449a1

#3449a1 #5534a1 #3480a1

Monochromatic Colors of #3449a1

#3449a1

Complementary Color

#3449a1 #a18c34

#3449a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3449a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3449a1 Color CSS Codes

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

#3449a1 Text Font Color

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

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


#3449a1 Background Color

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

This div background color is #3449a1


#3449a1 Border Color

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

This div border color is #3449a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3449a1


Comments

No comments written yet.

Please login to write comment.