Color Hex Logo

#30316b Color Hex

#30316B
(48,49,107)
0 Favorites   0 Comments

Color spaces of #30316b

RGB 4849107
HSL0.660.380.30
HSV239°55°42°
CMYK 0.550.540.00   0.58
XYZ4.97113.886514.3981
Yxy3.88650.21380.1671
Hunter Lab19.714210.5104-29.5020
CIE-Lab23.292617.6208-34.1473

#30316b color RGB value is (48,49,107).

#30316b hex color red value is 48, green value is 49 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #30316b hue: 0.66 , saturation: 0.38 and the lightness value of 30316b is 0.30.

The process color (four color CMYK) of #30316b color hex is 0.55, 0.54, 0.00, 0.58. Web safe color of #30316b is #333366. Color #30316b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00110001 01101011
Octal 60 61 153
Decimal 48 49 107
Hex 30 31 6B

RGB Percentages of Color #30316b

%23.53
%24.02
%52.45

CMYK Percentages of Color #30316b

%55
%54
%0
%58

Triadic Colors of #30316b

#30316b #6b3031 #316b30

Analogous Colors of #30316b

#30316b #4d306b #304f6b

Monochromatic Colors of #30316b

#30316b

Complementary Color

#30316b #6b6a30

#30316b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30316b Color Preview on White Background

Lorem ipsum dolor sit amet.

#30316b Color CSS Codes

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

#30316b Text Font Color

<p style="color:#30316b">Text here</p>

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


#30316b Background Color

<div style="background-color:#30316b">
Div content here</div>

This div background color is #30316b


#30316b Border Color

<div style="border:3px solid #30316b">
Div here</div>

This div border color is #30316b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,49,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30316b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30316b;
  -webkit-box-shadow: 1px 1px 3px 2px #30316b;
  box-shadow:         1px 1px 3px 2px #30316b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30316b


Comments

No comments written yet.

Please login to write comment.