Color Hex Logo

#3349dc Color Hex

#3349DC
(51,73,220)
0 Favorites   0 Comments

Color spaces of #3349dc

RGB 5173220
HSL0.640.710.53
HSV232°77°86°
CMYK 0.770.670.00   0.14
XYZ16.666110.636268.8847
Yxy10.63620.17330.1106
Hunter Lab32.613234.1446-102.4015
CIE-Lab38.960942.9561-76.9322

#3349dc color RGB value is (51,73,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001001 11011100
Octal 63 111 334
Decimal 51 73 220
Hex 33 49 DC

RGB Percentages of Color #3349dc

%14.83
%21.22
%63.95

CMYK Percentages of Color #3349dc

%77
%67
%0
%14

Triadic Colors of #3349dc

#3349dc #dc3349 #49dc33

Analogous Colors of #3349dc

#3349dc #7233dc #339edc

Monochromatic Colors of #3349dc

#3349dc

Complementary Color

#3349dc #dcc633

#3349dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3349dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3349dc Color CSS Codes

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

#3349dc Text Font Color

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

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


#3349dc Background Color

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

This div background color is #3349dc


#3349dc Border Color

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

This div border color is #3349dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3349dc


Comments

No comments written yet.

Please login to write comment.