Color Hex Logo

#354987 Color Hex

#354987
(53,73,135)
0 Favorites   0 Comments

Color spaces of #354987

RGB 5373135
HSL0.630.440.37
HSV225°61°53°
CMYK 0.610.460.00   0.47
XYZ8.22397.271223.8917
Yxy7.27120.20880.1846
Hunter Lab26.96527.2503-33.6566
CIE-Lab32.416512.4563-37.1543

#354987 color RGB value is (53,73,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001001 10000111
Octal 65 111 207
Decimal 53 73 135
Hex 35 49 87

RGB Percentages of Color #354987

%20.31
%27.97
%51.72

CMYK Percentages of Color #354987

%61
%46
%0
%47

Triadic Colors of #354987

#354987 #873549 #498735

Analogous Colors of #354987

#354987 #4a3587 #357287

Monochromatic Colors of #354987

#354987

Complementary Color

#354987 #877335

#354987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354987 Color CSS Codes

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

#354987 Text Font Color

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

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


#354987 Background Color

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

This div background color is #354987


#354987 Border Color

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

This div border color is #354987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354987


Comments

No comments written yet.

Please login to write comment.