Color Hex Logo

#30377e Color Hex

#30377E
(48,55,126)
0 Favorites   0 Comments

Color spaces of #30377e

RGB 4855126
HSL0.650.450.34
HSV235°62°49°
CMYK 0.620.560.00   0.51
XYZ6.35104.867120.3434
Yxy4.86710.20120.1542
Hunter Lab22.061512.7784-39.2296
CIE-Lab26.352720.3401-41.3144

#30377e color RGB value is (48,55,126).

#30377e hex color red value is 48, green value is 55 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #30377e hue: 0.65 , saturation: 0.45 and the lightness value of 30377e is 0.34.

The process color (four color CMYK) of #30377e color hex is 0.62, 0.56, 0.00, 0.51. Web safe color of #30377e is #333366. Color #30377e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00110111 01111110
Octal 60 67 176
Decimal 48 55 126
Hex 30 37 7E

RGB Percentages of Color #30377e

%20.96
%24.02
%55.02

CMYK Percentages of Color #30377e

%62
%56
%0
%51

Triadic Colors of #30377e

#30377e #7e3037 #377e30

Analogous Colors of #30377e

#30377e #50307e #305e7e

Monochromatic Colors of #30377e

#30377e

Complementary Color

#30377e #7e7730

#30377e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30377e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30377e Color CSS Codes

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

#30377e Text Font Color

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

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


#30377e Background Color

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

This div background color is #30377e


#30377e Border Color

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

This div border color is #30377e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,55,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30377e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30377e;
  -webkit-box-shadow: 1px 1px 3px 2px #30377e;
  box-shadow:         1px 1px 3px 2px #30377e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,55,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 #30377e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30377e


Comments

No comments written yet.

Please login to write comment.