Color Hex Logo

#3676ab Color Hex

#3676AB
(54,118,171)
0 Favorites   0 Comments

Color spaces of #3676ab

RGB 54118171
HSL0.580.520.44
HSV207°68°67°
CMYK 0.680.310.00   0.33
XYZ15.350416.681440.9389
Yxy16.68140.21040.2286
Hunter Lab40.8429-4.3875-30.8394
CIE-Lab47.8561-2.9525-34.2551

#3676ab color RGB value is (54,118,171).

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

The process color (four color CMYK) of #3676ab color hex is 0.68, 0.31, 0.00, 0.33. Web safe color of #3676ab is #336699. Color #3676ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01110110 10101011
Octal 66 166 253
Decimal 54 118 171
Hex 36 76 AB

RGB Percentages of Color #3676ab

%15.74
%34.40
%49.85

CMYK Percentages of Color #3676ab

%68
%31
%0
%33

Triadic Colors of #3676ab

#3676ab #ab3676 #76ab36

Analogous Colors of #3676ab

#3676ab #363cab #36aba6

Monochromatic Colors of #3676ab

#3676ab

Complementary Color

#3676ab #ab6b36

#3676ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3676ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3676ab Color CSS Codes

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

#3676ab Text Font Color

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

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


#3676ab Background Color

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

This div background color is #3676ab


#3676ab Border Color

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

This div border color is #3676ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3676ab


Comments

No comments written yet.

Please login to write comment.