COLOR #30247C

HEX: #30247C
RGB: (48,36,124)

Color info

#30247C contains mainly blue color. Web safe color of #30247C is #333366 (or #336).

RGB color model

#30247C color RGB value is (48,36,124).

  • red value is 48;
  • green value is 36;
  • blue value is 124.
RGB:
(48,36,124)
(19%,14%,49%)

RGB channels and saturation

R 48 of 255 = 19%
G 36 of 255 = 14%
B 124 of 255 = 49%

48
36
124

R + G + B ~ 27%. #30247C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 36 + 124 = 208 (100%)
R 48 of 208 ~ 23.08%
G 36 of 208 ~ 17.31%
B 124 of 208 ~ 59.62%

%23.08
%17.31
%59.62

CMYK color model

#30247C color CMYK value is (61,71,0,51).

  • cyan value is 61.29%
  • magenta value is 70.97%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(61,71,0,51)
C61M71Y0K51 
(61%,71%,0%,51%)
(0.61/0.71/0.00/0.51)	

CMYK percentages

%61.29
%70.97
%0
%51.37

Codes

Color #30247C in popluar color models

30247C
RGB4836124
HSL248°55.00%31.37%
HSB/HSV248°70.97%48.63%
CMYK61.29%70.97%0.00%
51.37%

Color #30247C in popluar number systems.

HEX30247C
Decimal4836124
Binary1100001001001111100
Octal6044174

Shades and tints

Shades of #30247C

#30247C
(48,36,124)
#2C2171
(44,33,113)
#281E66
(40,30,102)
#241B5B
(36,27,91)
#201850
(32,24,80)
#1C1545
(28,21,69)
#18123A
(24,18,58)
#140F2F
(20,15,47)
#100C24
(16,12,36)
#0C0919
(12,9,25)
#08060E
(8,6,14)
#000000
(0,0,0)

Tints of #30247C

#30247C
(48,36,124)
#423787
(66,55,135)
#544A92
(84,74,146)
#665D9D
(102,93,157)
#7870A8
(120,112,168)
#8A83B3
(138,131,179)
#9C96BE
(156,150,190)
#AEA9C9
(174,169,201)
#C0BCD4
(192,188,212)
#D2CFDF
(210,207,223)
#E4E2EA
(228,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30247C color. Also use rgb(48,36,124) instead hex code.

Text Font Color

.myTextColor { color: #30247C; }

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

This text font color is #30247C.


Background Color

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

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

This div background color is #30247C.


Border color

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

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

This div border color is #30247C.


Opacity

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

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

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

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

This text has shadow with #30247C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30247C on black background.


Color preview on white background

This text has color #30247C on white background.



Black color preview on #30247C background

This text has black color on #30247C background.


White color preview on #30247C background

This text has white color on #30247C background.