Color Hex Logo

#30324c Color Hex

#30324C
(48,50,76)
0 Favorites   0 Comments

Color spaces of #30324c

RGB 485076
HSL0.650.230.24
HSV236°37°30°
CMYK 0.370.340.00   0.70
XYZ3.66403.43147.3067
Yxy3.43140.25440.2383
Hunter Lab18.52402.8897-10.4198
CIE-Lab21.69486.4272-16.2827

#30324c color RGB value is (48,50,76).

#30324c hex color red value is 48, green value is 50 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #30324c hue: 0.65 , saturation: 0.23 and the lightness value of 30324c is 0.24.

The process color (four color CMYK) of #30324c color hex is 0.37, 0.34, 0.00, 0.70. Web safe color of #30324c is #333333. Color #30324c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00110010 01001100
Octal 60 62 114
Decimal 48 50 76
Hex 30 32 4C

RGB Percentages of Color #30324c

%27.59
%28.74
%43.68

CMYK Percentages of Color #30324c

%37
%34
%0
%70

Triadic Colors of #30324c

#30324c #4c3032 #324c30

Analogous Colors of #30324c

#30324c #3c304c #30404c

Monochromatic Colors of #30324c

#30324c

Complementary Color

#30324c #4c4a30

#30324c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30324c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30324c Color CSS Codes

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

#30324c Text Font Color

<p style="color:#30324c">Text here</p>

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


#30324c Background Color

<div style="background-color:#30324c">
Div content here</div>

This div background color is #30324c


#30324c Border Color

<div style="border:3px solid #30324c">
Div here</div>

This div border color is #30324c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,50,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30324c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30324c;
  -webkit-box-shadow: 1px 1px 3px 2px #30324c;
  box-shadow:         1px 1px 3px 2px #30324c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30324c


Comments

No comments written yet.

Please login to write comment.