Color Hex Logo

#3553aa Color Hex

#3553AA
(53,83,170)
0 Favorites   0 Comments

Color spaces of #3553aa

RGB 5383170
HSL0.620.520.44
HSV225°69°67°
CMYK 0.690.510.00   0.33
XYZ11.81729.845739.3078
Yxy9.84570.19380.1615
Hunter Lab31.377912.3135-52.3095
CIE-Lab37.564118.6730-50.0568

#3553aa color RGB value is (53,83,170).

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

The process color (four color CMYK) of #3553aa color hex is 0.69, 0.51, 0.00, 0.33. Web safe color of #3553aa is #336699. Color #3553aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010011 10101010
Octal 65 123 252
Decimal 53 83 170
Hex 35 53 AA

RGB Percentages of Color #3553aa

%17.32
%27.12
%55.56

CMYK Percentages of Color #3553aa

%69
%51
%0
%33

Triadic Colors of #3553aa

#3553aa #aa3553 #53aa35

Analogous Colors of #3553aa

#3553aa #5235aa #358eaa

Monochromatic Colors of #3553aa

#3553aa

Complementary Color

#3553aa #aa8c35

#3553aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3553aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3553aa Color CSS Codes

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

#3553aa Text Font Color

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

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


#3553aa Background Color

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

This div background color is #3553aa


#3553aa Border Color

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

This div border color is #3553aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3553aa


Comments

No comments written yet.

Please login to write comment.