COLOR #30458A

HEX: #30458A
RGB: (48,69,138)

Color info

#30458A contains mainly blue color. Web safe color of #30458A is #333399 (or #339).

RGB color model

#30458A color RGB value is (48,69,138).

  • red value is 48;
  • green value is 69;
  • blue value is 138.
RGB:
(48,69,138)
(19%,27%,54%)

RGB channels and saturation

R 48 of 255 = 19%
G 69 of 255 = 27%
B 138 of 255 = 54%

48
69
138

R + G + B ~ 33%. #30458A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 69 + 138 = 255 (100%)
R 48 of 255 ~ 18.82%
G 69 of 255 ~ 27.06%
B 138 of 255 ~ 54.12%

%18.82
%27.06
%54.12

CMYK color model

#30458A color CMYK value is (65,50,0,46).

  • cyan value is 65.22%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(65,50,0,46)
C65M50Y0K46 
(65%,50%,0%,46%)
(0.65/0.50/0.00/0.46)	

CMYK percentages

%65.22
%50
%0
%45.88

Codes

Color #30458A in popluar color models

30458A
RGB4869138
HSL226°48.39%36.47%
HSB/HSV226°65.22%54.12%
CMYK65.22%50.00%0.00%
45.88%

Color #30458A in popluar number systems.

HEX30458A
Decimal4869138
Binary110000100010110001010
Octal60105212

Shades and tints

Shades of #30458A

#30458A
(48,69,138)
#2C3F7E
(44,63,126)
#283972
(40,57,114)
#243366
(36,51,102)
#202D5A
(32,45,90)
#1C274E
(28,39,78)
#182142
(24,33,66)
#141B36
(20,27,54)
#10152A
(16,21,42)
#0C0F1E
(12,15,30)
#080912
(8,9,18)
#000000
(0,0,0)

Tints of #30458A

#30458A
(48,69,138)
#425594
(66,85,148)
#54659E
(84,101,158)
#6675A8
(102,117,168)
#7885B2
(120,133,178)
#8A95BC
(138,149,188)
#9CA5C6
(156,165,198)
#AEB5D0
(174,181,208)
#C0C5DA
(192,197,218)
#D2D5E4
(210,213,228)
#E4E5EE
(228,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30458A color. Also use rgb(48,69,138) instead hex code.

Text Font Color

.myTextColor { color: #30458A; }

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

This text font color is #30458A.


Background Color

.myBgColor { background-color: #30458A; }

<div style="background-color:#30458A">Inner text</div>

This div background color is #30458A.


Border color

.myBorderColor { border: 1px solid #30458A; }

<div style="border:3px solid #30458A">Div</div>

This div border color is #30458A.


Opacity

.myOpacity80 { color: #30458A; opacity: 0.8; }

<p style="color:#30458A;opacity:0.8;">80%</p>

Text with #30458A 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 #30458A;}

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

This text has shadow with #30458A color.

.textShadow {text-shadow: 3px 3px 1px #30458A, 3px 3px 1px red;}

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

This text has shadow with #30458A primary color and red secondary color.


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

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

This text has shadow with #30458A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30458A on black background.


Color preview on white background

This text has color #30458A on white background.



Black color preview on #30458A background

This text has black color on #30458A background.


White color preview on #30458A background

This text has white color on #30458A background.