Color Hex Logo

#30626a Color Hex

#30626A
(48,98,106)
0 Favorites   0 Comments

Color spaces of #30626a

RGB 4898106
HSL0.520.380.30
HSV188°55°42°
CMYK 0.550.080.00   0.58
XYZ8.188110.404415.2124
Yxy10.40440.24220.3078
Hunter Lab32.2559-11.1358-5.3831
CIE-Lab38.5587-14.3399-9.7123

#30626a color RGB value is (48,98,106).

#30626a hex color red value is 48, green value is 98 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #30626a hue: 0.52 , saturation: 0.38 and the lightness value of 30626a is 0.30.

The process color (four color CMYK) of #30626a color hex is 0.55, 0.08, 0.00, 0.58. Web safe color of #30626a is #336666. Color #30626a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100010 01101010
Octal 60 142 152
Decimal 48 98 106
Hex 30 62 6A

RGB Percentages of Color #30626a

%19.05
%38.89
%42.06

CMYK Percentages of Color #30626a

%55
%8
%0
%58

Triadic Colors of #30626a

#30626a #6a3062 #626a30

Analogous Colors of #30626a

#30626a #30456a #306a55

Monochromatic Colors of #30626a

#30626a

Complementary Color

#30626a #6a3830

#30626a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30626a Color Preview on White Background

Lorem ipsum dolor sit amet.

#30626a Color CSS Codes

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

#30626a Text Font Color

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

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


#30626a Background Color

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

This div background color is #30626a


#30626a Border Color

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

This div border color is #30626a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30626a


Comments

No comments written yet.

Please login to write comment.