Color Hex Logo

#351690 Color Hex

#351690
(53,22,144)
0 Favorites   0 Comments

Color spaces of #351690

RGB 5322144
HSL0.710.730.33
HSV255°85°56°
CMYK 0.630.850.00   0.44
XYZ6.78913.344326.6732
Yxy3.34430.18450.0909
Hunter Lab18.287434.2641-73.6765
CIE-Lab21.373246.3658-60.7051

#351690 color RGB value is (53,22,144).

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

The process color (four color CMYK) of #351690 color hex is 0.63, 0.85, 0.00, 0.44. Web safe color of #351690 is #330099. Color #351690 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010110 10010000
Octal 65 26 220
Decimal 53 22 144
Hex 35 16 90

RGB Percentages of Color #351690

%24.20
%10.05
%65.75

CMYK Percentages of Color #351690

%63
%85
%0
%44

Triadic Colors of #351690

#351690 #903516 #169035

Analogous Colors of #351690

#351690 #721690 #163490

Monochromatic Colors of #351690

#351690

Complementary Color

#351690 #719016

#351690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#351690 Color CSS Codes

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

#351690 Text Font Color

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

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


#351690 Background Color

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

This div background color is #351690


#351690 Border Color

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

This div border color is #351690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351690


Comments

No comments written yet.

Please login to write comment.