Color Hex Logo

#30598c Color Hex

#30598C
(48,89,140)
0 Favorites   0 Comments

Color spaces of #30598c

RGB 4889140
HSL0.590.490.37
HSV213°66°55°
CMYK 0.660.360.00   0.45
XYZ9.52499.666626.1748
Yxy9.66660.21000.2131
Hunter Lab31.09120.2747-28.1508
CIE-Lab37.23732.7727-32.5688

#30598c color RGB value is (48,89,140).

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

The process color (four color CMYK) of #30598c color hex is 0.66, 0.36, 0.00, 0.45. Web safe color of #30598c is #336699. Color #30598c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011001 10001100
Octal 60 131 214
Decimal 48 89 140
Hex 30 59 8C

RGB Percentages of Color #30598c

%17.33
%32.13
%50.54

CMYK Percentages of Color #30598c

%66
%36
%0
%45

Triadic Colors of #30598c

#30598c #8c3059 #598c30

Analogous Colors of #30598c

#30598c #35308c #30878c

Monochromatic Colors of #30598c

#30598c

Complementary Color

#30598c #8c6330

#30598c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30598c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30598c Color CSS Codes

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

#30598c Text Font Color

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

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


#30598c Background Color

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

This div background color is #30598c


#30598c Border Color

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

This div border color is #30598c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30598c


Comments

No comments written yet.

Please login to write comment.