Color Hex Logo

#30506e Color Hex

#30506E
(48,80,110)
0 Favorites   0 Comments

Color spaces of #30506e

RGB 4880110
HSL0.580.390.31
HSV209°56°43°
CMYK 0.560.270.00   0.57
XYZ6.90217.491515.8341
Yxy7.49150.22830.2478
Hunter Lab27.3706-2.8859-15.1403
CIE-Lab32.9006-2.1769-20.8625

#30506e color RGB value is (48,80,110).

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

The process color (four color CMYK) of #30506e color hex is 0.56, 0.27, 0.00, 0.57. Web safe color of #30506e is #336666. Color #30506e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01010000 01101110
Octal 60 120 156
Decimal 48 80 110
Hex 30 50 6E

RGB Percentages of Color #30506e

%20.17
%33.61
%46.22

CMYK Percentages of Color #30506e

%56
%27
%0
%57

Triadic Colors of #30506e

#30506e #6e3050 #506e30

Analogous Colors of #30506e

#30506e #30316e #306e6d

Monochromatic Colors of #30506e

#30506e

Complementary Color

#30506e #6e4e30

#30506e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30506e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30506e Color CSS Codes

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

#30506e Text Font Color

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

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


#30506e Background Color

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

This div background color is #30506e


#30506e Border Color

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

This div border color is #30506e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30506e


Comments

No comments written yet.

Please login to write comment.