Color Hex Logo

#3b85bb Color Hex

#3B85BB
(59,133,187)
0 Favorites   0 Comments

Color spaces of #3b85bb

RGB 59133187
HSL0.570.520.48
HSV205°68°73°
CMYK 0.680.290.00   0.27
XYZ19.160821.292750.1137
Yxy21.29270.21160.2351
Hunter Lab46.1440-6.6318-32.0898
CIE-Lab53.2684-5.3945-34.9889

#3b85bb color RGB value is (59,133,187).

#3b85bb hex color red value is 59, green value is 133 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #3b85bb hue: 0.57 , saturation: 0.52 and the lightness value of 3b85bb is 0.48.

The process color (four color CMYK) of #3b85bb color hex is 0.68, 0.29, 0.00, 0.27. Web safe color of #3b85bb is #3399cc. Color #3b85bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10000101 10111011
Octal 73 205 273
Decimal 59 133 187
Hex 3B 85 BB

RGB Percentages of Color #3b85bb

%15.57
%35.09
%49.34

CMYK Percentages of Color #3b85bb

%68
%29
%0
%27

Triadic Colors of #3b85bb

#3b85bb #bb3b85 #85bb3b

Analogous Colors of #3b85bb

#3b85bb #3b45bb #3bbbb1

Monochromatic Colors of #3b85bb

#3b85bb

Complementary Color

#3b85bb #bb713b

#3b85bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b85bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b85bb Color CSS Codes

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

#3b85bb Text Font Color

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

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


#3b85bb Background Color

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

This div background color is #3b85bb


#3b85bb Border Color

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

This div border color is #3b85bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b85bb


Comments

No comments written yet.

Please login to write comment.