Color Hex Logo

#30375e Color Hex

#30375E
(48,55,94)
0 Favorites   0 Comments

Color spaces of #30375e

RGB 485594
HSL0.640.320.28
HSV231°49°37°
CMYK 0.490.410.00   0.63
XYZ4.60554.168911.1516
Yxy4.16890.23110.2092
Hunter Lab20.41794.5315-18.0898
CIE-Lab24.22218.9131-24.2256

#30375e color RGB value is (48,55,94).

#30375e hex color red value is 48, green value is 55 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #30375e hue: 0.64 , saturation: 0.32 and the lightness value of 30375e is 0.28.

The process color (four color CMYK) of #30375e color hex is 0.49, 0.41, 0.00, 0.63. Web safe color of #30375e is #333366. Color #30375e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00110111 01011110
Octal 60 67 136
Decimal 48 55 94
Hex 30 37 5E

RGB Percentages of Color #30375e

%24.37
%27.92
%47.72

CMYK Percentages of Color #30375e

%49
%41
%0
%63

Triadic Colors of #30375e

#30375e #5e3037 #375e30

Analogous Colors of #30375e

#30375e #40305e #304e5e

Monochromatic Colors of #30375e

#30375e

Complementary Color

#30375e #5e5730

#30375e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30375e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30375e Color CSS Codes

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

#30375e Text Font Color

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

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


#30375e Background Color

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

This div background color is #30375e


#30375e Border Color

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

This div border color is #30375e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,55,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30375e


Comments

No comments written yet.

Please login to write comment.