Color Hex Logo

#3482aa Color Hex

#3482AA
(52,130,170)
0 Favorites   0 Comments

Color spaces of #3482aa

RGB 52130170
HSL0.560.530.44
HSV200°69°67°
CMYK 0.690.240.00   0.33
XYZ16.654519.597640.9351
Yxy19.59760.21580.2539
Hunter Lab44.2692-10.3176-23.8362
CIE-Lab51.3792-10.6360-28.1763

#3482aa color RGB value is (52,130,170).

#3482aa hex color red value is 52, green value is 130 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3482aa hue: 0.56 , saturation: 0.53 and the lightness value of 3482aa is 0.44.

The process color (four color CMYK) of #3482aa color hex is 0.69, 0.24, 0.00, 0.33. Web safe color of #3482aa is #339999. Color #3482aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000010 10101010
Octal 64 202 252
Decimal 52 130 170
Hex 34 82 AA

RGB Percentages of Color #3482aa

%14.77
%36.93
%48.30

CMYK Percentages of Color #3482aa

%69
%24
%0
%33

Triadic Colors of #3482aa

#3482aa #aa3482 #82aa34

Analogous Colors of #3482aa

#3482aa #3447aa #34aa97

Monochromatic Colors of #3482aa

#3482aa

Complementary Color

#3482aa #aa5c34

#3482aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3482aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3482aa Color CSS Codes

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

#3482aa Text Font Color

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

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


#3482aa Background Color

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

This div background color is #3482aa


#3482aa Border Color

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

This div border color is #3482aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,130,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3482aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3482aa;
  -webkit-box-shadow: 1px 1px 3px 2px #3482aa;
  box-shadow:         1px 1px 3px 2px #3482aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3482aa


Comments

No comments written yet.

Please login to write comment.