Color Hex Logo

#30497f Color Hex

#30497F
(48,73,127)
0 Favorites   0 Comments

Color spaces of #30497f

RGB 4873127
HSL0.610.450.34
HSV221°62°50°
CMYK 0.620.430.00   0.50
XYZ7.43226.925821.0238
Yxy6.92580.21010.1957
Hunter Lab26.31694.3559-28.9432
CIE-Lab31.63748.4772-33.4637

#30497f color RGB value is (48,73,127).

#30497f hex color red value is 48, green value is 73 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #30497f hue: 0.61 , saturation: 0.45 and the lightness value of 30497f is 0.34.

The process color (four color CMYK) of #30497f color hex is 0.62, 0.43, 0.00, 0.50. Web safe color of #30497f is #333366. Color #30497f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001001 01111111
Octal 60 111 177
Decimal 48 73 127
Hex 30 49 7F

RGB Percentages of Color #30497f

%19.35
%29.44
%51.21

CMYK Percentages of Color #30497f

%62
%43
%0
%50

Triadic Colors of #30497f

#30497f #7f3049 #497f30

Analogous Colors of #30497f

#30497f #3f307f #30717f

Monochromatic Colors of #30497f

#30497f

Complementary Color

#30497f #7f6630

#30497f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30497f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30497f Color CSS Codes

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

#30497f Text Font Color

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

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


#30497f Background Color

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

This div background color is #30497f


#30497f Border Color

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

This div border color is #30497f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30497f


Comments

No comments written yet.

Please login to write comment.