Color Hex Logo

#3941cc Color Hex

#3941CC
(57,65,204)
0 Favorites   0 Comments

Color spaces of #3941cc

RGB 5765204
HSL0.660.590.51
HSV237°72°80°
CMYK 0.720.680.00   0.20
XYZ14.47679.010158.1029
Yxy9.01010.17740.1104
Hunter Lab30.016833.5586-93.7545
CIE-Lab36.003742.8680-72.5602

#3941cc color RGB value is (57,65,204).

#3941cc hex color red value is 57, green value is 65 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3941cc hue: 0.66 , saturation: 0.59 and the lightness value of 3941cc is 0.51.

The process color (four color CMYK) of #3941cc color hex is 0.72, 0.68, 0.00, 0.20. Web safe color of #3941cc is #3333cc. Color #3941cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01000001 11001100
Octal 71 101 314
Decimal 57 65 204
Hex 39 41 CC

RGB Percentages of Color #3941cc

%17.48
%19.94
%62.58

CMYK Percentages of Color #3941cc

%72
%68
%0
%20

Triadic Colors of #3941cc

#3941cc #cc3941 #41cc39

Analogous Colors of #3941cc

#3941cc #7b39cc #398bcc

Monochromatic Colors of #3941cc

#3941cc

Complementary Color

#3941cc #ccc439

#3941cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3941cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3941cc Color CSS Codes

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

#3941cc Text Font Color

<p style="color:#3941cc">Text here</p>

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


#3941cc Background Color

<div style="background-color:#3941cc">
Div content here</div>

This div background color is #3941cc


#3941cc Border Color

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

This div border color is #3941cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,65,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3941cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3941cc;
  -webkit-box-shadow: 1px 1px 3px 2px #3941cc;
  box-shadow:         1px 1px 3px 2px #3941cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3941cc


Comments

No comments written yet.

Please login to write comment.