Color Hex Logo

#36317f Color Hex

#36317F
(54,49,127)
0 Favorites   0 Comments

Color spaces of #36317f

RGB 5449127
HSL0.680.440.35
HSV244°61°50°
CMYK 0.570.610.00   0.50
XYZ6.45044.513220.6098
Yxy4.51320.20430.1429
Hunter Lab21.244317.0204-42.6482
CIE-Lab25.300325.9296-43.6260

#36317f color RGB value is (54,49,127).

#36317f hex color red value is 54, green value is 49 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #36317f hue: 0.68 , saturation: 0.44 and the lightness value of 36317f is 0.35.

The process color (four color CMYK) of #36317f color hex is 0.57, 0.61, 0.00, 0.50. Web safe color of #36317f is #333366. Color #36317f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110001 01111111
Octal 66 61 177
Decimal 54 49 127
Hex 36 31 7F

RGB Percentages of Color #36317f

%23.48
%21.30
%55.22

CMYK Percentages of Color #36317f

%57
%61
%0
%50

Triadic Colors of #36317f

#36317f #7f3631 #317f36

Analogous Colors of #36317f

#36317f #5d317f #31537f

Monochromatic Colors of #36317f

#36317f

Complementary Color

#36317f #7a7f31

#36317f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36317f Color Preview on White Background

Lorem ipsum dolor sit amet.

#36317f Color CSS Codes

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

#36317f Text Font Color

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

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


#36317f Background Color

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

This div background color is #36317f


#36317f Border Color

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

This div border color is #36317f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36317f


Comments

No comments written yet.

Please login to write comment.