Color Hex Logo

#30304e Color Hex

#30304E
(48,48,78)
0 Favorites   0 Comments

Color spaces of #30304e

RGB 484878
HSL0.670.240.25
HSV240°38°31°
CMYK 0.380.380.00   0.69
XYZ3.65103.29237.6508
Yxy3.29230.25020.2256
Hunter Lab18.14474.1638-12.2986
CIE-Lab21.17848.4531-18.4293

#30304e color RGB value is (48,48,78).

#30304e hex color red value is 48, green value is 48 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #30304e hue: 0.67 , saturation: 0.24 and the lightness value of 30304e is 0.25.

The process color (four color CMYK) of #30304e color hex is 0.38, 0.38, 0.00, 0.69. Web safe color of #30304e is #333366. Color #30304e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00110000 01001110
Octal 60 60 116
Decimal 48 48 78
Hex 30 30 4E

RGB Percentages of Color #30304e

%27.59
%27.59
%44.83

CMYK Percentages of Color #30304e

%38
%38
%0
%69

Triadic Colors of #30304e

#30304e #4e3030 #304e30

Analogous Colors of #30304e

#30304e #3f304e #303f4e

Monochromatic Colors of #30304e

#30304e

Complementary Color

#30304e #4e4e30

#30304e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30304e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30304e Color CSS Codes

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

#30304e Text Font Color

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

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


#30304e Background Color

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

This div background color is #30304e


#30304e Border Color

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

This div border color is #30304e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30304e


Comments

No comments written yet.

Please login to write comment.