Color Hex Logo

#317483 Color Hex

#317483
(49,116,131)
0 Favorites   0 Comments

Color spaces of #317483

RGB 49116131
HSL0.530.460.35
HSV191°63°51°
CMYK 0.630.110.00   0.49
XYZ11.608714.782423.7142
Yxy14.78240.23170.2950
Hunter Lab38.4479-13.3887-9.6558
CIE-Lab45.3347-16.2976-14.5820

#317483 color RGB value is (49,116,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 01110100 10000011
Octal 61 164 203
Decimal 49 116 131
Hex 31 74 83

RGB Percentages of Color #317483

%16.55
%39.19
%44.26

CMYK Percentages of Color #317483

%63
%11
%0
%49

Triadic Colors of #317483

#317483 #833174 #748331

Analogous Colors of #317483

#317483 #314b83 #318369

Monochromatic Colors of #317483

#317483

Complementary Color

#317483 #834031

#317483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#317483 Color CSS Codes

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

#317483 Text Font Color

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

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


#317483 Background Color

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

This div background color is #317483


#317483 Border Color

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

This div border color is #317483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317483


Comments

No comments written yet.

Please login to write comment.