Color Hex Logo

#3b5266 Color Hex

#3B5266
(59,82,102)
0 Favorites   0 Comments

Color spaces of #3b5266

RGB 5982102
HSL0.580.270.32
HSV208°42°40°
CMYK 0.420.200.00   0.60
XYZ7.21927.923713.7193
Yxy7.92370.25010.2745
Hunter Lab28.1491-3.4822-9.1924
CIE-Lab33.8235-3.0079-14.3635

#3b5266 color RGB value is (59,82,102).

#3b5266 hex color red value is 59, green value is 82 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #3b5266 hue: 0.58 , saturation: 0.27 and the lightness value of 3b5266 is 0.32.

The process color (four color CMYK) of #3b5266 color hex is 0.42, 0.20, 0.00, 0.60. Web safe color of #3b5266 is #336666. Color #3b5266 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01010010 01100110
Octal 73 122 146
Decimal 59 82 102
Hex 3B 52 66

RGB Percentages of Color #3b5266

%24.28
%33.74
%41.98

CMYK Percentages of Color #3b5266

%42
%20
%0
%60

Triadic Colors of #3b5266

#3b5266 #663b52 #52663b

Analogous Colors of #3b5266

#3b5266 #3b3d66 #3b6665

Monochromatic Colors of #3b5266

#3b5266

Complementary Color

#3b5266 #664f3b

#3b5266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b5266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b5266 Color CSS Codes

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

#3b5266 Text Font Color

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

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


#3b5266 Background Color

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

This div background color is #3b5266


#3b5266 Border Color

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

This div border color is #3b5266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b5266

#3b5266 Color Palettes


Comments

No comments written yet.

Please login to write comment.