Color Hex Logo

#30618a Color Hex

#30618A
(48,97,138)
0 Favorites   0 Comments

Color spaces of #30618a

RGB 4897138
HSL0.580.480.36
HSV207°65°54°
CMYK 0.650.300.00   0.46
XYZ10.081111.012725.6391
Yxy11.01270.21570.2357
Hunter Lab33.1854-3.8495-22.5778
CIE-Lab39.6019-2.9841-27.6378

#30618a color RGB value is (48,97,138).

#30618a hex color red value is 48, green value is 97 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #30618a hue: 0.58 , saturation: 0.48 and the lightness value of 30618a is 0.36.

The process color (four color CMYK) of #30618a color hex is 0.65, 0.30, 0.00, 0.46. Web safe color of #30618a is #336699. Color #30618a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100001 10001010
Octal 60 141 212
Decimal 48 97 138
Hex 30 61 8A

RGB Percentages of Color #30618a

%16.96
%34.28
%48.76

CMYK Percentages of Color #30618a

%65
%30
%0
%46

Triadic Colors of #30618a

#30618a #8a3061 #618a30

Analogous Colors of #30618a

#30618a #30348a #308a86

Monochromatic Colors of #30618a

#30618a

Complementary Color

#30618a #8a5930

#30618a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30618a Color Preview on White Background

Lorem ipsum dolor sit amet.

#30618a Color CSS Codes

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

#30618a Text Font Color

<p style="color:#30618a">Text here</p>

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


#30618a Background Color

<div style="background-color:#30618a">
Div content here</div>

This div background color is #30618a


#30618a Border Color

<div style="border:3px solid #30618a">
Div here</div>

This div border color is #30618a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30618a


Comments

No comments written yet.

Please login to write comment.