Color Hex Logo

#3582aa Color Hex

#3582AA
(53,130,170)
0 Favorites   0 Comments

Color spaces of #3582aa

RGB 53130170
HSL0.560.520.44
HSV201°69°67°
CMYK 0.690.240.00   0.33
XYZ16.706519.624440.9376
Yxy19.62440.21620.2540
Hunter Lab44.2994-10.2069-23.7809
CIE-Lab51.4099-10.4774-28.1263

#3582aa color RGB value is (53,130,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000010 10101010
Octal 65 202 252
Decimal 53 130 170
Hex 35 82 AA

RGB Percentages of Color #3582aa

%15.01
%36.83
%48.16

CMYK Percentages of Color #3582aa

%69
%24
%0
%33

Triadic Colors of #3582aa

#3582aa #aa3582 #82aa35

Analogous Colors of #3582aa

#3582aa #3548aa #35aa98

Monochromatic Colors of #3582aa

#3582aa

Complementary Color

#3582aa #aa5d35

#3582aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3582aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3582aa Color CSS Codes

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

#3582aa Text Font Color

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

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


#3582aa Background Color

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

This div background color is #3582aa


#3582aa Border Color

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

This div border color is #3582aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,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 #3582aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3582aa


Comments

No comments written yet.

Please login to write comment.