Color Hex Logo

#399bbb Color Hex

#399BBB
(57,155,187)
0 Favorites   0 Comments

Color spaces of #399bbb

RGB 57155187
HSL0.540.530.48
HSV195°70°73°
CMYK 0.700.170.00   0.27
XYZ22.378327.900451.2196
Yxy27.90040.22050.2749
Hunter Lab52.8208-16.8124-20.5181
CIE-Lab59.7986-17.9736-24.8574

#399bbb color RGB value is (57,155,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011011 10111011
Octal 71 233 273
Decimal 57 155 187
Hex 39 9B BB

RGB Percentages of Color #399bbb

%14.29
%38.85
%46.87

CMYK Percentages of Color #399bbb

%70
%17
%0
%27

Triadic Colors of #399bbb

#399bbb #bb399b #9bbb39

Analogous Colors of #399bbb

#399bbb #395abb #39bb9a

Monochromatic Colors of #399bbb

#399bbb

Complementary Color

#399bbb #bb5939

#399bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#399bbb Color CSS Codes

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

#399bbb Text Font Color

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

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


#399bbb Background Color

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

This div background color is #399bbb


#399bbb Border Color

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

This div border color is #399bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399bbb


Comments

No comments written yet.

Please login to write comment.