Color Hex Logo

#30446e Color Hex

#30446E
(48,68,110)
0 Favorites   0 Comments

Color spaces of #30446e

RGB 4868110
HSL0.610.390.31
HSV221°56°43°
CMYK 0.560.380.00   0.57
XYZ6.10055.888415.5669
Yxy5.88840.22140.2137
Hunter Lab24.26602.4095-21.0489
CIE-Lab29.12915.6693-26.7700

#30446e color RGB value is (48,68,110).

#30446e hex color red value is 48, green value is 68 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #30446e hue: 0.61 , saturation: 0.39 and the lightness value of 30446e is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000100 01101110
Octal 60 104 156
Decimal 48 68 110
Hex 30 44 6E

RGB Percentages of Color #30446e

%21.24
%30.09
%48.67

CMYK Percentages of Color #30446e

%56
%38
%0
%57

Triadic Colors of #30446e

#30446e #6e3044 #446e30

Analogous Colors of #30446e

#30446e #3b306e #30636e

Monochromatic Colors of #30446e

#30446e

Complementary Color

#30446e #6e5a30

#30446e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30446e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30446e Color CSS Codes

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

#30446e Text Font Color

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

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


#30446e Background Color

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

This div background color is #30446e


#30446e Border Color

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

This div border color is #30446e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30446e


Comments

No comments written yet.

Please login to write comment.