Color Hex Logo

#312473 Color Hex

#312473
(49,36,115)
0 Favorites   0 Comments

Color spaces of #312473

RGB 4936115
HSL0.690.520.30
HSV250°69°45°
CMYK 0.570.690.00   0.55
XYZ4.99203.152516.5650
Yxy3.15250.20200.1276
Hunter Lab17.755319.1146-42.8866
CIE-Lab20.644629.2965-43.5875

#312473 color RGB value is (49,36,115).

#312473 hex color red value is 49, green value is 36 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #312473 hue: 0.69 , saturation: 0.52 and the lightness value of 312473 is 0.30.

The process color (four color CMYK) of #312473 color hex is 0.57, 0.69, 0.00, 0.55. Web safe color of #312473 is #333366. Color #312473 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00100100 01110011
Octal 61 44 163
Decimal 49 36 115
Hex 31 24 73

RGB Percentages of Color #312473

%24.50
%18.00
%57.50

CMYK Percentages of Color #312473

%57
%69
%0
%55

Triadic Colors of #312473

#312473 #733124 #247331

Analogous Colors of #312473

#312473 #592473 #243e73

Monochromatic Colors of #312473

#312473

Complementary Color

#312473 #667324

#312473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#312473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#312473 Color CSS Codes

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

#312473 Text Font Color

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

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


#312473 Background Color

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

This div background color is #312473


#312473 Border Color

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

This div border color is #312473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #312473


Comments

No comments written yet.

Please login to write comment.