Color Hex Logo

#354ab9 Color Hex

#354AB9
(53,74,185)
0 Favorites   0 Comments

Color spaces of #354ab9

RGB 5374185
HSL0.640.550.47
HSV230°71°73°
CMYK 0.710.600.00   0.27
XYZ12.67399.157246.9985
Yxy9.15720.18410.1330
Hunter Lab30.260921.8031-70.9014
CIE-Lab36.285230.0757-61.0019

#354ab9 color RGB value is (53,74,185).

#354ab9 hex color red value is 53, green value is 74 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #354ab9 hue: 0.64 , saturation: 0.55 and the lightness value of 354ab9 is 0.47.

The process color (four color CMYK) of #354ab9 color hex is 0.71, 0.60, 0.00, 0.27. Web safe color of #354ab9 is #3333cc. Color #354ab9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001010 10111001
Octal 65 112 271
Decimal 53 74 185
Hex 35 4A B9

RGB Percentages of Color #354ab9

%16.99
%23.72
%59.29

CMYK Percentages of Color #354ab9

%71
%60
%0
%27

Triadic Colors of #354ab9

#354ab9 #b9354a #4ab935

Analogous Colors of #354ab9

#354ab9 #6235b9 #358cb9

Monochromatic Colors of #354ab9

#354ab9

Complementary Color

#354ab9 #b9a435

#354ab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354ab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354ab9 Color CSS Codes

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

#354ab9 Text Font Color

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

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


#354ab9 Background Color

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

This div background color is #354ab9


#354ab9 Border Color

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

This div border color is #354ab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354ab9


Comments

No comments written yet.

Please login to write comment.