Color Hex Logo

#3479dd Color Hex

#3479DD
(52,121,221)
0 Favorites   0 Comments

Color spaces of #3479dd

RGB 52121221
HSL0.600.710.54
HSV216°76°87°
CMYK 0.760.450.00   0.13
XYZ21.304719.625371.0718
Yxy19.62530.19020.1752
Hunter Lab44.30058.3173-64.1094
CIE-Lab51.410913.1621-57.2648

#3479dd color RGB value is (52,121,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111001 11011101
Octal 64 171 335
Decimal 52 121 221
Hex 34 79 DD

RGB Percentages of Color #3479dd

%13.20
%30.71
%56.09

CMYK Percentages of Color #3479dd

%76
%45
%0
%13

Triadic Colors of #3479dd

#3479dd #dd3479 #79dd34

Analogous Colors of #3479dd

#3479dd #4334dd #34cedd

Monochromatic Colors of #3479dd

#3479dd

Complementary Color

#3479dd #dd9834

#3479dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3479dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3479dd Color CSS Codes

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

#3479dd Text Font Color

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

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


#3479dd Background Color

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

This div background color is #3479dd


#3479dd Border Color

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

This div border color is #3479dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3479dd


Comments

No comments written yet.

Please login to write comment.