Color Hex Logo

#354187 Color Hex

#354187
(53,65,135)
0 Favorites   0 Comments

Color spaces of #354187

RGB 5365135
HSL0.640.440.37
HSV231°61°53°
CMYK 0.610.520.00   0.47
XYZ7.73176.286723.7276
Yxy6.28670.20480.1666
Hunter Lab25.073311.1647-38.5566
CIE-Lab30.124617.8323-40.8291

#354187 color RGB value is (53,65,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000001 10000111
Octal 65 101 207
Decimal 53 65 135
Hex 35 41 87

RGB Percentages of Color #354187

%20.95
%25.69
%53.36

CMYK Percentages of Color #354187

%61
%52
%0
%47

Triadic Colors of #354187

#354187 #873541 #418735

Analogous Colors of #354187

#354187 #523587 #356a87

Monochromatic Colors of #354187

#354187

Complementary Color

#354187 #877b35

#354187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354187 Color CSS Codes

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

#354187 Text Font Color

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

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


#354187 Background Color

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

This div background color is #354187


#354187 Border Color

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

This div border color is #354187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354187


Comments

No comments written yet.

Please login to write comment.