Color Hex Logo

#319faf Color Hex

#319FAF
(49,159,175)
0 Favorites   0 Comments

Color spaces of #319faf

RGB 49159175
HSL0.520.560.44
HSV188°72°69°
CMYK 0.720.090.00   0.31
XYZ21.402628.544444.9390
Yxy28.54440.22560.3008
Hunter Lab53.4270-21.9909-12.4717
CIE-Lab60.3774-25.0222-17.2227

#319faf color RGB value is (49,159,175).

#319faf hex color red value is 49, green value is 159 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #319faf hue: 0.52 , saturation: 0.56 and the lightness value of 319faf is 0.44.

The process color (four color CMYK) of #319faf color hex is 0.72, 0.09, 0.00, 0.31. Web safe color of #319faf is #339999. Color #319faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10011111 10101111
Octal 61 237 257
Decimal 49 159 175
Hex 31 9F AF

RGB Percentages of Color #319faf

%12.79
%41.51
%45.69

CMYK Percentages of Color #319faf

%72
%9
%0
%31

Triadic Colors of #319faf

#319faf #af319f #9faf31

Analogous Colors of #319faf

#319faf #3160af #31af80

Monochromatic Colors of #319faf

#319faf

Complementary Color

#319faf #af4131

#319faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#319faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#319faf Color CSS Codes

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

#319faf Text Font Color

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

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


#319faf Background Color

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

This div background color is #319faf


#319faf Border Color

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

This div border color is #319faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #319faf


Comments

No comments written yet.

Please login to write comment.