COLOR #30589F

HEX: #30589F
RGB: (48,88,159)

Color info

#30589F contains mainly blue color. Web safe color of #30589F is #336699 (or #369).

RGB color model

#30589F color RGB value is (48,88,159).

  • red value is 48;
  • green value is 88;
  • blue value is 159.
RGB:
(48,88,159)
(19%,35%,62%)

RGB channels and saturation

R 48 of 255 = 19%
G 88 of 255 = 35%
B 159 of 255 = 62%

48
88
159

R + G + B ~ 39%. #30589F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 88 + 159 = 295 (100%)
R 48 of 295 ~ 16.27%
G 88 of 295 ~ 29.83%
B 159 of 295 ~ 53.9%

%16.27
%29.83
%53.9

CMYK color model

#30589F color CMYK value is (70,45,0,38).

  • cyan value is 69.81%
  • magenta value is 44.65%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(70,45,0,38)
C70M45Y0K38 
(70%,45%,0%,38%)
(0.70/0.45/0.00/0.38)	

CMYK percentages

%69.81
%44.65
%0
%37.65

Codes

Color #30589F in popluar color models

30589F
RGB4888159
HSL218°53.62%40.59%
HSB/HSV218°69.81%62.35%
CMYK69.81%44.65%0.00%
37.65%

Color #30589F in popluar number systems.

HEX30589F
Decimal4888159
Binary110000101100010011111
Octal60130237

Shades and tints

Shades of #30589F

#30589F
(48,88,159)
#2C5091
(44,80,145)
#284883
(40,72,131)
#244075
(36,64,117)
#203867
(32,56,103)
#1C3059
(28,48,89)
#18284B
(24,40,75)
#14203D
(20,32,61)
#10182F
(16,24,47)
#0C1021
(12,16,33)
#080813
(8,8,19)
#000000
(0,0,0)

Tints of #30589F

#30589F
(48,88,159)
#4267A7
(66,103,167)
#5476AF
(84,118,175)
#6685B7
(102,133,183)
#7894BF
(120,148,191)
#8AA3C7
(138,163,199)
#9CB2CF
(156,178,207)
#AEC1D7
(174,193,215)
#C0D0DF
(192,208,223)
#D2DFE7
(210,223,231)
#E4EEEF
(228,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30589F color. Also use rgb(48,88,159) instead hex code.

Text Font Color

.myTextColor { color: #30589F; }

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

This text font color is #30589F.


Background Color

.myBgColor { background-color: #30589F; }

<div style="background-color:#30589F">Inner text</div>

This div background color is #30589F.


Border color

.myBorderColor { border: 1px solid #30589F; }

<div style="border:3px solid #30589F">Div</div>

This div border color is #30589F.


Opacity

.myOpacity80 { color: #30589F; opacity: 0.8; }

<p style="color:#30589F;opacity:0.8;">80%</p>

Text with #30589F 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 #30589F;}

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

This text has shadow with #30589F color.

.textShadow {text-shadow: 3px 3px 1px #30589F, 3px 3px 1px red;}

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

This text has shadow with #30589F primary color and red secondary color.


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

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

This text has shadow with #30589F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30589F on black background.


Color preview on white background

This text has color #30589F on white background.



Black color preview on #30589F background

This text has black color on #30589F background.


White color preview on #30589F background

This text has white color on #30589F background.