Color Hex Logo

#363486 Color Hex

#363486
(54,52,134)
0 Favorites   0 Comments

Color spaces of #363486

RGB 5452134
HSL0.670.440.36
HSV241°61°53°
CMYK 0.600.610.00   0.47
XYZ7.05244.961523.1402
Yxy4.96150.20060.1411
Hunter Lab22.274417.5354-46.0024
CIE-Lab26.624826.3773-45.8617

#363486 color RGB value is (54,52,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110100 10000110
Octal 66 64 206
Decimal 54 52 134
Hex 36 34 86

RGB Percentages of Color #363486

%22.50
%21.67
%55.83

CMYK Percentages of Color #363486

%60
%61
%0
%47

Triadic Colors of #363486

#363486 #863634 #348636

Analogous Colors of #363486

#363486 #5f3486 #345b86

Monochromatic Colors of #363486

#363486

Complementary Color

#363486 #848634

#363486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#363486 Color CSS Codes

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

#363486 Text Font Color

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

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


#363486 Background Color

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

This div background color is #363486


#363486 Border Color

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

This div border color is #363486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363486


Comments

No comments written yet.

Please login to write comment.