Color Hex Logo

#351677 Color Hex

#351677
(53,22,119)
0 Favorites   0 Comments

Color spaces of #351677

RGB 5322119
HSL0.720.690.28
HSV259°82°47°
CMYK 0.550.820.00   0.53
XYZ5.08492.662617.6987
Yxy2.66260.19980.1046
Hunter Lab16.317527.0691-52.8865
CIE-Lab18.638639.0975-49.4283

#351677 color RGB value is (53,22,119).

#351677 hex color red value is 53, green value is 22 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #351677 hue: 0.72 , saturation: 0.69 and the lightness value of 351677 is 0.28.

The process color (four color CMYK) of #351677 color hex is 0.55, 0.82, 0.00, 0.53. Web safe color of #351677 is #330066. Color #351677 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010110 01110111
Octal 65 26 167
Decimal 53 22 119
Hex 35 16 77

RGB Percentages of Color #351677

%27.32
%11.34
%61.34

CMYK Percentages of Color #351677

%55
%82
%0
%53

Triadic Colors of #351677

#351677 #773516 #167735

Analogous Colors of #351677

#351677 #661677 #162877

Monochromatic Colors of #351677

#351677

Complementary Color

#351677 #587716

#351677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#351677 Color CSS Codes

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

#351677 Text Font Color

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

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


#351677 Background Color

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

This div background color is #351677


#351677 Border Color

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

This div border color is #351677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351677


Comments

No comments written yet.

Please login to write comment.