Color Hex Logo

#30738f Color Hex

#30738F
(48,115,143)
0 Favorites   0 Comments

Color spaces of #30738f

RGB 48115143
HSL0.550.500.37
HSV198°66°56°
CMYK 0.660.200.00   0.44
XYZ12.307614.873028.2087
Yxy14.87300.22220.2685
Hunter Lab38.5655-10.5241-16.3717
CIE-Lab45.4598-11.9548-21.5332

#30738f color RGB value is (48,115,143).

#30738f hex color red value is 48, green value is 115 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #30738f hue: 0.55 , saturation: 0.50 and the lightness value of 30738f is 0.37.

The process color (four color CMYK) of #30738f color hex is 0.66, 0.20, 0.00, 0.44. Web safe color of #30738f is #336699. Color #30738f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110011 10001111
Octal 60 163 217
Decimal 48 115 143
Hex 30 73 8F

RGB Percentages of Color #30738f

%15.69
%37.58
%46.73

CMYK Percentages of Color #30738f

%66
%20
%0
%44

Triadic Colors of #30738f

#30738f #8f3073 #738f30

Analogous Colors of #30738f

#30738f #30438f #308f7c

Monochromatic Colors of #30738f

#30738f

Complementary Color

#30738f #8f4c30

#30738f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30738f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30738f Color CSS Codes

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

#30738f Text Font Color

<p style="color:#30738f">Text here</p>

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


#30738f Background Color

<div style="background-color:#30738f">
Div content here</div>

This div background color is #30738f


#30738f Border Color

<div style="border:3px solid #30738f">
Div here</div>

This div border color is #30738f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,115,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30738f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30738f;
  -webkit-box-shadow: 1px 1px 3px 2px #30738f;
  box-shadow:         1px 1px 3px 2px #30738f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30738f


Comments

No comments written yet.

Please login to write comment.