Color Hex Logo

#3474c7 Color Hex

#3474C7
(52,116,199)
0 Favorites   0 Comments

Color spaces of #3474c7

RGB 52116199
HSL0.590.590.49
HSV214°74°78°
CMYK 0.740.420.00   0.22
XYZ17.970417.344456.4335
Yxy17.34440.19590.1890
Hunter Lab41.64664.1407-51.1887
CIE-Lab48.69118.1335-49.1167

#3474c7 color RGB value is (52,116,199).

#3474c7 hex color red value is 52, green value is 116 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #3474c7 hue: 0.59 , saturation: 0.59 and the lightness value of 3474c7 is 0.49.

The process color (four color CMYK) of #3474c7 color hex is 0.74, 0.42, 0.00, 0.22. Web safe color of #3474c7 is #3366cc. Color #3474c7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01110100 11000111
Octal 64 164 307
Decimal 52 116 199
Hex 34 74 C7

RGB Percentages of Color #3474c7

%14.17
%31.61
%54.22

CMYK Percentages of Color #3474c7

%74
%42
%0
%22

Triadic Colors of #3474c7

#3474c7 #c73474 #74c734

Analogous Colors of #3474c7

#3474c7 #3e34c7 #34bec7

Monochromatic Colors of #3474c7

#3474c7

Complementary Color

#3474c7 #c78734

#3474c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3474c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3474c7 Color CSS Codes

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

#3474c7 Text Font Color

<p style="color:#3474c7">Text here</p>

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


#3474c7 Background Color

<div style="background-color:#3474c7">
Div content here</div>

This div background color is #3474c7


#3474c7 Border Color

<div style="border:3px solid #3474c7">
Div here</div>

This div border color is #3474c7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,116,199, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3474c7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3474c7;
  -webkit-box-shadow: 1px 1px 3px 2px #3474c7;
  box-shadow:         1px 1px 3px 2px #3474c7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,116,199, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3474c7


Comments

No comments written yet.

Please login to write comment.