Color Hex Logo

#3035dc Color Hex

#3035DC
(48,53,220)
0 Favorites   0 Comments

Color spaces of #3035dc

RGB 4853220
HSL0.660.710.53
HSV238°78°86°
CMYK 0.780.760.00   0.14
XYZ15.41038.341968.5081
Yxy8.34190.16700.0904
Hunter Lab28.882344.6953-120.4165
CIE-Lab34.685054.1730-83.9909

#3035dc color RGB value is (48,53,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 00110101 11011100
Octal 60 65 334
Decimal 48 53 220
Hex 30 35 DC

RGB Percentages of Color #3035dc

%14.95
%16.51
%68.54

CMYK Percentages of Color #3035dc

%78
%76
%0
%14

Triadic Colors of #3035dc

#3035dc #dc3035 #35dc30

Analogous Colors of #3035dc

#3035dc #8130dc #308bdc

Monochromatic Colors of #3035dc

#3035dc

Complementary Color

#3035dc #dcd730

#3035dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3035dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3035dc Color CSS Codes

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

#3035dc Text Font Color

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

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


#3035dc Background Color

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

This div background color is #3035dc


#3035dc Border Color

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

This div border color is #3035dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,53,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 #3035dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3035dc


Comments

No comments written yet.

Please login to write comment.