COLOR #30044F

HEX: #30044F RGB: (48,4,79)

Color info

#30044F contains mainly red and blue colors. Web safe color of #30044F is #330066 (or #306).

RGB color model

#30044F color RGB value is (48,4,79).

RGB: (48,4,79) (19%, 2%, 31%)

RGB channels and saturation

R 48 of 255 = 19%
G 4 of 255 = 2%
B 79 of 255 = 31%

48
4
79

R + G + B ~ 17%. #30044F is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 4 + 79 = 131 (100%)
R 48 of 131 ~ 36.64%
G 4 of 131 ~ 3.05%
B 79 of 131 ~ 60.31'%

%36.64
%60.31

CMYK color model

#30044F color CMYK value is (39,95,0,69).

  • cyan value is 39.24%
  • magenta value is 94.94%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK: (39,95,0,69) C39M95Y0K69 (39%,95%,0%,69%) (0.39/0.95/0.00/0.69) 

CMYK percentages

%39.24
%94.94
%0
%69.02

Codes

Color #30044F in popluar color models

30 04 4F
RGB 48 4 79
HSL 275° 90.36% 16.27%
HSB/HSV 275° 94.94% 30.98%
CMYK 39.24% 94.94% 0.00%
69.02%

Color #30044F in popluar number systems.

HEX 30 04 4F
Decimal 48 4 79
Binary 110000 100 1001111
Octal 60 4 117

Shades and tints

Shades of #30044F

#30044F
(48,4,79)
#2C0448
(44,4,72)
#280441
(40,4,65)
#24043A
(36,4,58)
#200433
(32,4,51)
#1C042C
(28,4,44)
#180425
(24,4,37)
#14041E
(20,4,30)
#100417
(16,4,23)
#0C0410
(12,4,16)
#080409
(8,4,9)
#000000
(0,0,0)

Tints of #30044F

#30044F
(48,4,79)
#421A5F
(66,26,95)
#54306F
(84,48,111)
#66467F
(102,70,127)
#785C8F
(120,92,143)
#8A729F
(138,114,159)
#9C88AF
(156,136,175)
#AE9EBF
(174,158,191)
#C0B4CF
(192,180,207)
#D2CADF
(210,202,223)
#E4E0EF
(228,224,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30044F color. Also use rgb(48,4,79) instead hex code.

Text Font Color

.myTextColor { color: #30044F; }

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

This text font color is #30044F.

Background Color

.myBgColor { background-color: #30044F; }

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

This div background color is #30044F.

Border color

.myBorderColor { border: 1px solid #30044F; }

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

This div border color is #30044F.

Opacity

.myOpacity80 { color: #30044F; opacity: 0.8; }

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

Text with #30044F 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 #30044F;}

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

This text has shadow with #30044F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30044F.

Preview

Color preview on black background

This text has color #30044F on black background.


Color preview on white background

This text has color #30044F on white background.


Black color preview on #30044F background

This text has black color on #30044F background.


White color preview on #30044F background

This text has white color on #30044F background.


Related colors

Complementary color

Complementary color for #hex is #CFFBB0.


I love getcolorcode.com

Triadic colors

1 #4F3004 and #044F30 with #30044F are triadic colors.

2 #4F0430 and #04304F with #30044F are triadic colors.