Color Hex Logo

#30768e Color Hex

#30768E
(48,118,142)
0 Favorites   0 Comments

Color spaces of #30768e

RGB 48118142
HSL0.540.490.37
HSV195°66°56°
CMYK 0.660.170.00   0.44
XYZ12.579815.538227.9273
Yxy15.53820.22450.2772
Hunter Lab39.4185-12.0170-14.4129
CIE-Lab46.3627-13.9955-19.5510

#30768e color RGB value is (48,118,142).

#30768e hex color red value is 48, green value is 118 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #30768e hue: 0.54 , saturation: 0.49 and the lightness value of 30768e is 0.37.

The process color (four color CMYK) of #30768e color hex is 0.66, 0.17, 0.00, 0.44. Web safe color of #30768e is #336699. Color #30768e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110110 10001110
Octal 60 166 216
Decimal 48 118 142
Hex 30 76 8E

RGB Percentages of Color #30768e

%15.58
%38.31
%46.10

CMYK Percentages of Color #30768e

%66
%17
%0
%44

Triadic Colors of #30768e

#30768e #8e3076 #768e30

Analogous Colors of #30768e

#30768e #30478e #308e77

Monochromatic Colors of #30768e

#30768e

Complementary Color

#30768e #8e4830

#30768e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30768e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30768e Color CSS Codes

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

#30768e Text Font Color

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

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


#30768e Background Color

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

This div background color is #30768e


#30768e Border Color

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

This div border color is #30768e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30768e


Comments

No comments written yet.

Please login to write comment.