Color Hex Logo

#30619e Color Hex

#30619E
(48,97,158)
0 Favorites   0 Comments

Color spaces of #30619e

RGB 4897158
HSL0.590.530.40
HSV213°70°62°
CMYK 0.700.390.00   0.38
XYZ11.665211.646433.9809
Yxy11.64640.20360.2033
Hunter Lab34.12681.2928-35.1477
CIE-Lab40.64854.3033-37.9911

#30619e color RGB value is (48,97,158).

#30619e hex color red value is 48, green value is 97 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #30619e hue: 0.59 , saturation: 0.53 and the lightness value of 30619e is 0.40.

The process color (four color CMYK) of #30619e color hex is 0.70, 0.39, 0.00, 0.38. Web safe color of #30619e is #336699. Color #30619e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100001 10011110
Octal 60 141 236
Decimal 48 97 158
Hex 30 61 9E

RGB Percentages of Color #30619e

%15.84
%32.01
%52.15

CMYK Percentages of Color #30619e

%70
%39
%0
%38

Triadic Colors of #30619e

#30619e #9e3061 #619e30

Analogous Colors of #30619e

#30619e #36309e #30989e

Monochromatic Colors of #30619e

#30619e

Complementary Color

#30619e #9e6d30

#30619e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30619e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30619e Color CSS Codes

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

#30619e Text Font Color

<p style="color:#30619e">Text here</p>

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


#30619e Background Color

<div style="background-color:#30619e">
Div content here</div>

This div background color is #30619e


#30619e Border Color

<div style="border:3px solid #30619e">
Div here</div>

This div border color is #30619e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,97,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30619e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30619e;
  -webkit-box-shadow: 1px 1px 3px 2px #30619e;
  box-shadow:         1px 1px 3px 2px #30619e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30619e


Comments

No comments written yet.

Please login to write comment.