Color Hex Logo

#3b657a Color Hex

#3B657A
(59,101,122)
0 Favorites   0 Comments

Color spaces of #3b657a

RGB 59101122
HSL0.560.350.35
HSV200°52°48°
CMYK 0.520.170.00   0.52
XYZ9.970211.642320.1341
Yxy11.64230.23880.2789
Hunter Lab34.1208-7.5532-11.1014
CIE-Lab40.6419-8.3380-16.2845

#3b657a color RGB value is (59,101,122).

#3b657a hex color red value is 59, green value is 101 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #3b657a hue: 0.56 , saturation: 0.35 and the lightness value of 3b657a is 0.35.

The process color (four color CMYK) of #3b657a color hex is 0.52, 0.17, 0.00, 0.52. Web safe color of #3b657a is #336666. Color #3b657a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01100101 01111010
Octal 73 145 172
Decimal 59 101 122
Hex 3B 65 7A

RGB Percentages of Color #3b657a

%20.92
%35.82
%43.26

CMYK Percentages of Color #3b657a

%52
%17
%0
%52

Triadic Colors of #3b657a

#3b657a #7a3b65 #657a3b

Analogous Colors of #3b657a

#3b657a #3b457a #3b7a70

Monochromatic Colors of #3b657a

#3b657a

Complementary Color

#3b657a #7a503b

#3b657a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b657a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b657a Color CSS Codes

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

#3b657a Text Font Color

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

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


#3b657a Background Color

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

This div background color is #3b657a


#3b657a Border Color

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

This div border color is #3b657a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b657a


Comments

No comments written yet.

Please login to write comment.