Color Hex Logo

#3b99ba Color Hex

#3B99BA
(59,153,186)
0 Favorites   0 Comments

Color spaces of #3b99ba

RGB 59153186
HSL0.540.520.48
HSV196°68°73°
CMYK 0.680.180.00   0.27
XYZ22.057827.257450.5530
Yxy27.25740.22090.2729
Hunter Lab52.2086-15.9500-20.8638
CIE-Lab59.2118-16.9252-25.1915

#3b99ba color RGB value is (59,153,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10011001 10111010
Octal 73 231 272
Decimal 59 153 186
Hex 3B 99 BA

RGB Percentages of Color #3b99ba

%14.82
%38.44
%46.73

CMYK Percentages of Color #3b99ba

%68
%18
%0
%27

Triadic Colors of #3b99ba

#3b99ba #ba3b99 #99ba3b

Analogous Colors of #3b99ba

#3b99ba #3b5aba #3bba9c

Monochromatic Colors of #3b99ba

#3b99ba

Complementary Color

#3b99ba #ba5c3b

#3b99ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b99ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b99ba Color CSS Codes

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

#3b99ba Text Font Color

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

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


#3b99ba Background Color

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

This div background color is #3b99ba


#3b99ba Border Color

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

This div border color is #3b99ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,153,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 #3b99ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b99ba


Comments

No comments written yet.

Please login to write comment.