Color Hex Logo

#30296f Color Hex

#30296F
(48,41,111)
0 Favorites   0 Comments

Color spaces of #30296f

RGB 4841111
HSL0.680.460.30
HSV246°63°44°
CMYK 0.570.630.00   0.56
XYZ4.88113.362015.4306
Yxy3.36200.20620.1420
Hunter Lab18.335815.4303-37.0609
CIE-Lab21.439024.4754-39.7228

#30296f color RGB value is (48,41,111).

#30296f hex color red value is 48, green value is 41 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #30296f hue: 0.68 , saturation: 0.46 and the lightness value of 30296f is 0.30.

The process color (four color CMYK) of #30296f color hex is 0.57, 0.63, 0.00, 0.56. Web safe color of #30296f is #333366. Color #30296f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00101001 01101111
Octal 60 51 157
Decimal 48 41 111
Hex 30 29 6F

RGB Percentages of Color #30296f

%24.00
%20.50
%55.50

CMYK Percentages of Color #30296f

%57
%63
%0
%56

Triadic Colors of #30296f

#30296f #6f3029 #296f30

Analogous Colors of #30296f

#30296f #53296f #29456f

Monochromatic Colors of #30296f

#30296f

Complementary Color

#30296f #686f29

#30296f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30296f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30296f Color CSS Codes

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

#30296f Text Font Color

<p style="color:#30296f">Text here</p>

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


#30296f Background Color

<div style="background-color:#30296f">
Div content here</div>

This div background color is #30296f


#30296f Border Color

<div style="border:3px solid #30296f">
Div here</div>

This div border color is #30296f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,41,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30296f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30296f;
  -webkit-box-shadow: 1px 1px 3px 2px #30296f;
  box-shadow:         1px 1px 3px 2px #30296f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30296f


Comments

No comments written yet.

Please login to write comment.