COLOR #304A6E

HEX: #304A6E RGB: (48,74,110)

Color info

#304A6E contains mainly green and blue colors. Web safe color of #304A6E is #333366 (or #336).

RGB color model

#304A6E color RGB value is (48,74,110).

RGB: (48,74,110) (19%, 29%, 43%)

RGB channels and saturation

R 48 of 255 = 19%
G 74 of 255 = 29%
B 110 of 255 = 43%

48
74
110

R + G + B ~ 30%. #304A6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 74 + 110 = 232 (100%)
R 48 of 232 ~ 20.69%
G 74 of 232 ~ 31.9%
B 110 of 232 ~ 47.41'%

%20.69
%31.9
%47.41

CMYK color model

#304A6E color CMYK value is (56,33,0,57).

  • cyan value is 56.36%
  • magenta value is 32.73%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (56,33,0,57)
C56M33Y0K57 (56%, 33%, 0%, 57%)
(0.56 / 0.33 / 0.00 / 0.57)

CMYK percentages

%56.36
%32.73
%0
%56.86

Codes

Color #304A6E in popluar color models

30 4A 6E
RGB 48 74 110
HSL 215° 39.24% 30.98%
HSB/HSV 215° 56.36% 43.14%
CMYK 56.36% 32.73% 0.00%
56.86%

Color #304A6E in popluar number systems.

HEX 30 4A 6E
Decimal 48 74 110
Binary 110000 1001010 1101110
Octal 60 112 156

Shades and tints

Shades of #304A6E

#304A6E
(48,74,110)
#2C4464
(44,68,100)
#283E5A
(40,62,90)
#243850
(36,56,80)
#203246
(32,50,70)
#1C2C3C
(28,44,60)
#182632
(24,38,50)
#142028
(20,32,40)
#101A1E
(16,26,30)
#0C1414
(12,20,20)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #304A6E

#304A6E
(48,74,110)
#425A7B
(66,90,123)
#546A88
(84,106,136)
#667A95
(102,122,149)
#788AA2
(120,138,162)
#8A9AAF
(138,154,175)
#9CAABC
(156,170,188)
#AEBAC9
(174,186,201)
#C0CAD6
(192,202,214)
#D2DAE3
(210,218,227)
#E4EAF0
(228,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #304A6E color. Also use rgb(48,74,110) instead hex code.

Text Font Color

.myTextColor { color: #304A6E; }

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

This text font color is #304A6E.

Background Color

.myBgColor { background-color: #304A6E; }

<div style="background-color:#304A6E">Inner text</div>

This div background color is #304A6E.

Border color

.myBorderColor { border: 1px solid #304A6E; }

<div style="border:3px solid #304A6E">Div</div>

This div border color is #304A6E.

Opacity

.myOpacity80 { color: #304A6E; opacity: 0.8; }

<p style="color:#304A6E;opacity:0.8;">80%</p>

Text with #304A6E 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 #304A6E;}

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

This text has shadow with #304A6E color.


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

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

This text has shadow with #304A6E primary color and red secondary color.


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

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

This text has shadow with #304A6E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #304A6E.

Preview

Color preview on black background

This text has color #304A6E on black background.


Color preview on white background

This text has color #304A6E on white background.


Black color preview on #304A6E background

This text has black color on #304A6E background.


White color preview on #304A6E background

This text has white color on #304A6E background.


Related colors

Complementary color

Complementary color for #hex is #CFB591.


I love getcolorcode.com

Triadic colors

1 #6E304A and #4A6E30 with #304A6E are triadic colors.

2 #6E4A30 and #4A306E with #304A6E are triadic colors.