Color Hex Logo

#3c249e Color Hex

#3C249E
(60,36,158)
0 Favorites   0 Comments

Color spaces of #3c249e

RGB 6036158
HSL0.700.630.38
HSV252°77°62°
CMYK 0.620.770.00   0.38
XYZ8.66594.691032.7965
Yxy4.69100.18780.1016
Hunter Lab21.658733.5171-74.6182
CIE-Lab25.835644.7150-61.9357

#3c249e color RGB value is (60,36,158).

#3c249e hex color red value is 60, green value is 36 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #3c249e hue: 0.70 , saturation: 0.63 and the lightness value of 3c249e is 0.38.

The process color (four color CMYK) of #3c249e color hex is 0.62, 0.77, 0.00, 0.38. Web safe color of #3c249e is #333399. Color #3c249e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00100100 10011110
Octal 74 44 236
Decimal 60 36 158
Hex 3C 24 9E

RGB Percentages of Color #3c249e

%23.62
%14.17
%62.20

CMYK Percentages of Color #3c249e

%62
%77
%0
%38

Triadic Colors of #3c249e

#3c249e #9e3c24 #249e3c

Analogous Colors of #3c249e

#3c249e #79249e #24499e

Monochromatic Colors of #3c249e

#3c249e

Complementary Color

#3c249e #869e24

#3c249e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c249e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c249e Color CSS Codes

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

#3c249e Text Font Color

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

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


#3c249e Background Color

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

This div background color is #3c249e


#3c249e Border Color

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

This div border color is #3c249e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,36,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 #3c249e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c249e


Comments

No comments written yet.

Please login to write comment.