Color Hex Logo

#354daa Color Hex

#354DAA
(53,77,170)
0 Favorites   0 Comments

Color spaces of #354daa

RGB 5377170
HSL0.630.520.44
HSV228°69°67°
CMYK 0.690.550.00   0.33
XYZ11.37788.966939.1613
Yxy8.96690.19120.1507
Hunter Lab29.944815.4194-56.5772
CIE-Lab35.920522.6252-52.7134

#354daa color RGB value is (53,77,170).

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

The process color (four color CMYK) of #354daa color hex is 0.69, 0.55, 0.00, 0.33. Web safe color of #354daa is #336699. Color #354daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001101 10101010
Octal 65 115 252
Decimal 53 77 170
Hex 35 4D AA

RGB Percentages of Color #354daa

%17.67
%25.67
%56.67

CMYK Percentages of Color #354daa

%69
%55
%0
%33

Triadic Colors of #354daa

#354daa #aa354d #4daa35

Analogous Colors of #354daa

#354daa #5835aa #3588aa

Monochromatic Colors of #354daa

#354daa

Complementary Color

#354daa #aa9235

#354daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#354daa Color CSS Codes

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

#354daa Text Font Color

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

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


#354daa Background Color

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

This div background color is #354daa


#354daa Border Color

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

This div border color is #354daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354daa


Comments

No comments written yet.

Please login to write comment.