Color Hex Logo

#301d4b Color Hex

#301D4B
(48,29,75)
0 Favorites   0 Comments

Color spaces of #301d4b

RGB 482975
HSL0.740.440.20
HSV265°61°29°
CMYK 0.360.610.00   0.71
XYZ2.92832.01516.8912
Yxy2.01510.24740.1703
Hunter Lab14.195411.9799-18.8457
CIE-Lab15.566320.6841-25.2784

#301d4b color RGB value is (48,29,75).

#301d4b hex color red value is 48, green value is 29 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #301d4b hue: 0.74 , saturation: 0.44 and the lightness value of 301d4b is 0.20.

The process color (four color CMYK) of #301d4b color hex is 0.36, 0.61, 0.00, 0.71. Web safe color of #301d4b is #333333. Color #301d4b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011101 01001011
Octal 60 35 113
Decimal 48 29 75
Hex 30 1D 4B

RGB Percentages of Color #301d4b

%31.58
%19.08
%49.34

CMYK Percentages of Color #301d4b

%36
%61
%0
%71

Triadic Colors of #301d4b

#301d4b #4b301d #1d4b30

Analogous Colors of #301d4b

#301d4b #471d4b #1d214b

Monochromatic Colors of #301d4b

#301d4b

Complementary Color

#301d4b #384b1d

#301d4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301d4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#301d4b Color CSS Codes

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

#301d4b Text Font Color

<p style="color:#301d4b">Text here</p>

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


#301d4b Background Color

<div style="background-color:#301d4b">
Div content here</div>

This div background color is #301d4b


#301d4b Border Color

<div style="border:3px solid #301d4b">
Div here</div>

This div border color is #301d4b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,29,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #301d4b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #301d4b;
  -webkit-box-shadow: 1px 1px 3px 2px #301d4b;
  box-shadow:         1px 1px 3px 2px #301d4b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301d4b


Comments

No comments written yet.

Please login to write comment.