COLOR #30458F

HEX: #30458F RGB: (48,69,143)

Color info

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

RGB color model

#30458F color RGB value is (48,69,143).

RGB: (48,69,143) (19%, 27%, 56%)

RGB channels and saturation

R 48 of 255 = 19%
G 69 of 255 = 27%
B 143 of 255 = 56%

48
69
143

R + G + B ~ 34%. #30458F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 69 + 143 = 260 (100%)
R 48 of 260 ~ 18.46%
G 69 of 260 ~ 26.54%
B 143 of 260 ~ 55'%

%18.46
%26.54
%55

CMYK color model

#30458F color CMYK value is (66,52,0,44).

  • cyan value is 66.43%
  • magenta value is 51.75%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (66,52,0,44)
C66M52Y0K44 (66%, 52%, 0%, 44%)
(0.66 / 0.52 / 0.00 / 0.44)

CMYK percentages

%66.43
%51.75
%0
%43.92

Codes

Color #30458F in popluar color models

30 45 8F
RGB 48 69 143
HSL 227° 49.74% 37.45%
HSB/HSV 227° 66.43% 56.08%
CMYK 66.43% 51.75% 0.00%
43.92%

Color #30458F in popluar number systems.

HEX 30 45 8F
Decimal 48 69 143
Binary 110000 1000101 10001111
Octal 60 105 217

Shades and tints

Shades of #30458F

#30458F
(48,69,143)
#2C3F82
(44,63,130)
#283975
(40,57,117)
#243368
(36,51,104)
#202D5B
(32,45,91)
#1C274E
(28,39,78)
#182141
(24,33,65)
#141B34
(20,27,52)
#101527
(16,21,39)
#0C0F1A
(12,15,26)
#08090D
(8,9,13)
#000000
(0,0,0)

Tints of #30458F

#30458F
(48,69,143)
#425599
(66,85,153)
#5465A3
(84,101,163)
#6675AD
(102,117,173)
#7885B7
(120,133,183)
#8A95C1
(138,149,193)
#9CA5CB
(156,165,203)
#AEB5D5
(174,181,213)
#C0C5DF
(192,197,223)
#D2D5E9
(210,213,233)
#E4E5F3
(228,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30458F; }

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

This text font color is #30458F.

Background Color

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

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

This div background color is #30458F.

Border color

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

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

This div border color is #30458F.

Opacity

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

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

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

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

This text has shadow with #30458F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30458F.

Preview

Color preview on black background

This text has color #30458F on black background.


Color preview on white background

This text has color #30458F on white background.


Black color preview on #30458F background

This text has black color on #30458F background.


White color preview on #30458F background

This text has white color on #30458F background.


Related colors

Complementary color

Complementary color for #hex is #CFBA70.


I love getcolorcode.com

Triadic colors

1 #8F3045 and #458F30 with #30458F are triadic colors.

2 #8F4530 and #45308F with #30458F are triadic colors.