Color Hex Logo

#3578cc Color Hex

#3578CC
(53,120,204)
0 Favorites   0 Comments

Color spaces of #3578cc

RGB 53120204
HSL0.590.600.50
HSV213°74°80°
CMYK 0.740.410.00   0.20
XYZ19.083818.549559.7013
Yxy18.54950.19610.1906
Hunter Lab43.06913.7218-52.0379
CIE-Lab50.15597.6279-49.6340

#3578cc color RGB value is (53,120,204).

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

The process color (four color CMYK) of #3578cc color hex is 0.74, 0.41, 0.00, 0.20. Web safe color of #3578cc is #3366cc. Color #3578cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111000 11001100
Octal 65 170 314
Decimal 53 120 204
Hex 35 78 CC

RGB Percentages of Color #3578cc

%14.06
%31.83
%54.11

CMYK Percentages of Color #3578cc

%74
%41
%0
%20

Triadic Colors of #3578cc

#3578cc #cc3578 #78cc35

Analogous Colors of #3578cc

#3578cc #3d35cc #35c4cc

Monochromatic Colors of #3578cc

#3578cc

Complementary Color

#3578cc #cc8935

#3578cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3578cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3578cc Color CSS Codes

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

#3578cc Text Font Color

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

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


#3578cc Background Color

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

This div background color is #3578cc


#3578cc Border Color

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

This div border color is #3578cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3578cc


Comments

No comments written yet.

Please login to write comment.