COLOR #30256D

HEX: #30256D
RGB: (48,37,109)

Color info

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

RGB color model

#30256D color RGB value is (48,37,109).

  • red value is 48;
  • green value is 37;
  • blue value is 109.
RGB:
(48,37,109)
(19%,15%,43%)

RGB channels and saturation

R 48 of 255 = 19%
G 37 of 255 = 15%
B 109 of 255 = 43%

48
37
109

R + G + B ~ 26%. #30256D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 37 + 109 = 194 (100%)
R 48 of 194 ~ 24.74%
G 37 of 194 ~ 19.07%
B 109 of 194 ~ 56.19%

%24.74
%19.07
%56.19

CMYK color model

#30256D color CMYK value is (56,66,0,57).

  • cyan value is 55.96%
  • magenta value is 66.06%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(56,66,0,57)
C56M66Y0K57 
(56%,66%,0%,57%)
(0.56/0.66/0.00/0.57)	

CMYK percentages

%55.96
%66.06
%0
%57.25

Codes

Color #30256D in popluar color models

30256D
RGB4837109
HSL249°49.32%28.63%
HSB/HSV249°66.06%42.75%
CMYK55.96%66.06%0.00%
57.25%

Color #30256D in popluar number systems.

HEX30256D
Decimal4837109
Binary1100001001011101101
Octal6045155

Shades and tints

Shades of #30256D

#30256D
(48,37,109)
#2C2264
(44,34,100)
#281F5B
(40,31,91)
#241C52
(36,28,82)
#201949
(32,25,73)
#1C1640
(28,22,64)
#181337
(24,19,55)
#14102E
(20,16,46)
#100D25
(16,13,37)
#0C0A1C
(12,10,28)
#080713
(8,7,19)
#000000
(0,0,0)

Tints of #30256D

#30256D
(48,37,109)
#42387A
(66,56,122)
#544B87
(84,75,135)
#665E94
(102,94,148)
#7871A1
(120,113,161)
#8A84AE
(138,132,174)
#9C97BB
(156,151,187)
#AEAAC8
(174,170,200)
#C0BDD5
(192,189,213)
#D2D0E2
(210,208,226)
#E4E3EF
(228,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30256D; }

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

This text font color is #30256D.


Background Color

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

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

This div background color is #30256D.


Border color

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

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

This div border color is #30256D.


Opacity

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

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

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

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

This text has shadow with #30256D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30256D on black background.


Color preview on white background

This text has color #30256D on white background.



Black color preview on #30256D background

This text has black color on #30256D background.


White color preview on #30256D background

This text has white color on #30256D background.