Color Hex Logo

#30487c Color Hex

#30487C
(48,72,124)
0 Favorites   0 Comments

Color spaces of #30487c

RGB 4872124
HSL0.610.440.34
HSV221°61°49°
CMYK 0.610.420.00   0.51
XYZ7.17446.718319.9874
Yxy6.71830.21180.1983
Hunter Lab25.91974.0482-27.5764
CIE-Lab31.15688.0474-32.3607

#30487c color RGB value is (48,72,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001000 01111100
Octal 60 110 174
Decimal 48 72 124
Hex 30 48 7C

RGB Percentages of Color #30487c

%19.67
%29.51
%50.82

CMYK Percentages of Color #30487c

%61
%42
%0
%51

Triadic Colors of #30487c

#30487c #7c3048 #487c30

Analogous Colors of #30487c

#30487c #3e307c #306e7c

Monochromatic Colors of #30487c

#30487c

Complementary Color

#30487c #7c6430

#30487c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30487c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30487c Color CSS Codes

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

#30487c Text Font Color

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

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


#30487c Background Color

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

This div background color is #30487c


#30487c Border Color

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

This div border color is #30487c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30487c


Comments

No comments written yet.

Please login to write comment.