Color Hex Logo

#3b4176 Color Hex

#3B4176
(59,65,118)
0 Favorites   0 Comments

Color spaces of #3b4176

RGB 5965118
HSL0.650.330.35
HSV234°50°46°
CMYK 0.500.450.00   0.54
XYZ6.96396.018417.9342
Yxy6.01840.22520.1947
Hunter Lab24.53247.7382-26.1707
CIE-Lab29.458813.2791-31.2547

#3b4176 color RGB value is (59,65,118).

#3b4176 hex color red value is 59, green value is 65 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #3b4176 hue: 0.65 , saturation: 0.33 and the lightness value of 3b4176 is 0.35.

The process color (four color CMYK) of #3b4176 color hex is 0.50, 0.45, 0.00, 0.54. Web safe color of #3b4176 is #333366. Color #3b4176 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01000001 01110110
Octal 73 101 166
Decimal 59 65 118
Hex 3B 41 76

RGB Percentages of Color #3b4176

%24.38
%26.86
%48.76

CMYK Percentages of Color #3b4176

%50
%45
%0
%54

Triadic Colors of #3b4176

#3b4176 #763b41 #41763b

Analogous Colors of #3b4176

#3b4176 #533b76 #3b5f76

Monochromatic Colors of #3b4176

#3b4176

Complementary Color

#3b4176 #76703b

#3b4176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b4176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b4176 Color CSS Codes

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

#3b4176 Text Font Color

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

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


#3b4176 Background Color

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

This div background color is #3b4176


#3b4176 Border Color

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

This div border color is #3b4176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b4176


Comments

No comments written yet.

Please login to write comment.