Color Hex Logo

#30678f Color Hex

#30678F
(48,103,143)
0 Favorites   0 Comments

Color spaces of #30678f

RGB 48103143
HSL0.570.500.37
HSV205°66°56°
CMYK 0.660.280.00   0.44
XYZ11.027112.312027.7819
Yxy12.31200.21570.2408
Hunter Lab35.0885-5.3084-22.3820
CIE-Lab41.7078-4.8782-27.3559

#30678f color RGB value is (48,103,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100111 10001111
Octal 60 147 217
Decimal 48 103 143
Hex 30 67 8F

RGB Percentages of Color #30678f

%16.33
%35.03
%48.64

CMYK Percentages of Color #30678f

%66
%28
%0
%44

Triadic Colors of #30678f

#30678f #8f3067 #678f30

Analogous Colors of #30678f

#30678f #30378f #308f88

Monochromatic Colors of #30678f

#30678f

Complementary Color

#30678f #8f5830

#30678f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30678f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30678f Color CSS Codes

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

#30678f Text Font Color

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

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


#30678f Background Color

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

This div background color is #30678f


#30678f Border Color

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

This div border color is #30678f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30678f


Comments

No comments written yet.

Please login to write comment.