Color Hex Logo

#3c398a Color Hex

#3C398A
(60,57,138)
0 Favorites   0 Comments

Color spaces of #3c398a

RGB 6057138
HSL0.670.420.38
HSV242°59°54°
CMYK 0.570.590.00   0.46
XYZ7.91415.721924.7321
Yxy5.72190.20630.1491
Hunter Lab23.920517.1959-44.5573
CIE-Lab28.699725.6643-44.9607

#3c398a color RGB value is (60,57,138).

#3c398a hex color red value is 60, green value is 57 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #3c398a hue: 0.67 , saturation: 0.42 and the lightness value of 3c398a is 0.38.

The process color (four color CMYK) of #3c398a color hex is 0.57, 0.59, 0.00, 0.46. Web safe color of #3c398a is #333399. Color #3c398a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00111001 10001010
Octal 74 71 212
Decimal 60 57 138
Hex 3C 39 8A

RGB Percentages of Color #3c398a

%23.53
%22.35
%54.12

CMYK Percentages of Color #3c398a

%57
%59
%0
%46

Triadic Colors of #3c398a

#3c398a #8a3c39 #398a3c

Analogous Colors of #3c398a

#3c398a #65398a #395e8a

Monochromatic Colors of #3c398a

#3c398a

Complementary Color

#3c398a #878a39

#3c398a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c398a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c398a Color CSS Codes

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

#3c398a Text Font Color

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

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


#3c398a Background Color

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

This div background color is #3c398a


#3c398a Border Color

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

This div border color is #3c398a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c398a

#3c398a Color Palettes


Comments

No comments written yet.

Please login to write comment.