Color Hex Logo

#30626e Color Hex

#30626E
(48,98,110)
0 Favorites   0 Comments

Color spaces of #30626e

RGB 4898110
HSL0.530.390.31
HSV192°56°43°
CMYK 0.560.110.00   0.57
XYZ8.401110.489516.3337
Yxy10.48950.23850.2978
Hunter Lab32.3875-10.3764-7.2300
CIE-Lab38.7070-13.0809-11.9462

#30626e color RGB value is (48,98,110).

#30626e hex color red value is 48, green value is 98 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #30626e hue: 0.53 , saturation: 0.39 and the lightness value of 30626e is 0.31.

The process color (four color CMYK) of #30626e color hex is 0.56, 0.11, 0.00, 0.57. Web safe color of #30626e is #336666. Color #30626e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100010 01101110
Octal 60 142 156
Decimal 48 98 110
Hex 30 62 6E

RGB Percentages of Color #30626e

%18.75
%38.28
%42.97

CMYK Percentages of Color #30626e

%56
%11
%0
%57

Triadic Colors of #30626e

#30626e #6e3062 #626e30

Analogous Colors of #30626e

#30626e #30436e #306e5b

Monochromatic Colors of #30626e

#30626e

Complementary Color

#30626e #6e3c30

#30626e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30626e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30626e Color CSS Codes

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

#30626e Text Font Color

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

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


#30626e Background Color

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

This div background color is #30626e


#30626e Border Color

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

This div border color is #30626e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30626e


Comments

No comments written yet.

Please login to write comment.