Color Hex Logo

#301c9f Color Hex

#301C9F
(48,28,159)
0 Favorites   0 Comments

Color spaces of #301c9f

RGB 4828159
HSL0.690.700.37
HSV249°82°62°
CMYK 0.700.820.00   0.38
XYZ7.89223.962133.1497
Yxy3.96210.17540.0880
Hunter Lab19.905035.9402-84.8077
CIE-Lab23.545747.6781-66.3634

#301c9f color RGB value is (48,28,159).

#301c9f hex color red value is 48, green value is 28 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #301c9f hue: 0.69 , saturation: 0.70 and the lightness value of 301c9f is 0.37.

The process color (four color CMYK) of #301c9f color hex is 0.70, 0.82, 0.00, 0.38. Web safe color of #301c9f is #333399. Color #301c9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011100 10011111
Octal 60 34 237
Decimal 48 28 159
Hex 30 1C 9F

RGB Percentages of Color #301c9f

%20.43
%11.91
%67.66

CMYK Percentages of Color #301c9f

%70
%82
%0
%38

Triadic Colors of #301c9f

#301c9f #9f301c #1c9f30

Analogous Colors of #301c9f

#301c9f #721c9f #1c4a9f

Monochromatic Colors of #301c9f

#301c9f

Complementary Color

#301c9f #8b9f1c

#301c9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301c9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#301c9f Color CSS Codes

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

#301c9f Text Font Color

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

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


#301c9f Background Color

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

This div background color is #301c9f


#301c9f Border Color

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

This div border color is #301c9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301c9f


Comments

No comments written yet.

Please login to write comment.