Color Hex Logo

#3c3356 Color Hex

#3C3356
(60,51,86)
0 Favorites   0 Comments

Color spaces of #3c3356

RGB 605186
HSL0.710.260.27
HSV255°41°34°
CMYK 0.300.410.00   0.66
XYZ4.72704.00029.3271
Yxy4.00020.26180.2216
Hunter Lab20.00057.1865-13.6491
CIE-Lab23.672112.8730-19.7640

#3c3356 color RGB value is (60,51,86).

#3c3356 hex color red value is 60, green value is 51 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #3c3356 hue: 0.71 , saturation: 0.26 and the lightness value of 3c3356 is 0.27.

The process color (four color CMYK) of #3c3356 color hex is 0.30, 0.41, 0.00, 0.66. Web safe color of #3c3356 is #333366. Color #3c3356 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00110011 01010110
Octal 74 63 126
Decimal 60 51 86
Hex 3C 33 56

RGB Percentages of Color #3c3356

%30.46
%25.89
%43.65

CMYK Percentages of Color #3c3356

%30
%41
%0
%66

Triadic Colors of #3c3356

#3c3356 #563c33 #33563c

Analogous Colors of #3c3356

#3c3356 #4e3356 #333c56

Monochromatic Colors of #3c3356

#3c3356

Complementary Color

#3c3356 #4d5633

#3c3356 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c3356 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c3356 Color CSS Codes

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

#3c3356 Text Font Color

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

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


#3c3356 Background Color

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

This div background color is #3c3356


#3c3356 Border Color

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

This div border color is #3c3356


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c3356


Comments

No comments written yet.

Please login to write comment.