Color Hex Logo

#3578ab Color Hex

#3578AB
(53,120,171)
0 Favorites   0 Comments

Color spaces of #3578ab

RGB 53120171
HSL0.570.530.44
HSV206°69°67°
CMYK 0.690.300.00   0.33
XYZ15.535417.130141.0157
Yxy17.13010.21080.2325
Hunter Lab41.3885-5.4290-29.7840
CIE-Lab48.4235-4.3090-33.3669

#3578ab color RGB value is (53,120,171).

#3578ab hex color red value is 53, green value is 120 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3578ab hue: 0.57 , saturation: 0.53 and the lightness value of 3578ab is 0.44.

The process color (four color CMYK) of #3578ab color hex is 0.69, 0.30, 0.00, 0.33. Web safe color of #3578ab is #336699. Color #3578ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111000 10101011
Octal 65 170 253
Decimal 53 120 171
Hex 35 78 AB

RGB Percentages of Color #3578ab

%15.41
%34.88
%49.71

CMYK Percentages of Color #3578ab

%69
%30
%0
%33

Triadic Colors of #3578ab

#3578ab #ab3578 #78ab35

Analogous Colors of #3578ab

#3578ab #353dab #35aba3

Monochromatic Colors of #3578ab

#3578ab

Complementary Color

#3578ab #ab6835

#3578ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3578ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3578ab Color CSS Codes

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

#3578ab Text Font Color

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

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


#3578ab Background Color

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

This div background color is #3578ab


#3578ab Border Color

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

This div border color is #3578ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,120,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3578ab


Comments

No comments written yet.

Please login to write comment.