Color Hex Logo

#317498 Color Hex

#317498
(49,116,152)
0 Favorites   0 Comments

Color spaces of #317498

RGB 49116152
HSL0.560.510.39
HSV201°68°60°
CMYK 0.680.240.00   0.40
XYZ13.179515.410731.9857
Yxy15.41070.21760.2544
Hunter Lab39.2565-8.7713-20.8293
CIE-Lab46.1917-9.2719-25.7251

#317498 color RGB value is (49,116,152).

#317498 hex color red value is 49, green value is 116 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #317498 hue: 0.56 , saturation: 0.51 and the lightness value of 317498 is 0.39.

The process color (four color CMYK) of #317498 color hex is 0.68, 0.24, 0.00, 0.40. Web safe color of #317498 is #336699. Color #317498 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01110100 10011000
Octal 61 164 230
Decimal 49 116 152
Hex 31 74 98

RGB Percentages of Color #317498

%15.46
%36.59
%47.95

CMYK Percentages of Color #317498

%68
%24
%0
%40

Triadic Colors of #317498

#317498 #983174 #749831

Analogous Colors of #317498

#317498 #314198 #319889

Monochromatic Colors of #317498

#317498

Complementary Color

#317498 #985531

#317498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#317498 Color CSS Codes

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

#317498 Text Font Color

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

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


#317498 Background Color

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

This div background color is #317498


#317498 Border Color

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

This div border color is #317498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317498


Comments

No comments written yet.

Please login to write comment.