Color Hex Logo

#3730dc Color Hex

#3730DC
(55,48,220)
0 Favorites   0 Comments

Color spaces of #3730dc

RGB 5548220
HSL0.670.710.53
HSV242°78°86°
CMYK 0.750.780.00   0.14
XYZ15.55088.093468.4527
Yxy8.09340.16890.0879
Hunter Lab28.448947.7865-122.7472
CIE-Lab34.176657.1903-84.8212

#3730dc color RGB value is (55,48,220).

#3730dc hex color red value is 55, green value is 48 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3730dc hue: 0.67 , saturation: 0.71 and the lightness value of 3730dc is 0.53.

The process color (four color CMYK) of #3730dc color hex is 0.75, 0.78, 0.00, 0.14. Web safe color of #3730dc is #3333cc. Color #3730dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00110000 11011100
Octal 67 60 334
Decimal 55 48 220
Hex 37 30 DC

RGB Percentages of Color #3730dc

%17.03
%14.86
%68.11

CMYK Percentages of Color #3730dc

%75
%78
%0
%14

Triadic Colors of #3730dc

#3730dc #dc3730 #30dc37

Analogous Colors of #3730dc

#3730dc #8d30dc #307fdc

Monochromatic Colors of #3730dc

#3730dc

Complementary Color

#3730dc #d5dc30

#3730dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3730dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3730dc Color CSS Codes

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

#3730dc Text Font Color

<p style="color:#3730dc">Text here</p>

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


#3730dc Background Color

<div style="background-color:#3730dc">
Div content here</div>

This div background color is #3730dc


#3730dc Border Color

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

This div border color is #3730dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,48,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3730dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3730dc;
  -webkit-box-shadow: 1px 1px 3px 2px #3730dc;
  box-shadow:         1px 1px 3px 2px #3730dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,48,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3730dc


Comments

No comments written yet.

Please login to write comment.