Color Hex Logo

#30426a Color Hex

#30426A
(48,66,106)
0 Favorites   0 Comments

Color spaces of #30426a

RGB 4866106
HSL0.610.380.30
HSV221°55°42°
CMYK 0.550.380.00   0.58
XYZ5.76875.565414.4059
Yxy5.56540.22410.2162
Hunter Lab23.59112.3639-19.6917
CIE-Lab28.28845.5959-25.5522

#30426a color RGB value is (48,66,106).

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

The process color (four color CMYK) of #30426a color hex is 0.55, 0.38, 0.00, 0.58. Web safe color of #30426a is #333366. Color #30426a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000010 01101010
Octal 60 102 152
Decimal 48 66 106
Hex 30 42 6A

RGB Percentages of Color #30426a

%21.82
%30.00
%48.18

CMYK Percentages of Color #30426a

%55
%38
%0
%58

Triadic Colors of #30426a

#30426a #6a3042 #426a30

Analogous Colors of #30426a

#30426a #3b306a #305f6a

Monochromatic Colors of #30426a

#30426a

Complementary Color

#30426a #6a5830

#30426a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30426a Color Preview on White Background

Lorem ipsum dolor sit amet.

#30426a Color CSS Codes

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

#30426a Text Font Color

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

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


#30426a Background Color

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

This div background color is #30426a


#30426a Border Color

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

This div border color is #30426a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,66,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 #30426a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30426a


Comments

No comments written yet.

Please login to write comment.