Color Hex Logo

#3b87ba Color Hex

#3B87BA
(59,135,186)
0 Favorites   0 Comments

Color spaces of #3b87ba

RGB 59135186
HSL0.570.520.48
HSV204°68°73°
CMYK 0.680.270.00   0.27
XYZ19.330521.802949.6439
Yxy21.80290.21290.2402
Hunter Lab46.6936-7.8172-30.3507
CIE-Lab53.8173-6.8975-33.5585

#3b87ba color RGB value is (59,135,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10000111 10111010
Octal 73 207 272
Decimal 59 135 186
Hex 3B 87 BA

RGB Percentages of Color #3b87ba

%15.53
%35.53
%48.95

CMYK Percentages of Color #3b87ba

%68
%27
%0
%27

Triadic Colors of #3b87ba

#3b87ba #ba3b87 #87ba3b

Analogous Colors of #3b87ba

#3b87ba #3b48ba #3bbaae

Monochromatic Colors of #3b87ba

#3b87ba

Complementary Color

#3b87ba #ba6e3b

#3b87ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b87ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b87ba Color CSS Codes

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

#3b87ba Text Font Color

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

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


#3b87ba Background Color

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

This div background color is #3b87ba


#3b87ba Border Color

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

This div border color is #3b87ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b87ba


Comments

No comments written yet.

Please login to write comment.