Color Hex Logo

#36337c Color Hex

#36337C
(54,51,124)
0 Favorites   0 Comments

Color spaces of #36337c

RGB 5451124
HSL0.670.420.34
HSV242°59°49°
CMYK 0.560.590.00   0.51
XYZ6.34324.607219.6237
Yxy4.60720.20750.1507
Hunter Lab21.464415.1880-39.1805
CIE-Lab25.585023.5660-41.2735

#36337c color RGB value is (54,51,124).

#36337c hex color red value is 54, green value is 51 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #36337c hue: 0.67 , saturation: 0.42 and the lightness value of 36337c is 0.34.

The process color (four color CMYK) of #36337c color hex is 0.56, 0.59, 0.00, 0.51. Web safe color of #36337c is #333366. Color #36337c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110011 01111100
Octal 66 63 174
Decimal 54 51 124
Hex 36 33 7C

RGB Percentages of Color #36337c

%23.58
%22.27
%54.15

CMYK Percentages of Color #36337c

%56
%59
%0
%51

Triadic Colors of #36337c

#36337c #7c3633 #337c36

Analogous Colors of #36337c

#36337c #5a337c #33557c

Monochromatic Colors of #36337c

#36337c

Complementary Color

#36337c #797c33

#36337c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36337c Color Preview on White Background

Lorem ipsum dolor sit amet.

#36337c Color CSS Codes

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

#36337c Text Font Color

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

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


#36337c Background Color

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

This div background color is #36337c


#36337c Border Color

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

This div border color is #36337c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,51,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #36337c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #36337c;
  -webkit-box-shadow: 1px 1px 3px 2px #36337c;
  box-shadow:         1px 1px 3px 2px #36337c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36337c


Comments

No comments written yet.

Please login to write comment.