Color Hex Logo

#3999b0 Color Hex

#3999B0
(57,153,176)
0 Favorites   0 Comments

Color spaces of #3999b0

RGB 57153176
HSL0.530.510.46
HSV192°68°69°
CMYK 0.680.130.00   0.31
XYZ20.915026.786945.1423
Yxy26.78690.22530.2885
Hunter Lab51.7561-18.4400-15.4843
CIE-Lab58.7766-20.4498-20.2070

#3999b0 color RGB value is (57,153,176).

#3999b0 hex color red value is 57, green value is 153 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #3999b0 hue: 0.53 , saturation: 0.51 and the lightness value of 3999b0 is 0.46.

The process color (four color CMYK) of #3999b0 color hex is 0.68, 0.13, 0.00, 0.31. Web safe color of #3999b0 is #339999. Color #3999b0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011001 10110000
Octal 71 231 260
Decimal 57 153 176
Hex 39 99 B0

RGB Percentages of Color #3999b0

%14.77
%39.64
%45.60

CMYK Percentages of Color #3999b0

%68
%13
%0
%31

Triadic Colors of #3999b0

#3999b0 #b03999 #99b039

Analogous Colors of #3999b0

#3999b0 #395eb0 #39b08c

Monochromatic Colors of #3999b0

#3999b0

Complementary Color

#3999b0 #b05039

#3999b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3999b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3999b0 Color CSS Codes

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

#3999b0 Text Font Color

<p style="color:#3999b0">Text here</p>

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


#3999b0 Background Color

<div style="background-color:#3999b0">
Div content here</div>

This div background color is #3999b0


#3999b0 Border Color

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

This div border color is #3999b0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,153,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3999b0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3999b0;
  -webkit-box-shadow: 1px 1px 3px 2px #3999b0;
  box-shadow:         1px 1px 3px 2px #3999b0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,153,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3999b0


Comments

No comments written yet.

Please login to write comment.