Color Hex Logo

#031dae Color Hex

#031DAE
(3,29,174)
0 Favorites   0 Comments

Color spaces of #031dae

RGB 329174
HSL0.640.970.35
HSV231°98°68°
CMYK 0.980.830.00   0.32
XYZ8.11693.954140.3798
Yxy3.95410.15480.0754
Hunter Lab19.884938.0640-106.4793
CIE-Lab23.519149.8438-75.5552

#031dae color RGB value is (3,29,174).

#031dae hex color red value is 3, green value is 29 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #031dae hue: 0.64 , saturation: 0.97 and the lightness value of 031dae is 0.35.

The process color (four color CMYK) of #031dae color hex is 0.98, 0.83, 0.00, 0.32. Web safe color of #031dae is #003399. Color #031dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00011101 10101110
Octal 3 35 256
Decimal 3 29 174
Hex 3 1D AE

RGB Percentages of Color #031dae

%1.46
%14.08
%84.47

CMYK Percentages of Color #031dae

%98
%83
%0
%32

Triadic Colors of #031dae

#031dae #ae031d #1dae03

Analogous Colors of #031dae

#031dae #3e03ae #0373ae

Monochromatic Colors of #031dae

#031dae

Complementary Color

#031dae #ae9403

#031dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#031dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#031dae Color CSS Codes

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

#031dae Text Font Color

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

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


#031dae Background Color

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

This div background color is #031dae


#031dae Border Color

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

This div border color is #031dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #031dae


Comments

No comments written yet.

Please login to write comment.