Color Hex Logo

#354a82 Color Hex

#354A82
(53,74,130)
0 Favorites   0 Comments

Color spaces of #354a82

RGB 5374130
HSL0.620.420.36
HSV224°59°51°
CMYK 0.590.430.00   0.49
XYZ7.94627.266122.1028
Yxy7.26610.21290.1947
Hunter Lab26.95575.4471-29.7469
CIE-Lab32.40529.9873-34.0846

#354a82 color RGB value is (53,74,130).

#354a82 hex color red value is 53, green value is 74 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #354a82 hue: 0.62 , saturation: 0.42 and the lightness value of 354a82 is 0.36.

The process color (four color CMYK) of #354a82 color hex is 0.59, 0.43, 0.00, 0.49. Web safe color of #354a82 is #333399. Color #354a82 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001010 10000010
Octal 65 112 202
Decimal 53 74 130
Hex 35 4A 82

RGB Percentages of Color #354a82

%20.62
%28.79
%50.58

CMYK Percentages of Color #354a82

%59
%43
%0
%49

Triadic Colors of #354a82

#354a82 #82354a #4a8235

Analogous Colors of #354a82

#354a82 #473582 #357182

Monochromatic Colors of #354a82

#354a82

Complementary Color

#354a82 #826d35

#354a82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354a82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354a82 Color CSS Codes

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

#354a82 Text Font Color

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

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


#354a82 Background Color

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

This div background color is #354a82


#354a82 Border Color

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

This div border color is #354a82


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,74,130, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #354a82">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354a82


Comments

No comments written yet.

Please login to write comment.