Color Hex Logo

#3961dd Color Hex

#3961DD
(57,97,221)
0 Favorites   0 Comments

Color spaces of #3961dd

RGB 5797221
HSL0.630.710.55
HSV225°74°87°
CMYK 0.740.560.00   0.13
XYZ19.013214.639770.2303
Yxy14.63970.18300.1409
Hunter Lab38.261921.7425-82.0445
CIE-Lab45.136728.9010-67.3950

#3961dd color RGB value is (57,97,221).

#3961dd hex color red value is 57, green value is 97 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3961dd hue: 0.63 , saturation: 0.71 and the lightness value of 3961dd is 0.55.

The process color (four color CMYK) of #3961dd color hex is 0.74, 0.56, 0.00, 0.13. Web safe color of #3961dd is #3366cc. Color #3961dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100001 11011101
Octal 71 141 335
Decimal 57 97 221
Hex 39 61 DD

RGB Percentages of Color #3961dd

%15.20
%25.87
%58.93

CMYK Percentages of Color #3961dd

%74
%56
%0
%13

Triadic Colors of #3961dd

#3961dd #dd3961 #61dd39

Analogous Colors of #3961dd

#3961dd #6339dd #39b3dd

Monochromatic Colors of #3961dd

#3961dd

Complementary Color

#3961dd #ddb539

#3961dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3961dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3961dd Color CSS Codes

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

#3961dd Text Font Color

<p style="color:#3961dd">Text here</p>

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


#3961dd Background Color

<div style="background-color:#3961dd">
Div content here</div>

This div background color is #3961dd


#3961dd Border Color

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

This div border color is #3961dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,97,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3961dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3961dd;
  -webkit-box-shadow: 1px 1px 3px 2px #3961dd;
  box-shadow:         1px 1px 3px 2px #3961dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3961dd


Comments

No comments written yet.

Please login to write comment.