Color Hex Logo

#3574ab Color Hex

#3574AB
(53,116,171)
0 Favorites   0 Comments

Color spaces of #3574ab

RGB 53116171
HSL0.580.530.44
HSV208°69°67°
CMYK 0.690.320.00   0.33
XYZ15.064316.187940.8587
Yxy16.18790.20890.2245
Hunter Lab40.2342-3.5767-32.0464
CIE-Lab47.2200-1.9133-35.2573

#3574ab color RGB value is (53,116,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110100 10101011
Octal 65 164 253
Decimal 53 116 171
Hex 35 74 AB

RGB Percentages of Color #3574ab

%15.59
%34.12
%50.29

CMYK Percentages of Color #3574ab

%69
%32
%0
%33

Triadic Colors of #3574ab

#3574ab #ab3574 #74ab35

Analogous Colors of #3574ab

#3574ab #3539ab #35aba7

Monochromatic Colors of #3574ab

#3574ab

Complementary Color

#3574ab #ab6c35

#3574ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3574ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3574ab Color CSS Codes

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

#3574ab Text Font Color

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

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


#3574ab Background Color

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

This div background color is #3574ab


#3574ab Border Color

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

This div border color is #3574ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3574ab


Comments

No comments written yet.

Please login to write comment.