COLOR #30437D

HEX: #30437D RGB: (48,67,125)

Color info

#30437D contains mainly green and blue colors. Web safe color of #30437D is #333366 (or #336).

RGB color model

#30437D color RGB value is (48,67,125).

RGB: (48,67,125) (19%, 26%, 49%)

RGB channels and saturation

R 48 of 255 = 19%
G 67 of 255 = 26%
B 125 of 255 = 49%

48
67
125

R + G + B ~ 31%. #30437D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 67 + 125 = 240 (100%)
R 48 of 240 ~ 20%
G 67 of 240 ~ 27.92%
B 125 of 240 ~ 52.08'%

%20
%27.92
%52.08

CMYK color model

#30437D color CMYK value is (62,46,0,51).

  • cyan value is 61.60%
  • magenta value is 46.40%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (62,46,0,51)
C62M46Y0K51 (62%, 46%, 0%, 51%)
(0.62 / 0.46 / 0.00 / 0.51)

CMYK percentages

%61.6
%46.4
%0
%50.98

Codes

Color #30437D in popluar color models

30 43 7D
RGB 48 67 125
HSL 225° 44.51% 33.92%
HSB/HSV 225° 61.60% 49.02%
CMYK 61.60% 46.40% 0.00%
50.98%

Color #30437D in popluar number systems.

HEX 30 43 7D
Decimal 48 67 125
Binary 110000 1000011 1111101
Octal 60 103 175

Shades and tints

Shades of #30437D

#30437D
(48,67,125)
#2C3D72
(44,61,114)
#283767
(40,55,103)
#24315C
(36,49,92)
#202B51
(32,43,81)
#1C2546
(28,37,70)
#181F3B
(24,31,59)
#141930
(20,25,48)
#101325
(16,19,37)
#0C0D1A
(12,13,26)
#08070F
(8,7,15)
#000000
(0,0,0)

Tints of #30437D

#30437D
(48,67,125)
#425488
(66,84,136)
#546593
(84,101,147)
#66769E
(102,118,158)
#7887A9
(120,135,169)
#8A98B4
(138,152,180)
#9CA9BF
(156,169,191)
#AEBACA
(174,186,202)
#C0CBD5
(192,203,213)
#D2DCE0
(210,220,224)
#E4EDEB
(228,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30437D color. Also use rgb(48,67,125) instead hex code.

Text Font Color

.myTextColor { color: #30437D; }

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

This text font color is #30437D.

Background Color

.myBgColor { background-color: #30437D; }

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

This div background color is #30437D.

Border color

.myBorderColor { border: 1px solid #30437D; }

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

This div border color is #30437D.

Opacity

.myOpacity80 { color: #30437D; opacity: 0.8; }

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

Text with #30437D 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 #30437D;}

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

This text has shadow with #30437D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30437D.

Preview

Color preview on black background

This text has color #30437D on black background.


Color preview on white background

This text has color #30437D on white background.


Black color preview on #30437D background

This text has black color on #30437D background.


White color preview on #30437D background

This text has white color on #30437D background.


Related colors

Complementary color

Complementary color for #hex is #CFBC82.


I love getcolorcode.com

Triadic colors

1 #7D3043 and #437D30 with #30437D are triadic colors.

2 #7D4330 and #43307D with #30437D are triadic colors.