Color Hex Logo

#361790 Color Hex

#361790
(54,23,144)
0 Favorites   0 Comments

Color spaces of #361790

RGB 5423144
HSL0.710.720.33
HSV255°84°56°
CMYK 0.630.840.00   0.44
XYZ6.86183.410726.6822
Yxy3.41070.18570.0923
Hunter Lab18.468134.0024-72.7330
CIE-Lab21.618946.0445-60.2955

#361790 color RGB value is (54,23,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00010111 10010000
Octal 66 27 220
Decimal 54 23 144
Hex 36 17 90

RGB Percentages of Color #361790

%24.43
%10.41
%65.16

CMYK Percentages of Color #361790

%63
%84
%0
%44

Triadic Colors of #361790

#361790 #903617 #179036

Analogous Colors of #361790

#361790 #731790 #173590

Monochromatic Colors of #361790

#361790

Complementary Color

#361790 #719017

#361790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#361790 Color CSS Codes

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

#361790 Text Font Color

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

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


#361790 Background Color

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

This div background color is #361790


#361790 Border Color

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

This div border color is #361790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361790


Comments

No comments written yet.

Please login to write comment.