Color Hex Logo

#3b5860 Color Hex

#3B5860
(59,88,96)
0 Favorites   0 Comments

Color spaces of #3b5860

RGB 598896
HSL0.540.240.30
HSV193°39°38°
CMYK 0.390.080.00   0.62
XYZ7.40478.753812.3657
Yxy8.75380.25960.3069
Hunter Lab29.5868-7.1037-4.0693
CIE-Lab35.5059-8.4614-8.0504

#3b5860 color RGB value is (59,88,96).

#3b5860 hex color red value is 59, green value is 88 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #3b5860 hue: 0.54 , saturation: 0.24 and the lightness value of 3b5860 is 0.30.

The process color (four color CMYK) of #3b5860 color hex is 0.39, 0.08, 0.00, 0.62. Web safe color of #3b5860 is #336666. Color #3b5860 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01011000 01100000
Octal 73 130 140
Decimal 59 88 96
Hex 3B 58 60

RGB Percentages of Color #3b5860

%24.28
%36.21
%39.51

CMYK Percentages of Color #3b5860

%39
%8
%0
%62

Triadic Colors of #3b5860

#3b5860 #603b58 #58603b

Analogous Colors of #3b5860

#3b5860 #3b4660 #3b6056

Monochromatic Colors of #3b5860

#3b5860

Complementary Color

#3b5860 #60433b

#3b5860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b5860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b5860 Color CSS Codes

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

#3b5860 Text Font Color

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

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


#3b5860 Background Color

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

This div background color is #3b5860


#3b5860 Border Color

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

This div border color is #3b5860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b5860


Comments

No comments written yet.

Please login to write comment.