Color Hex Logo

#36358c Color Hex

#36358C
(54,53,140)
0 Favorites   0 Comments

Color spaces of #36358c

RGB 5453140
HSL0.670.450.38
HSV241°62°55°
CMYK 0.610.620.00   0.45
XYZ7.52805.223925.4225
Yxy5.22390.19720.1368
Hunter Lab22.855918.7946-49.9490
CIE-Lab27.363427.8145-48.3898

#36358c color RGB value is (54,53,140).

#36358c hex color red value is 54, green value is 53 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #36358c hue: 0.67 , saturation: 0.45 and the lightness value of 36358c is 0.38.

The process color (four color CMYK) of #36358c color hex is 0.61, 0.62, 0.00, 0.45. Web safe color of #36358c is #333399. Color #36358c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110101 10001100
Octal 66 65 214
Decimal 54 53 140
Hex 36 35 8C

RGB Percentages of Color #36358c

%21.86
%21.46
%56.68

CMYK Percentages of Color #36358c

%61
%62
%0
%45

Triadic Colors of #36358c

#36358c #8c3635 #358c36

Analogous Colors of #36358c

#36358c #62358c #35608c

Monochromatic Colors of #36358c

#36358c

Complementary Color

#36358c #8b8c35

#36358c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36358c Color Preview on White Background

Lorem ipsum dolor sit amet.

#36358c Color CSS Codes

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

#36358c Text Font Color

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

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


#36358c Background Color

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

This div background color is #36358c


#36358c Border Color

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

This div border color is #36358c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36358c


Comments

No comments written yet.

Please login to write comment.