Color Hex Logo

#30437f Color Hex

#30437F
(48,67,127)
0 Favorites   0 Comments

Color spaces of #30437f

RGB 4867127
HSL0.630.450.34
HSV226°62°50°
CMYK 0.620.470.00   0.50
XYZ7.05686.175020.8986
Yxy6.17500.20680.1809
Hunter Lab24.84957.2039-32.4685
CIE-Lab29.849812.5203-36.3159

#30437f color RGB value is (48,67,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000011 01111111
Octal 60 103 177
Decimal 48 67 127
Hex 30 43 7F

RGB Percentages of Color #30437f

%19.83
%27.69
%52.48

CMYK Percentages of Color #30437f

%62
%47
%0
%50

Triadic Colors of #30437f

#30437f #7f3043 #437f30

Analogous Colors of #30437f

#30437f #45307f #306b7f

Monochromatic Colors of #30437f

#30437f

Complementary Color

#30437f #7f6c30

#30437f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30437f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30437f Color CSS Codes

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

#30437f Text Font Color

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

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


#30437f Background Color

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

This div background color is #30437f


#30437f Border Color

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

This div border color is #30437f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30437f


Comments

No comments written yet.

Please login to write comment.