Color Hex Logo

#3b6174 Color Hex

#3B6174
(59,97,116)
0 Favorites   0 Comments

Color spaces of #3b6174

RGB 5997116
HSL0.560.330.34
HSV200°49°45°
CMYK 0.490.160.00   0.55
XYZ9.230710.740118.1095
Yxy10.74010.24240.2820
Hunter Lab32.7721-7.0742-9.8225
CIE-Lab39.1392-7.8416-14.9204

#3b6174 color RGB value is (59,97,116).

#3b6174 hex color red value is 59, green value is 97 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #3b6174 hue: 0.56 , saturation: 0.33 and the lightness value of 3b6174 is 0.34.

The process color (four color CMYK) of #3b6174 color hex is 0.49, 0.16, 0.00, 0.55. Web safe color of #3b6174 is #336666. Color #3b6174 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01100001 01110100
Octal 73 141 164
Decimal 59 97 116
Hex 3B 61 74

RGB Percentages of Color #3b6174

%21.69
%35.66
%42.65

CMYK Percentages of Color #3b6174

%49
%16
%0
%55

Triadic Colors of #3b6174

#3b6174 #743b61 #61743b

Analogous Colors of #3b6174

#3b6174 #3b4574 #3b746b

Monochromatic Colors of #3b6174

#3b6174

Complementary Color

#3b6174 #744e3b

#3b6174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b6174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b6174 Color CSS Codes

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

#3b6174 Text Font Color

<p style="color:#3b6174">Text here</p>

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


#3b6174 Background Color

<div style="background-color:#3b6174">
Div content here</div>

This div background color is #3b6174


#3b6174 Border Color

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

This div border color is #3b6174


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,97,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3b6174; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3b6174;
  -webkit-box-shadow: 1px 1px 3px 2px #3b6174;
  box-shadow:         1px 1px 3px 2px #3b6174; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,97,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b6174


Comments

No comments written yet.

Please login to write comment.