Color Hex Logo

#031996 Color Hex

#031996
(3,25,150)
0 Favorites   0 Comments

Color spaces of #031996

RGB 325150
HSL0.640.960.30
HSV231°98°59°
CMYK 0.980.830.00   0.41
XYZ5.89022.916629.1067
Yxy2.91660.15540.0769
Hunter Lab17.078131.6778-89.0953
CIE-Lab19.706743.9558-67.2737

#031996 color RGB value is (3,25,150).

#031996 hex color red value is 3, green value is 25 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #031996 hue: 0.64 , saturation: 0.96 and the lightness value of 031996 is 0.30.

The process color (four color CMYK) of #031996 color hex is 0.98, 0.83, 0.00, 0.41. Web safe color of #031996 is #000099. Color #031996 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00011001 10010110
Octal 3 31 226
Decimal 3 25 150
Hex 3 19 96

RGB Percentages of Color #031996

%1.69
%14.04
%84.27

CMYK Percentages of Color #031996

%98
%83
%0
%41

Triadic Colors of #031996

#031996 #960319 #199603

Analogous Colors of #031996

#031996 #370396 #036296

Monochromatic Colors of #031996

#031996

Complementary Color

#031996 #968003

#031996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#031996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#031996 Color CSS Codes

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

#031996 Text Font Color

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

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


#031996 Background Color

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

This div background color is #031996


#031996 Border Color

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

This div border color is #031996


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,25,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #031996; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #031996;
  -webkit-box-shadow: 1px 1px 3px 2px #031996;
  box-shadow:         1px 1px 3px 2px #031996; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #031996


Comments

No comments written yet.

Please login to write comment.