Color Hex Logo

#30629d Color Hex

#30629D
(48,98,157)
0 Favorites   0 Comments

Color spaces of #30629d

RGB 4898157
HSL0.590.530.40
HSV212°69°62°
CMYK 0.690.380.00   0.38
XYZ11.672411.798133.5603
Yxy11.79810.20470.2069
Hunter Lab34.34840.5490-33.8858
CIE-Lab40.89343.2989-37.0068

#30629d color RGB value is (48,98,157).

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

The process color (four color CMYK) of #30629d color hex is 0.69, 0.38, 0.00, 0.38. Web safe color of #30629d is #336699. Color #30629d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100010 10011101
Octal 60 142 235
Decimal 48 98 157
Hex 30 62 9D

RGB Percentages of Color #30629d

%15.84
%32.34
%51.82

CMYK Percentages of Color #30629d

%69
%38
%0
%38

Triadic Colors of #30629d

#30629d #9d3062 #629d30

Analogous Colors of #30629d

#30629d #34309d #30999d

Monochromatic Colors of #30629d

#30629d

Complementary Color

#30629d #9d6b30

#30629d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30629d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30629d Color CSS Codes

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

#30629d Text Font Color

<p style="color:#30629d">Text here</p>

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


#30629d Background Color

<div style="background-color:#30629d">
Div content here</div>

This div background color is #30629d


#30629d Border Color

<div style="border:3px solid #30629d">
Div here</div>

This div border color is #30629d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,98,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30629d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30629d;
  -webkit-box-shadow: 1px 1px 3px 2px #30629d;
  box-shadow:         1px 1px 3px 2px #30629d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30629d


Comments

No comments written yet.

Please login to write comment.