Color Hex Logo

#3547cc Color Hex

#3547CC
(53,71,204)
0 Favorites   0 Comments

Color spaces of #3547cc

RGB 5371204
HSL0.650.600.50
HSV233°74°80°
CMYK 0.740.650.00   0.20
XYZ14.62059.623058.2136
Yxy9.62300.17730.1167
Hunter Lab31.021029.8422-89.5483
CIE-Lab37.157138.7777-70.6746

#3547cc color RGB value is (53,71,204).

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

The process color (four color CMYK) of #3547cc color hex is 0.74, 0.65, 0.00, 0.20. Web safe color of #3547cc is #3333cc. Color #3547cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000111 11001100
Octal 65 107 314
Decimal 53 71 204
Hex 35 47 CC

RGB Percentages of Color #3547cc

%16.16
%21.65
%62.20

CMYK Percentages of Color #3547cc

%74
%65
%0
%20

Triadic Colors of #3547cc

#3547cc #cc3547 #47cc35

Analogous Colors of #3547cc

#3547cc #6f35cc #3593cc

Monochromatic Colors of #3547cc

#3547cc

Complementary Color

#3547cc #ccba35

#3547cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3547cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3547cc Color CSS Codes

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

#3547cc Text Font Color

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

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


#3547cc Background Color

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

This div background color is #3547cc


#3547cc Border Color

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

This div border color is #3547cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,71,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 #3547cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3547cc


Comments

No comments written yet.

Please login to write comment.