Color Hex Logo

#3481ad Color Hex

#3481AD
(52,129,173)
0 Favorites   0 Comments

Color spaces of #3481ad

RGB 52129173
HSL0.560.540.44
HSV202°70°68°
CMYK 0.700.250.00   0.32
XYZ16.809319.447742.4030
Yxy19.44770.21370.2472
Hunter Lab44.0995-9.1359-26.1394
CIE-Lab51.2069-9.0294-30.1784

#3481ad color RGB value is (52,129,173).

#3481ad hex color red value is 52, green value is 129 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3481ad hue: 0.56 , saturation: 0.54 and the lightness value of 3481ad is 0.44.

The process color (four color CMYK) of #3481ad color hex is 0.70, 0.25, 0.00, 0.32. Web safe color of #3481ad is #339999. Color #3481ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000001 10101101
Octal 64 201 255
Decimal 52 129 173
Hex 34 81 AD

RGB Percentages of Color #3481ad

%14.69
%36.44
%48.87

CMYK Percentages of Color #3481ad

%70
%25
%0
%32

Triadic Colors of #3481ad

#3481ad #ad3481 #81ad34

Analogous Colors of #3481ad

#3481ad #3445ad #34ad9d

Monochromatic Colors of #3481ad

#3481ad

Complementary Color

#3481ad #ad6034

#3481ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3481ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3481ad Color CSS Codes

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

#3481ad Text Font Color

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

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


#3481ad Background Color

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

This div background color is #3481ad


#3481ad Border Color

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

This div border color is #3481ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,129,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3481ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3481ad;
  -webkit-box-shadow: 1px 1px 3px 2px #3481ad;
  box-shadow:         1px 1px 3px 2px #3481ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3481ad


Comments

No comments written yet.

Please login to write comment.