COLOR #301492

HEX: #301492 RGB: (48,20,146)

Color info

#301492 contains mainly blue color. Web safe color of #301492 is #330099 (or #309).

RGB color model

#301492 color RGB value is (48,20,146).

RGB: (48,20,146) (19%, 8%, 57%)

RGB channels and saturation

R 48 of 255 = 19%
G 20 of 255 = 8%
B 146 of 255 = 57%

48
20
146

R + G + B ~ 28%. #301492 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 20 + 146 = 214 (100%)
R 48 of 214 ~ 22.43%
G 20 of 214 ~ 9.35%
B 146 of 214 ~ 68.22'%

%22.43
%68.22

CMYK color model

#301492 color CMYK value is (67,86,0,43).

  • cyan value is 67.12%
  • magenta value is 86.30%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (67,86,0,43)
C67M86Y0K43 (67%, 86%, 0%, 43%)
(0.67 / 0.86 / 0.00 / 0.43)

CMYK percentages

%67.12
%86.3
%0
%42.75

Codes

Color #301492 in popluar color models

30 14 92
RGB 48 20 146
HSL 253° 75.90% 32.55%
HSB/HSV 253° 86.30% 57.25%
CMYK 67.12% 86.30% 0.00%
42.75%

Color #301492 in popluar number systems.

HEX 30 14 92
Decimal 48 20 146
Binary 110000 10100 10010010
Octal 60 24 222

Shades and tints

Shades of #301492

#301492
(48,20,146)
#2C1385
(44,19,133)
#281278
(40,18,120)
#24116B
(36,17,107)
#20105E
(32,16,94)
#1C0F51
(28,15,81)
#180E44
(24,14,68)
#140D37
(20,13,55)
#100C2A
(16,12,42)
#0C0B1D
(12,11,29)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #301492

#301492
(48,20,146)
#42299B
(66,41,155)
#543EA4
(84,62,164)
#6653AD
(102,83,173)
#7868B6
(120,104,182)
#8A7DBF
(138,125,191)
#9C92C8
(156,146,200)
#AEA7D1
(174,167,209)
#C0BCDA
(192,188,218)
#D2D1E3
(210,209,227)
#E4E6EC
(228,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #301492 color. Also use rgb(48,20,146) instead hex code.

Text Font Color

.myTextColor { color: #301492; }

<p style="color:#301492">This sample text font color is #301492.</p>

This text font color is #301492.

Background Color

.myBgColor { background-color: #301492; }

<div style="background-color:#301492">Inner text</div>

This div background color is #301492.

Border color

.myBorderColor { border: 1px solid #301492; }

<div style="border:3px solid #301492">Div</div>

This div border color is #301492.

Opacity

.myOpacity80 { color: #301492; opacity: 0.8; }

<p style="color:#301492;opacity:0.8;">80%</p>

Text with #301492 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #301492;}

<p style="text-shadow: 3px 3px 1px #301492">Text here.</p>

This text has shadow with #301492 color.


.textShadow {text-shadow: 3px 3px 1px #301492', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #301492, 5px 5px 20px red">Text here.</p>

This text has shadow with #301492 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#301492, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#301492, Direction=45, Strength=4)">Text</p>

This text has shadow with #301492 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #301492;
-webkit-box-shadow: 1px 1px 3px 2px #301492;
box-shadow: 1px 1px 3px 2px #301492;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #301492; -webkit-box-shadow: 1px 1px 3px 2px #301492; box-shadow:1px 1px 3px 2px #301492;">
Div content here
</div>

This div box has shadow with color #301492.

Preview

Color preview on black background

This text has color #301492 on black background.


Color preview on white background

This text has color #301492 on white background.


Black color preview on #301492 background

This text has black color on #301492 background.


White color preview on #301492 background

This text has white color on #301492 background.


Related colors

Complementary color

Complementary color for #hex is #CFEB6D.


I love getcolorcode.com

Triadic colors

1 #923014 and #149230 with #301492 are triadic colors.

2 #921430 and #143092 with #301492 are triadic colors.