Color Hex Logo

#314898 Color Hex

#314898
(49,72,152)
0 Favorites   0 Comments

Color spaces of #314898

RGB 4972152
HSL0.630.510.39
HSV227°68°60°
CMYK 0.680.530.00   0.40
XYZ9.25157.554730.6764
Yxy7.55470.19480.1591
Hunter Lab27.485811.9815-46.9324
CIE-Lab33.037718.6305-46.5649

#314898 color RGB value is (49,72,152).

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

The process color (four color CMYK) of #314898 color hex is 0.68, 0.53, 0.00, 0.40. Web safe color of #314898 is #333399. Color #314898 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01001000 10011000
Octal 61 110 230
Decimal 49 72 152
Hex 31 48 98

RGB Percentages of Color #314898

%17.95
%26.37
%55.68

CMYK Percentages of Color #314898

%68
%53
%0
%40

Triadic Colors of #314898

#314898 #983148 #489831

Analogous Colors of #314898

#314898 #4e3198 #317c98

Monochromatic Colors of #314898

#314898

Complementary Color

#314898 #988131

#314898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#314898 Color CSS Codes

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

#314898 Text Font Color

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

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


#314898 Background Color

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

This div background color is #314898


#314898 Border Color

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

This div border color is #314898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314898


Comments

No comments written yet.

Please login to write comment.