Color Hex Logo

#30395c Color Hex

#30395C
(48,57,92)
0 Favorites   0 Comments

Color spaces of #30395c

RGB 485792
HSL0.630.310.27
HSV228°48°36°
CMYK 0.480.380.00   0.64
XYZ4.61384.327310.7173
Yxy4.32730.23470.2201
Hunter Lab20.80223.1865-15.9848
CIE-Lab24.72526.8540-22.1273

#30395c color RGB value is (48,57,92).

#30395c hex color red value is 48, green value is 57 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #30395c hue: 0.63 , saturation: 0.31 and the lightness value of 30395c is 0.27.

The process color (four color CMYK) of #30395c color hex is 0.48, 0.38, 0.00, 0.64. Web safe color of #30395c is #333366. Color #30395c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111001 01011100
Octal 60 71 134
Decimal 48 57 92
Hex 30 39 5C

RGB Percentages of Color #30395c

%24.37
%28.93
%46.70

CMYK Percentages of Color #30395c

%48
%38
%0
%64

Triadic Colors of #30395c

#30395c #5c3039 #395c30

Analogous Colors of #30395c

#30395c #3d305c #304f5c

Monochromatic Colors of #30395c

#30395c

Complementary Color

#30395c #5c5330

#30395c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30395c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30395c Color CSS Codes

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

#30395c Text Font Color

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

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


#30395c Background Color

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

This div background color is #30395c


#30395c Border Color

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

This div border color is #30395c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30395c


Comments

No comments written yet.

Please login to write comment.