Color Hex Logo

#3b88ae Color Hex

#3B88AE
(59,136,174)
0 Favorites   0 Comments

Color spaces of #3b88ae

RGB 59136174
HSL0.560.490.46
HSV200°66°68°
CMYK 0.660.220.00   0.32
XYZ18.247821.594143.2507
Yxy21.59410.21960.2599
Hunter Lab46.4695-11.2275-22.6546
CIE-Lab53.5937-11.5292-27.0302

#3b88ae color RGB value is (59,136,174).

#3b88ae hex color red value is 59, green value is 136 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #3b88ae hue: 0.56 , saturation: 0.49 and the lightness value of 3b88ae is 0.46.

The process color (four color CMYK) of #3b88ae color hex is 0.66, 0.22, 0.00, 0.32. Web safe color of #3b88ae is #339999. Color #3b88ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10001000 10101110
Octal 73 210 256
Decimal 59 136 174
Hex 3B 88 AE

RGB Percentages of Color #3b88ae

%15.99
%36.86
%47.15

CMYK Percentages of Color #3b88ae

%66
%22
%0
%32

Triadic Colors of #3b88ae

#3b88ae #ae3b88 #88ae3b

Analogous Colors of #3b88ae

#3b88ae #3b4fae #3bae9b

Monochromatic Colors of #3b88ae

#3b88ae

Complementary Color

#3b88ae #ae613b

#3b88ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b88ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b88ae Color CSS Codes

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

#3b88ae Text Font Color

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

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


#3b88ae Background Color

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

This div background color is #3b88ae


#3b88ae Border Color

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

This div border color is #3b88ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b88ae


Comments

No comments written yet.

Please login to write comment.