Color Hex Logo

#3496ab Color Hex

#3496AB
(52,150,171)
0 Favorites   0 Comments

Color spaces of #3496ab

RGB 52150171
HSL0.530.530.44
HSV191°70°67°
CMYK 0.700.120.00   0.33
XYZ19.673225.483042.4099
Yxy25.48300.22470.2910
Hunter Lab50.4807-18.7767-14.4743
CIE-Lab57.5430-21.2294-19.2620

#3496ab color RGB value is (52,150,171).

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

The process color (four color CMYK) of #3496ab color hex is 0.70, 0.12, 0.00, 0.33. Web safe color of #3496ab is #339999. Color #3496ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10010110 10101011
Octal 64 226 253
Decimal 52 150 171
Hex 34 96 AB

RGB Percentages of Color #3496ab

%13.94
%40.21
%45.84

CMYK Percentages of Color #3496ab

%70
%12
%0
%33

Triadic Colors of #3496ab

#3496ab #ab3496 #96ab34

Analogous Colors of #3496ab

#3496ab #345aab #34ab85

Monochromatic Colors of #3496ab

#3496ab

Complementary Color

#3496ab #ab4934

#3496ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3496ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3496ab Color CSS Codes

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

#3496ab Text Font Color

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

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


#3496ab Background Color

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

This div background color is #3496ab


#3496ab Border Color

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

This div border color is #3496ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3496ab


Comments

No comments written yet.

Please login to write comment.