Color Hex Logo

#3379dc Color Hex

#3379DC
(51,121,220)
0 Favorites   0 Comments

Color spaces of #3379dc

RGB 51121220
HSL0.600.710.53
HSV215°77°86°
CMYK 0.770.450.00   0.14
XYZ21.120919.545970.3697
Yxy19.54590.19020.1760
Hunter Lab44.21077.9064-63.4236
CIE-Lab51.319912.6785-56.8486

#3379dc color RGB value is (51,121,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01111001 11011100
Octal 63 171 334
Decimal 51 121 220
Hex 33 79 DC

RGB Percentages of Color #3379dc

%13.01
%30.87
%56.12

CMYK Percentages of Color #3379dc

%77
%45
%0
%14

Triadic Colors of #3379dc

#3379dc #dc3379 #79dc33

Analogous Colors of #3379dc

#3379dc #4233dc #33cedc

Monochromatic Colors of #3379dc

#3379dc

Complementary Color

#3379dc #dc9633

#3379dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3379dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3379dc Color CSS Codes

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

#3379dc Text Font Color

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

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


#3379dc Background Color

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

This div background color is #3379dc


#3379dc Border Color

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

This div border color is #3379dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3379dc


Comments

No comments written yet.

Please login to write comment.