Color Hex Logo

#319fbd Color Hex

#319FBD
(49,159,189)
0 Favorites   0 Comments

Color spaces of #319fbd

RGB 49159189
HSL0.540.590.47
HSV193°74°74°
CMYK 0.740.160.00   0.26
XYZ22.850129.123452.5612
Yxy29.12340.21860.2786
Hunter Lab53.9661-18.8610-19.9702
CIE-Lab60.8904-20.5246-24.3215

#319fbd color RGB value is (49,159,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011111 10111101
Octal 61 237 275
Decimal 49 159 189
Hex 31 9F BD

RGB Percentages of Color #319fbd

%12.34
%40.05
%47.61

CMYK Percentages of Color #319fbd

%74
%16
%0
%26

Triadic Colors of #319fbd

#319fbd #bd319f #9fbd31

Analogous Colors of #319fbd

#319fbd #3159bd #31bd95

Monochromatic Colors of #319fbd

#319fbd

Complementary Color

#319fbd #bd4f31

#319fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#319fbd Color CSS Codes

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

#319fbd Text Font Color

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

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


#319fbd Background Color

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

This div background color is #319fbd


#319fbd Border Color

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

This div border color is #319fbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,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 #319fbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319fbd


Comments

No comments written yet.

Please login to write comment.