Color Hex Logo

#3476cc Color Hex

#3476CC
(52,118,204)
0 Favorites   0 Comments

Color spaces of #3476cc

RGB 52118204
HSL0.590.600.50
HSV214°75°80°
CMYK 0.750.420.00   0.20
XYZ18.793718.046659.6195
Yxy18.04660.19480.1871
Hunter Lab42.48134.6260-53.4724
CIE-Lab49.55268.7374-50.5995

#3476cc color RGB value is (52,118,204).

#3476cc hex color red value is 52, green value is 118 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3476cc hue: 0.59 , saturation: 0.60 and the lightness value of 3476cc is 0.50.

The process color (four color CMYK) of #3476cc color hex is 0.75, 0.42, 0.00, 0.20. Web safe color of #3476cc is #3366cc. Color #3476cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01110110 11001100
Octal 64 166 314
Decimal 52 118 204
Hex 34 76 CC

RGB Percentages of Color #3476cc

%13.90
%31.55
%54.55

CMYK Percentages of Color #3476cc

%75
%42
%0
%20

Triadic Colors of #3476cc

#3476cc #cc3476 #76cc34

Analogous Colors of #3476cc

#3476cc #3e34cc #34c2cc

Monochromatic Colors of #3476cc

#3476cc

Complementary Color

#3476cc #cc8a34

#3476cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3476cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3476cc Color CSS Codes

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

#3476cc Text Font Color

<p style="color:#3476cc">Text here</p>

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


#3476cc Background Color

<div style="background-color:#3476cc">
Div content here</div>

This div background color is #3476cc


#3476cc Border Color

<div style="border:3px solid #3476cc">
Div here</div>

This div border color is #3476cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,118,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3476cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3476cc;
  -webkit-box-shadow: 1px 1px 3px 2px #3476cc;
  box-shadow:         1px 1px 3px 2px #3476cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3476cc


Comments

No comments written yet.

Please login to write comment.