Color Hex Logo

#1e3b51 Color Hex

#1E3B51
(30,59,81)
0 Favorites   0 Comments

Color spaces of #1e3b51

RGB 305981
HSL0.570.460.22
HSV206°63°32°
CMYK 0.630.270.00   0.68
XYZ3.58463.99808.3674
Yxy3.99800.22470.2507
Hunter Lab19.9950-2.9907-10.8149
CIE-Lab23.6648-3.2931-16.6426

#1e3b51 color RGB value is (30,59,81).

#1e3b51 hex color red value is 30, green value is 59 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #1e3b51 hue: 0.57 , saturation: 0.46 and the lightness value of 1e3b51 is 0.22.

The process color (four color CMYK) of #1e3b51 color hex is 0.63, 0.27, 0.00, 0.68. Web safe color of #1e3b51 is #333366. Color #1e3b51 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 00111011 01010001
Octal 36 73 121
Decimal 30 59 81
Hex 1E 3B 51

RGB Percentages of Color #1e3b51

%17.65
%34.71
%47.65

CMYK Percentages of Color #1e3b51

%63
%27
%0
%68

Triadic Colors of #1e3b51

#1e3b51 #511e3b #3b511e

Analogous Colors of #1e3b51

#1e3b51 #1e2251 #1e514e

Monochromatic Colors of #1e3b51

#1e3b51

Complementary Color

#1e3b51 #51341e

#1e3b51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e3b51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e3b51 Color CSS Codes

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

#1e3b51 Text Font Color

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

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


#1e3b51 Background Color

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

This div background color is #1e3b51


#1e3b51 Border Color

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

This div border color is #1e3b51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e3b51


Comments

No comments written yet.

Please login to write comment.