Color Hex Logo

#399fbd Color Hex

#399FBD
(57,159,189)
0 Favorites   0 Comments

Color spaces of #399fbd

RGB 57159189
HSL0.540.540.48
HSV194°70°74°
CMYK 0.700.160.00   0.26
XYZ23.270829.340352.5808
Yxy29.34030.22120.2789
Hunter Lab54.1667-18.1055-19.6374
CIE-Lab61.0808-19.4490-24.0127

#399fbd color RGB value is (57,159,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011111 10111101
Octal 71 237 275
Decimal 57 159 189
Hex 39 9F BD

RGB Percentages of Color #399fbd

%14.07
%39.26
%46.67

CMYK Percentages of Color #399fbd

%70
%16
%0
%26

Triadic Colors of #399fbd

#399fbd #bd399f #9fbd39

Analogous Colors of #399fbd

#399fbd #395dbd #39bd99

Monochromatic Colors of #399fbd

#399fbd

Complementary Color

#399fbd #bd5739

#399fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#399fbd Color CSS Codes

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

#399fbd Text Font Color

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

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


#399fbd Background Color

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

This div background color is #399fbd


#399fbd Border Color

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

This div border color is #399fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399fbd


Comments

No comments written yet.

Please login to write comment.