Color Hex Logo

#30046e Color Hex

#30046E
(48,4,110)
0 Favorites   0 Comments

Color spaces of #30046e

RGB 484110
HSL0.740.930.22
HSV265°96°43°
CMYK 0.560.960.00   0.57
XYZ4.07681.841014.8923
Yxy1.84100.19590.0885
Hunter Lab13.568329.8882-55.5775
CIE-Lab14.629742.9992-50.2361

#30046e color RGB value is (48,4,110).

#30046e hex color red value is 48, green value is 4 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #30046e hue: 0.74 , saturation: 0.93 and the lightness value of 30046e is 0.22.

The process color (four color CMYK) of #30046e color hex is 0.56, 0.96, 0.00, 0.57. Web safe color of #30046e is #330066. Color #30046e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00000100 01101110
Octal 60 4 156
Decimal 48 4 110
Hex 30 4 6E

RGB Percentages of Color #30046e

%29.63
%2.47
%67.90

CMYK Percentages of Color #30046e

%56
%96
%0
%57

Triadic Colors of #30046e

#30046e #6e3004 #046e30

Analogous Colors of #30046e

#30046e #65046e #040d6e

Monochromatic Colors of #30046e

#30046e

Complementary Color

#30046e #426e04

#30046e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30046e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30046e Color CSS Codes

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

#30046e Text Font Color

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

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


#30046e Background Color

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

This div background color is #30046e


#30046e Border Color

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

This div border color is #30046e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30046e


Comments

No comments written yet.

Please login to write comment.