Color Hex Logo

#353daa Color Hex

#353DAA
(53,61,170)
0 Favorites   0 Comments

Color spaces of #353daa

RGB 5361170
HSL0.660.520.44
HSV236°69°67°
CMYK 0.690.640.00   0.33
XYZ10.39266.996738.8329
Yxy6.99670.18480.1244
Hunter Lab26.451323.8422-68.5273
CIE-Lab31.799433.0602-59.4200

#353daa color RGB value is (53,61,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111101 10101010
Octal 65 75 252
Decimal 53 61 170
Hex 35 3D AA

RGB Percentages of Color #353daa

%18.66
%21.48
%59.86

CMYK Percentages of Color #353daa

%69
%64
%0
%33

Triadic Colors of #353daa

#353daa #aa353d #3daa35

Analogous Colors of #353daa

#353daa #6835aa #3578aa

Monochromatic Colors of #353daa

#353daa

Complementary Color

#353daa #aaa235

#353daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#353daa Color CSS Codes

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

#353daa Text Font Color

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

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


#353daa Background Color

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

This div background color is #353daa


#353daa Border Color

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

This div border color is #353daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353daa


Comments

No comments written yet.

Please login to write comment.