Color Hex Logo

#399cbb Color Hex

#399CBB
(57,156,187)
0 Favorites   0 Comments

Color spaces of #399cbb

RGB 57156187
HSL0.540.530.48
HSV194°70°73°
CMYK 0.700.170.00   0.27
XYZ22.545528.234651.2753
Yxy28.23460.22090.2767
Hunter Lab53.1362-17.2516-20.0182
CIE-Lab60.1001-18.5059-24.3941

#399cbb color RGB value is (57,156,187).

#399cbb hex color red value is 57, green value is 156 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #399cbb hue: 0.54 , saturation: 0.53 and the lightness value of 399cbb is 0.48.

The process color (four color CMYK) of #399cbb color hex is 0.70, 0.17, 0.00, 0.27. Web safe color of #399cbb is #3399cc. Color #399cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011100 10111011
Octal 71 234 273
Decimal 57 156 187
Hex 39 9C BB

RGB Percentages of Color #399cbb

%14.25
%39.00
%46.75

CMYK Percentages of Color #399cbb

%70
%17
%0
%27

Triadic Colors of #399cbb

#399cbb #bb399c #9cbb39

Analogous Colors of #399cbb

#399cbb #395bbb #39bb99

Monochromatic Colors of #399cbb

#399cbb

Complementary Color

#399cbb #bb5839

#399cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#399cbb Color CSS Codes

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

#399cbb Text Font Color

<p style="color:#399cbb">Text here</p>

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


#399cbb Background Color

<div style="background-color:#399cbb">
Div content here</div>

This div background color is #399cbb


#399cbb Border Color

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

This div border color is #399cbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,156,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #399cbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #399cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #399cbb;
  box-shadow:         1px 1px 3px 2px #399cbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,156,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 #399cbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399cbb


Comments

No comments written yet.

Please login to write comment.