Color Hex Logo

#30398c Color Hex

#30398C
(48,57,140)
0 Favorites   0 Comments

Color spaces of #30398c

RGB 4857140
HSL0.650.490.37
HSV234°66°55°
CMYK 0.660.590.00   0.45
XYZ7.41575.448125.4717
Yxy5.44810.19340.1421
Hunter Lab23.341215.8640-48.3631
CIE-Lab27.975124.1048-47.4146

#30398c color RGB value is (48,57,140).

#30398c hex color red value is 48, green value is 57 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #30398c hue: 0.65 , saturation: 0.49 and the lightness value of 30398c is 0.37.

The process color (four color CMYK) of #30398c color hex is 0.66, 0.59, 0.00, 0.45. Web safe color of #30398c is #333399. Color #30398c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111001 10001100
Octal 60 71 214
Decimal 48 57 140
Hex 30 39 8C

RGB Percentages of Color #30398c

%19.59
%23.27
%57.14

CMYK Percentages of Color #30398c

%66
%59
%0
%45

Triadic Colors of #30398c

#30398c #8c3039 #398c30

Analogous Colors of #30398c

#30398c #55308c #30678c

Monochromatic Colors of #30398c

#30398c

Complementary Color

#30398c #8c8330

#30398c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30398c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30398c Color CSS Codes

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

#30398c Text Font Color

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

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


#30398c Background Color

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

This div background color is #30398c


#30398c Border Color

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

This div border color is #30398c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30398c


Comments

No comments written yet.

Please login to write comment.