Color Hex Logo

#30566e Color Hex

#30566E
(48,86,110)
0 Favorites   0 Comments

Color spaces of #30566e

RGB 4886110
HSL0.560.390.31
HSV203°56°43°
CMYK 0.560.220.00   0.57
XYZ7.36128.409715.9871
Yxy8.40970.23180.2648
Hunter Lab28.9995-5.4388-12.3863
CIE-Lab34.8220-5.9324-17.8874

#30566e color RGB value is (48,86,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01010110 01101110
Octal 60 126 156
Decimal 48 86 110
Hex 30 56 6E

RGB Percentages of Color #30566e

%19.67
%35.25
%45.08

CMYK Percentages of Color #30566e

%56
%22
%0
%57

Triadic Colors of #30566e

#30566e #6e3056 #566e30

Analogous Colors of #30566e

#30566e #30376e #306e67

Monochromatic Colors of #30566e

#30566e

Complementary Color

#30566e #6e4830

#30566e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30566e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30566e Color CSS Codes

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

#30566e Text Font Color

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

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


#30566e Background Color

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

This div background color is #30566e


#30566e Border Color

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

This div border color is #30566e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30566e


Comments

No comments written yet.

Please login to write comment.