Color Hex Logo

#314475 Color Hex

#314475
(49,68,117)
0 Favorites   0 Comments

Color spaces of #314475

RGB 4968117
HSL0.620.410.33
HSV223°58°46°
CMYK 0.580.420.00   0.54
XYZ6.54466.071617.6566
Yxy6.07160.21620.2006
Hunter Lab24.64064.2889-25.2367
CIE-Lab29.59248.4171-30.4558

#314475 color RGB value is (49,68,117).

#314475 hex color red value is 49, green value is 68 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #314475 hue: 0.62 , saturation: 0.41 and the lightness value of 314475 is 0.33.

The process color (four color CMYK) of #314475 color hex is 0.58, 0.42, 0.00, 0.54. Web safe color of #314475 is #333366. Color #314475 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01000100 01110101
Octal 61 104 165
Decimal 49 68 117
Hex 31 44 75

RGB Percentages of Color #314475

%20.94
%29.06
%50.00

CMYK Percentages of Color #314475

%58
%42
%0
%54

Triadic Colors of #314475

#314475 #753144 #447531

Analogous Colors of #314475

#314475 #403175 #316675

Monochromatic Colors of #314475

#314475

Complementary Color

#314475 #756231

#314475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#314475 Color CSS Codes

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

#314475 Text Font Color

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

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


#314475 Background Color

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

This div background color is #314475


#314475 Border Color

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

This div border color is #314475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314475


Comments

No comments written yet.

Please login to write comment.