Color Hex Logo

#399bbd Color Hex

#399BBD
(57,155,189)
0 Favorites   0 Comments

Color spaces of #399bbd

RGB 57155189
HSL0.540.540.48
HSV195°70°74°
CMYK 0.700.180.00   0.26
XYZ22.594027.986752.3553
Yxy27.98670.21950.2719
Hunter Lab52.9025-16.3441-21.6451
CIE-Lab59.8767-17.3213-25.8641

#399bbd color RGB value is (57,155,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011011 10111101
Octal 71 233 275
Decimal 57 155 189
Hex 39 9B BD

RGB Percentages of Color #399bbd

%14.21
%38.65
%47.13

CMYK Percentages of Color #399bbd

%70
%18
%0
%26

Triadic Colors of #399bbd

#399bbd #bd399b #9bbd39

Analogous Colors of #399bbd

#399bbd #3959bd #39bd9d

Monochromatic Colors of #399bbd

#399bbd

Complementary Color

#399bbd #bd5b39

#399bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#399bbd Color CSS Codes

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

#399bbd Text Font Color

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

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


#399bbd Background Color

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

This div background color is #399bbd


#399bbd Border Color

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

This div border color is #399bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399bbd


Comments

No comments written yet.

Please login to write comment.