COLOR #30257D

HEX: #30257D RGB: (48,37,125)

Color info

#30257D contains mainly blue color. Web safe color of #30257D is #333366 (or #336).

RGB color model

#30257D color RGB value is (48,37,125).

RGB: (48,37,125) (19%, 15%, 49%)

RGB channels and saturation

R 48 of 255 = 19%
G 37 of 255 = 15%
B 125 of 255 = 49%

48
37
125

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

Portions of RGB colors in percentages

R + G + B = 48 + 37 + 125 = 210 (100%)
R 48 of 210 ~ 22.86%
G 37 of 210 ~ 17.62%
B 125 of 210 ~ 59.52'%

%22.86
%17.62
%59.52

CMYK color model

#30257D color CMYK value is (62,70,0,51).

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

CMYK: (62,70,0,51)
C62M70Y0K51 (62%, 70%, 0%, 51%)
(0.62 / 0.70 / 0.00 / 0.51)

CMYK percentages

%61.6
%70.4
%0
%50.98

Codes

Color #30257D in popluar color models

30 25 7D
RGB 48 37 125
HSL 248° 54.32% 31.76%
HSB/HSV 248° 70.40% 49.02%
CMYK 61.60% 70.40% 0.00%
50.98%

Color #30257D in popluar number systems.

HEX 30 25 7D
Decimal 48 37 125
Binary 110000 100101 1111101
Octal 60 45 175

Shades and tints

Shades of #30257D

#30257D
(48,37,125)
#2C2272
(44,34,114)
#281F67
(40,31,103)
#241C5C
(36,28,92)
#201951
(32,25,81)
#1C1646
(28,22,70)
#18133B
(24,19,59)
#141030
(20,16,48)
#100D25
(16,13,37)
#0C0A1A
(12,10,26)
#08070F
(8,7,15)
#000000
(0,0,0)

Tints of #30257D

#30257D
(48,37,125)
#423888
(66,56,136)
#544B93
(84,75,147)
#665E9E
(102,94,158)
#7871A9
(120,113,169)
#8A84B4
(138,132,180)
#9C97BF
(156,151,191)
#AEAACA
(174,170,202)
#C0BDD5
(192,189,213)
#D2D0E0
(210,208,224)
#E4E3EB
(228,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30257D; }

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

This text font color is #30257D.

Background Color

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

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

This div background color is #30257D.

Border color

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

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

This div border color is #30257D.

Opacity

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

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

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

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

This text has shadow with #30257D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30257D.

Preview

Color preview on black background

This text has color #30257D on black background.


Color preview on white background

This text has color #30257D on white background.


Black color preview on #30257D background

This text has black color on #30257D background.


White color preview on #30257D background

This text has white color on #30257D background.


Related colors

Complementary color

Complementary color for #hex is #CFDA82.


I love getcolorcode.com

Triadic colors

1 #7D3025 and #257D30 with #30257D are triadic colors.

2 #7D2530 and #25307D with #30257D are triadic colors.