Color Hex Logo

#353aaa Color Hex

#353AAA
(53,58,170)
0 Favorites   0 Comments

Color spaces of #353aaa

RGB 5358170
HSL0.660.520.44
HSV237°69°67°
CMYK 0.690.660.00   0.33
XYZ10.23706.685338.7811
Yxy6.68530.18380.1200
Hunter Lab25.855925.4246-70.8294
CIE-Lab31.079534.9641-60.5982

#353aaa color RGB value is (53,58,170).

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

The process color (four color CMYK) of #353aaa color hex is 0.69, 0.66, 0.00, 0.33. Web safe color of #353aaa is #333399. Color #353aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111010 10101010
Octal 65 72 252
Decimal 53 58 170
Hex 35 3A AA

RGB Percentages of Color #353aaa

%18.86
%20.64
%60.50

CMYK Percentages of Color #353aaa

%69
%66
%0
%33

Triadic Colors of #353aaa

#353aaa #aa353a #3aaa35

Analogous Colors of #353aaa

#353aaa #6b35aa #3575aa

Monochromatic Colors of #353aaa

#353aaa

Complementary Color

#353aaa #aaa535

#353aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#353aaa Color CSS Codes

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

#353aaa Text Font Color

<p style="color:#353aaa">Text here</p>

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


#353aaa Background Color

<div style="background-color:#353aaa">
Div content here</div>

This div background color is #353aaa


#353aaa Border Color

<div style="border:3px solid #353aaa">
Div here</div>

This div border color is #353aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353aaa


Comments

No comments written yet.

Please login to write comment.