Color Hex Logo

#3c649e Color Hex

#3C649E
(60,100,158)
0 Favorites   0 Comments

Color spaces of #3c649e

RGB 60100158
HSL0.600.450.43
HSV216°62°62°
CMYK 0.620.370.00   0.38
XYZ12.592212.543634.1052
Yxy12.54360.21260.2117
Hunter Lab35.41691.4845-32.3022
CIE-Lab42.06744.6026-35.7101

#3c649e color RGB value is (60,100,158).

#3c649e hex color red value is 60, green value is 100 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #3c649e hue: 0.60 , saturation: 0.45 and the lightness value of 3c649e is 0.43.

The process color (four color CMYK) of #3c649e color hex is 0.62, 0.37, 0.00, 0.38. Web safe color of #3c649e is #336699. Color #3c649e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01100100 10011110
Octal 74 144 236
Decimal 60 100 158
Hex 3C 64 9E

RGB Percentages of Color #3c649e

%18.87
%31.45
%49.69

CMYK Percentages of Color #3c649e

%62
%37
%0
%38

Triadic Colors of #3c649e

#3c649e #9e3c64 #649e3c

Analogous Colors of #3c649e

#3c649e #453c9e #3c959e

Monochromatic Colors of #3c649e

#3c649e

Complementary Color

#3c649e #9e763c

#3c649e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c649e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c649e Color CSS Codes

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

#3c649e Text Font Color

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

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


#3c649e Background Color

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

This div background color is #3c649e


#3c649e Border Color

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

This div border color is #3c649e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c649e


Comments

No comments written yet.

Please login to write comment.