COLOR #30294C

HEX: #30294C RGB: (48,41,76)

Color info

#30294C contains red, green and blue colors in about the same proportion. Web safe color of #30294C is #333333 (or #333).

RGB color model

#30294C color RGB value is (48,41,76).

RGB: (48,41,76) (19%, 16%, 30%)

RGB channels and saturation

R 48 of 255 = 19%
G 41 of 255 = 16%
B 76 of 255 = 30%

48
41
76

R + G + B ~ 22%. #30294C is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 41 + 76 = 165 (100%)
R 48 of 165 ~ 29.09%
G 41 of 165 ~ 24.85%
B 76 of 165 ~ 46.06'%

%29.09
%24.85
%46.06

CMYK color model

#30294C color CMYK value is (37,46,0,70).

  • cyan value is 36.84%
  • magenta value is 46.05%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (37,46,0,70)
C37M46Y0K70 (37%, 46%, 0%, 70%)
(0.37 / 0.46 / 0.00 / 0.70)

CMYK percentages

%36.84
%46.05
%0
%70.2

Codes

Color #30294C in popluar color models

30 29 4C
RGB 48 41 76
HSL 252° 29.91% 22.94%
HSB/HSV 252° 46.05% 29.80%
CMYK 36.84% 46.05% 0.00%
70.20%

Color #30294C in popluar number systems.

HEX 30 29 4C
Decimal 48 41 76
Binary 110000 101001 1001100
Octal 60 51 114

Shades and tints

Shades of #30294C

#30294C
(48,41,76)
#2C2646
(44,38,70)
#282340
(40,35,64)
#24203A
(36,32,58)
#201D34
(32,29,52)
#1C1A2E
(28,26,46)
#181728
(24,23,40)
#141422
(20,20,34)
#10111C
(16,17,28)
#0C0E16
(12,14,22)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #30294C

#30294C
(48,41,76)
#423C5C
(66,60,92)
#544F6C
(84,79,108)
#66627C
(102,98,124)
#78758C
(120,117,140)
#8A889C
(138,136,156)
#9C9BAC
(156,155,172)
#AEAEBC
(174,174,188)
#C0C1CC
(192,193,204)
#D2D4DC
(210,212,220)
#E4E7EC
(228,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30294C color. Also use rgb(48,41,76) instead hex code.

Text Font Color

.myTextColor { color: #30294C; }

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

This text font color is #30294C.

Background Color

.myBgColor { background-color: #30294C; }

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

This div background color is #30294C.

Border color

.myBorderColor { border: 1px solid #30294C; }

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

This div border color is #30294C.

Opacity

.myOpacity80 { color: #30294C; opacity: 0.8; }

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

Text with #30294C 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 #30294C;}

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

This text has shadow with #30294C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30294C.

Preview

Color preview on black background

This text has color #30294C on black background.


Color preview on white background

This text has color #30294C on white background.


Black color preview on #30294C background

This text has black color on #30294C background.


White color preview on #30294C background

This text has white color on #30294C background.


Related colors

Complementary color

Complementary color for #hex is #CFD6B3.


I love getcolorcode.com

Triadic colors

1 #4C3029 and #294C30 with #30294C are triadic colors.

2 #4C2930 and #29304C with #30294C are triadic colors.