Color Hex Logo

#354989 Color Hex

#354989
(53,73,137)
0 Favorites   0 Comments

Color spaces of #354989

RGB 5373137
HSL0.630.440.37
HSV226°61°54°
CMYK 0.610.470.00   0.46
XYZ8.36617.328124.6404
Yxy7.32810.20740.1817
Hunter Lab27.07057.7919-35.0183
CIE-Lab32.542513.1807-38.1843

#354989 color RGB value is (53,73,137).

#354989 hex color red value is 53, green value is 73 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #354989 hue: 0.63 , saturation: 0.44 and the lightness value of 354989 is 0.37.

The process color (four color CMYK) of #354989 color hex is 0.61, 0.47, 0.00, 0.46. Web safe color of #354989 is #333399. Color #354989 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001001 10001001
Octal 65 111 211
Decimal 53 73 137
Hex 35 49 89

RGB Percentages of Color #354989

%20.15
%27.76
%52.09

CMYK Percentages of Color #354989

%61
%47
%0
%46

Triadic Colors of #354989

#354989 #893549 #498935

Analogous Colors of #354989

#354989 #4b3589 #357389

Monochromatic Colors of #354989

#354989

Complementary Color

#354989 #897535

#354989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354989 Color CSS Codes

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

#354989 Text Font Color

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

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


#354989 Background Color

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

This div background color is #354989


#354989 Border Color

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

This div border color is #354989


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,73,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #354989; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #354989;
  -webkit-box-shadow: 1px 1px 3px 2px #354989;
  box-shadow:         1px 1px 3px 2px #354989; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354989


Comments

No comments written yet.

Please login to write comment.