Color Hex Logo

#30347c Color Hex

#30347C
(48,52,124)
0 Favorites   0 Comments

Color spaces of #30347c

RGB 4852124
HSL0.660.440.34
HSV237°61°49°
CMYK 0.610.580.00   0.51
XYZ6.08504.539619.6243
Yxy4.53960.20120.1501
Hunter Lab21.306313.6928-39.6949
CIE-Lab25.380621.6570-41.6271

#30347c color RGB value is (48,52,124).

#30347c hex color red value is 48, green value is 52 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #30347c hue: 0.66 , saturation: 0.44 and the lightness value of 30347c is 0.34.

The process color (four color CMYK) of #30347c color hex is 0.61, 0.58, 0.00, 0.51. Web safe color of #30347c is #333366. Color #30347c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00110100 01111100
Octal 60 64 174
Decimal 48 52 124
Hex 30 34 7C

RGB Percentages of Color #30347c

%21.43
%23.21
%55.36

CMYK Percentages of Color #30347c

%61
%58
%0
%51

Triadic Colors of #30347c

#30347c #7c3034 #347c30

Analogous Colors of #30347c

#30347c #52307c #305a7c

Monochromatic Colors of #30347c

#30347c

Complementary Color

#30347c #7c7830

#30347c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30347c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30347c Color CSS Codes

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

#30347c Text Font Color

<p style="color:#30347c">Text here</p>

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


#30347c Background Color

<div style="background-color:#30347c">
Div content here</div>

This div background color is #30347c


#30347c Border Color

<div style="border:3px solid #30347c">
Div here</div>

This div border color is #30347c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,52,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30347c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30347c;
  -webkit-box-shadow: 1px 1px 3px 2px #30347c;
  box-shadow:         1px 1px 3px 2px #30347c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30347c


Comments

No comments written yet.

Please login to write comment.