Color Hex Logo

#317493 Color Hex

#317493
(49,116,147)
0 Favorites   0 Comments

Color spaces of #317493

RGB 49116147
HSL0.550.500.38
HSV199°67°58°
CMYK 0.670.210.00   0.42
XYZ12.778515.250329.8739
Yxy15.25030.22070.2634
Hunter Lab39.0516-9.9315-18.0198
CIE-Lab45.9751-10.9904-23.1056

#317493 color RGB value is (49,116,147).

#317493 hex color red value is 49, green value is 116 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #317493 hue: 0.55 , saturation: 0.50 and the lightness value of 317493 is 0.38.

The process color (four color CMYK) of #317493 color hex is 0.67, 0.21, 0.00, 0.42. Web safe color of #317493 is #336699. Color #317493 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01110100 10010011
Octal 61 164 223
Decimal 49 116 147
Hex 31 74 93

RGB Percentages of Color #317493

%15.71
%37.18
%47.12

CMYK Percentages of Color #317493

%67
%21
%0
%42

Triadic Colors of #317493

#317493 #933174 #749331

Analogous Colors of #317493

#317493 #314393 #319381

Monochromatic Colors of #317493

#317493

Complementary Color

#317493 #935031

#317493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#317493 Color CSS Codes

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

#317493 Text Font Color

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

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


#317493 Background Color

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

This div background color is #317493


#317493 Border Color

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

This div border color is #317493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317493


Comments

No comments written yet.

Please login to write comment.