Color Hex Logo

#3683dd Color Hex

#3683DD
(54,131,221)
0 Favorites   0 Comments

Color spaces of #3683dd

RGB 54131221
HSL0.590.710.54
HSV212°76°87°
CMYK 0.760.410.00   0.13
XYZ22.688822.237371.5030
Yxy22.23730.19490.1910
Hunter Lab47.15643.3595-56.8915
CIE-Lab54.27797.2442-52.6719

#3683dd color RGB value is (54,131,221).

#3683dd hex color red value is 54, green value is 131 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3683dd hue: 0.59 , saturation: 0.71 and the lightness value of 3683dd is 0.54.

The process color (four color CMYK) of #3683dd color hex is 0.76, 0.41, 0.00, 0.13. Web safe color of #3683dd is #3399cc. Color #3683dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000011 11011101
Octal 66 203 335
Decimal 54 131 221
Hex 36 83 DD

RGB Percentages of Color #3683dd

%13.30
%32.27
%54.43

CMYK Percentages of Color #3683dd

%76
%41
%0
%13

Triadic Colors of #3683dd

#3683dd #dd3683 #83dd36

Analogous Colors of #3683dd

#3683dd #3d36dd #36d7dd

Monochromatic Colors of #3683dd

#3683dd

Complementary Color

#3683dd #dd9036

#3683dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3683dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3683dd Color CSS Codes

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

#3683dd Text Font Color

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

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


#3683dd Background Color

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

This div background color is #3683dd


#3683dd Border Color

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

This div border color is #3683dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,131,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 #3683dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3683dd


Comments

No comments written yet.

Please login to write comment.