Color Hex Logo

#363186 Color Hex

#363186
(54,49,134)
0 Favorites   0 Comments

Color spaces of #363186

RGB 5449134
HSL0.680.460.36
HSV244°63°53°
CMYK 0.600.630.00   0.47
XYZ6.92274.702123.0970
Yxy4.70210.19940.1354
Hunter Lab21.684319.0384-47.9736
CIE-Lab25.868628.3407-47.0911

#363186 color RGB value is (54,49,134).

#363186 hex color red value is 54, green value is 49 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #363186 hue: 0.68 , saturation: 0.46 and the lightness value of 363186 is 0.36.

The process color (four color CMYK) of #363186 color hex is 0.60, 0.63, 0.00, 0.47. Web safe color of #363186 is #333399. Color #363186 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110001 10000110
Octal 66 61 206
Decimal 54 49 134
Hex 36 31 86

RGB Percentages of Color #363186

%22.78
%20.68
%56.54

CMYK Percentages of Color #363186

%60
%63
%0
%47

Triadic Colors of #363186

#363186 #863631 #318636

Analogous Colors of #363186

#363186 #603186 #315786

Monochromatic Colors of #363186

#363186

Complementary Color

#363186 #818631

#363186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#363186 Color CSS Codes

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

#363186 Text Font Color

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

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


#363186 Background Color

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

This div background color is #363186


#363186 Border Color

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

This div border color is #363186


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,49,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363186


Comments

No comments written yet.

Please login to write comment.