Color Hex Logo

#317783 Color Hex

#317783
(49,119,131)
0 Favorites   0 Comments

Color spaces of #317783

RGB 49119131
HSL0.520.460.35
HSV189°63°51°
CMYK 0.630.090.00   0.49
XYZ11.960215.485323.8313
Yxy15.48530.23320.3020
Hunter Lab39.3514-14.6128-8.3602
CIE-Lab46.2918-17.9442-13.1295

#317783 color RGB value is (49,119,131).

#317783 hex color red value is 49, green value is 119 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #317783 hue: 0.52 , saturation: 0.46 and the lightness value of 317783 is 0.35.

The process color (four color CMYK) of #317783 color hex is 0.63, 0.09, 0.00, 0.49. Web safe color of #317783 is #336699. Color #317783 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01110111 10000011
Octal 61 167 203
Decimal 49 119 131
Hex 31 77 83

RGB Percentages of Color #317783

%16.39
%39.80
%43.81

CMYK Percentages of Color #317783

%63
%9
%0
%49

Triadic Colors of #317783

#317783 #833177 #778331

Analogous Colors of #317783

#317783 #314e83 #318366

Monochromatic Colors of #317783

#317783

Complementary Color

#317783 #833d31

#317783 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317783 Color Preview on White Background

Lorem ipsum dolor sit amet.

#317783 Color CSS Codes

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

#317783 Text Font Color

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

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


#317783 Background Color

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

This div background color is #317783


#317783 Border Color

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

This div border color is #317783


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,119,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #317783; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #317783;
  -webkit-box-shadow: 1px 1px 3px 2px #317783;
  box-shadow:         1px 1px 3px 2px #317783; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317783


Comments

No comments written yet.

Please login to write comment.