COLOR #30486A

HEX: #30486A RGB: (48,72,106)

Color info

#30486A contains red, green and blue colors in about the same proportion. Web safe color of #30486A is #333366 (or #336).

RGB color model

#30486A color RGB value is (48,72,106).

RGB: (48,72,106) (19%, 28%, 42%)

RGB channels and saturation

R 48 of 255 = 19%
G 72 of 255 = 28%
B 106 of 255 = 42%

48
72
106

R + G + B ~ 30%. #30486A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 72 + 106 = 226 (100%)
R 48 of 226 ~ 21.24%
G 72 of 226 ~ 31.86%
B 106 of 226 ~ 46.9'%

%21.24
%31.86
%46.9

CMYK color model

#30486A color CMYK value is (55,32,0,58).

  • cyan value is 54.72%
  • magenta value is 32.08%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (55,32,0,58)
C55M32Y0K58 (55%, 32%, 0%, 58%)
(0.55 / 0.32 / 0.00 / 0.58)

CMYK percentages

%54.72
%32.08
%0
%58.43

Codes

Color #30486A in popluar color models

30 48 6A
RGB 48 72 106
HSL 215° 37.66% 30.20%
HSB/HSV 215° 54.72% 41.57%
CMYK 54.72% 32.08% 0.00%
58.43%

Color #30486A in popluar number systems.

HEX 30 48 6A
Decimal 48 72 106
Binary 110000 1001000 1101010
Octal 60 110 152

Shades and tints

Shades of #30486A

#30486A
(48,72,106)
#2C4261
(44,66,97)
#283C58
(40,60,88)
#24364F
(36,54,79)
#203046
(32,48,70)
#1C2A3D
(28,42,61)
#182434
(24,36,52)
#141E2B
(20,30,43)
#101822
(16,24,34)
#0C1219
(12,18,25)
#080C10
(8,12,16)
#000000
(0,0,0)

Tints of #30486A

#30486A
(48,72,106)
#425877
(66,88,119)
#546884
(84,104,132)
#667891
(102,120,145)
#78889E
(120,136,158)
#8A98AB
(138,152,171)
#9CA8B8
(156,168,184)
#AEB8C5
(174,184,197)
#C0C8D2
(192,200,210)
#D2D8DF
(210,216,223)
#E4E8EC
(228,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30486A color. Also use rgb(48,72,106) instead hex code.

Text Font Color

.myTextColor { color: #30486A; }

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

This text font color is #30486A.

Background Color

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

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

This div background color is #30486A.

Border color

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

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

This div border color is #30486A.

Opacity

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

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

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

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

This text has shadow with #30486A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30486A.

Preview

Color preview on black background

This text has color #30486A on black background.


Color preview on white background

This text has color #30486A on white background.


Black color preview on #30486A background

This text has black color on #30486A background.


White color preview on #30486A background

This text has white color on #30486A background.


Related colors

Complementary color

Complementary color for #hex is #CFB795.


I love getcolorcode.com

Triadic colors

1 #6A3048 and #486A30 with #30486A are triadic colors.

2 #6A4830 and #48306A with #30486A are triadic colors.