Color Hex Logo

#3c366d Color Hex

#3C366D
(60,54,109)
0 Favorites   0 Comments

Color spaces of #3c366d

RGB 6054109
HSL0.680.340.32
HSV247°50°43°
CMYK 0.450.500.00   0.57
XYZ5.94304.703115.0626
Yxy4.70310.23120.1829
Hunter Lab21.686610.9645-25.9996
CIE-Lab25.871617.9727-31.2448

#3c366d color RGB value is (60,54,109).

#3c366d hex color red value is 60, green value is 54 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #3c366d hue: 0.68 , saturation: 0.34 and the lightness value of 3c366d is 0.32.

The process color (four color CMYK) of #3c366d color hex is 0.45, 0.50, 0.00, 0.57. Web safe color of #3c366d is #333366. Color #3c366d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00110110 01101101
Octal 74 66 155
Decimal 60 54 109
Hex 3C 36 6D

RGB Percentages of Color #3c366d

%26.91
%24.22
%48.88

CMYK Percentages of Color #3c366d

%45
%50
%0
%57

Triadic Colors of #3c366d

#3c366d #6d3c36 #366d3c

Analogous Colors of #3c366d

#3c366d #57366d #364c6d

Monochromatic Colors of #3c366d

#3c366d

Complementary Color

#3c366d #676d36

#3c366d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c366d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c366d Color CSS Codes

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

#3c366d Text Font Color

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

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


#3c366d Background Color

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

This div background color is #3c366d


#3c366d Border Color

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

This div border color is #3c366d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c366d


Comments

No comments written yet.

Please login to write comment.