Color Hex Logo

#031840 Color Hex

#031840
(3,24,64)
0 Favorites   0 Comments

Color spaces of #031840

RGB 32464
HSL0.610.910.13
HSV219°95°25°
CMYK 0.950.630.00   0.75
XYZ1.28961.04284.9838
Yxy1.04280.17630.1425
Hunter Lab10.21184.6714-21.7880
CIE-Lab9.343010.0176-27.8475

#031840 color RGB value is (3,24,64).

#031840 hex color red value is 3, green value is 24 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #031840 hue: 0.61 , saturation: 0.91 and the lightness value of 031840 is 0.13.

The process color (four color CMYK) of #031840 color hex is 0.95, 0.63, 0.00, 0.75. Web safe color of #031840 is #000033. Color #031840 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00011000 01000000
Octal 3 30 100
Decimal 3 24 64
Hex 3 18 40

RGB Percentages of Color #031840

%3.30
%26.37
%70.33

CMYK Percentages of Color #031840

%95
%63
%0
%75

Triadic Colors of #031840

#031840 #400318 #184003

Analogous Colors of #031840

#031840 #0d0340 #033740

Monochromatic Colors of #031840

#031840

Complementary Color

#031840 #402b03

#031840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#031840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#031840 Color CSS Codes

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

#031840 Text Font Color

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

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


#031840 Background Color

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

This div background color is #031840


#031840 Border Color

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

This div border color is #031840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #031840


Comments

No comments written yet.

Please login to write comment.