Color Hex Logo

#351689 Color Hex

#351689
(53,22,137)
0 Favorites   0 Comments

Color spaces of #351689

RGB 5322137
HSL0.710.720.31
HSV256°84°54°
CMYK 0.610.840.00   0.46
XYZ6.27053.136823.9419
Yxy3.13680.18800.0941
Hunter Lab17.711032.2028-67.7510
CIE-Lab20.583644.3459-57.6402

#351689 color RGB value is (53,22,137).

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

The process color (four color CMYK) of #351689 color hex is 0.61, 0.84, 0.00, 0.46. Web safe color of #351689 is #330099. Color #351689 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010110 10001001
Octal 65 26 211
Decimal 53 22 137
Hex 35 16 89

RGB Percentages of Color #351689

%25.00
%10.38
%64.62

CMYK Percentages of Color #351689

%61
%84
%0
%46

Triadic Colors of #351689

#351689 #893516 #168935

Analogous Colors of #351689

#351689 #6f1689 #163089

Monochromatic Colors of #351689

#351689

Complementary Color

#351689 #6a8916

#351689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#351689 Color CSS Codes

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

#351689 Text Font Color

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

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


#351689 Background Color

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

This div background color is #351689


#351689 Border Color

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

This div border color is #351689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351689


Comments

No comments written yet.

Please login to write comment.