Color Hex Logo

#301e89 Color Hex

#301E89
(48,30,137)
0 Favorites   0 Comments

Color spaces of #301e89

RGB 4830137
HSL0.690.640.33
HSV250°78°54°
CMYK 0.650.780.00   0.46
XYZ6.19863.363123.9893
Yxy3.36310.18480.1002
Hunter Lab18.338828.2412-64.7213
CIE-Lab21.443139.8664-56.2381

#301e89 color RGB value is (48,30,137).

#301e89 hex color red value is 48, green value is 30 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #301e89 hue: 0.69 , saturation: 0.64 and the lightness value of 301e89 is 0.33.

The process color (four color CMYK) of #301e89 color hex is 0.65, 0.78, 0.00, 0.46. Web safe color of #301e89 is #333399. Color #301e89 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00011110 10001001
Octal 60 36 211
Decimal 48 30 137
Hex 30 1E 89

RGB Percentages of Color #301e89

%22.33
%13.95
%63.72

CMYK Percentages of Color #301e89

%65
%78
%0
%46

Triadic Colors of #301e89

#301e89 #89301e #1e8930

Analogous Colors of #301e89

#301e89 #661e89 #1e4289

Monochromatic Colors of #301e89

#301e89

Complementary Color

#301e89 #77891e

#301e89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#301e89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#301e89 Color CSS Codes

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

#301e89 Text Font Color

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

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


#301e89 Background Color

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

This div background color is #301e89


#301e89 Border Color

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

This div border color is #301e89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #301e89


Comments

No comments written yet.

Please login to write comment.