Color Hex Logo

#3b637a Color Hex

#3B637A
(59,99,122)
0 Favorites   0 Comments

Color spaces of #3b637a

RGB 5999122
HSL0.560.350.35
HSV202°52°48°
CMYK 0.520.190.00   0.52
XYZ9.778311.258620.0701
Yxy11.25860.23790.2739
Hunter Lab33.5538-6.7005-11.9764
CIE-Lab40.0126-7.1486-17.2485

#3b637a color RGB value is (59,99,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 01100011 01111010
Octal 73 143 172
Decimal 59 99 122
Hex 3B 63 7A

RGB Percentages of Color #3b637a

%21.07
%35.36
%43.57

CMYK Percentages of Color #3b637a

%52
%19
%0
%52

Triadic Colors of #3b637a

#3b637a #7a3b63 #637a3b

Analogous Colors of #3b637a

#3b637a #3b447a #3b7a72

Monochromatic Colors of #3b637a

#3b637a

Complementary Color

#3b637a #7a523b

#3b637a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b637a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b637a Color CSS Codes

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

#3b637a Text Font Color

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

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


#3b637a Background Color

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

This div background color is #3b637a


#3b637a Border Color

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

This div border color is #3b637a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,99,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 #3b637a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b637a


Comments

No comments written yet.

Please login to write comment.