Color Hex Logo

#354faa Color Hex

#354FAA
(53,79,170)
0 Favorites   0 Comments

Color spaces of #354faa

RGB 5379170
HSL0.630.520.44
HSV227°69°67°
CMYK 0.690.540.00   0.33
XYZ11.51999.251139.2087
Yxy9.25110.19210.1542
Hunter Lab30.415614.3794-55.1397
CIE-Lab36.463321.3070-51.8348

#354faa color RGB value is (53,79,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001111 10101010
Octal 65 117 252
Decimal 53 79 170
Hex 35 4F AA

RGB Percentages of Color #354faa

%17.55
%26.16
%56.29

CMYK Percentages of Color #354faa

%69
%54
%0
%33

Triadic Colors of #354faa

#354faa #aa354f #4faa35

Analogous Colors of #354faa

#354faa #5635aa #358aaa

Monochromatic Colors of #354faa

#354faa

Complementary Color

#354faa #aa9035

#354faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#354faa Color CSS Codes

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

#354faa Text Font Color

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

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


#354faa Background Color

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

This div background color is #354faa


#354faa Border Color

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

This div border color is #354faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354faa


Comments

No comments written yet.

Please login to write comment.