Color Hex Logo

#031e7e Color Hex

#031E7E
(3,30,126)
0 Favorites   0 Comments

Color spaces of #031e7e

RGB 330126
HSL0.630.950.25
HSV227°98°49°
CMYK 0.980.760.00   0.51
XYZ4.26772.454319.9874
Yxy2.45430.15980.0919
Hunter Lab15.666221.2101-64.6776
CIE-Lab17.710732.4095-55.5437

#031e7e color RGB value is (3,30,126).

#031e7e hex color red value is 3, green value is 30 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #031e7e hue: 0.63 , saturation: 0.95 and the lightness value of 031e7e is 0.25.

The process color (four color CMYK) of #031e7e color hex is 0.98, 0.76, 0.00, 0.51. Web safe color of #031e7e is #003366. Color #031e7e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00011110 01111110
Octal 3 36 176
Decimal 3 30 126
Hex 3 1E 7E

RGB Percentages of Color #031e7e

%1.89
%18.87
%79.25

CMYK Percentages of Color #031e7e

%98
%76
%0
%51

Triadic Colors of #031e7e

#031e7e #7e031e #1e7e03

Analogous Colors of #031e7e

#031e7e #26037e #035c7e

Monochromatic Colors of #031e7e

#031e7e

Complementary Color

#031e7e #7e6303

#031e7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#031e7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#031e7e Color CSS Codes

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

#031e7e Text Font Color

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

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


#031e7e Background Color

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

This div background color is #031e7e


#031e7e Border Color

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

This div border color is #031e7e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,30,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #031e7e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #031e7e;
  -webkit-box-shadow: 1px 1px 3px 2px #031e7e;
  box-shadow:         1px 1px 3px 2px #031e7e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,30,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #031e7e


Comments

No comments written yet.

Please login to write comment.