COLOR #34508D

HEX: #34508D RGB: (52,80,141)

Color info

#34508D contains mainly blue color. Web safe color of #34508D is #336699 (or #369).

RGB color model

#34508D color RGB value is (52,80,141).

RGB: (52,80,141) (20%, 31%, 55%)

RGB channels and saturation

R 52 of 255 = 20%
G 80 of 255 = 31%
B 141 of 255 = 55%

52
80
141

R + G + B ~ 35%. #34508D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 80 + 141 = 273 (100%)
R 52 of 273 ~ 19.05%
G 80 of 273 ~ 29.3%
B 141 of 273 ~ 51.65'%

%19.05
%29.3
%51.65

CMYK color model

#34508D color CMYK value is (63,43,0,45).

  • cyan value is 63.12%
  • magenta value is 43.26%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (63,43,0,45)
C63M43Y0K45 (63%, 43%, 0%, 45%)
(0.63 / 0.43 / 0.00 / 0.45)

CMYK percentages

%63.12
%43.26
%0
%44.71

Codes

Color #34508D in popluar color models

34 50 8D
RGB 52 80 141
HSL 221° 46.11% 37.84%
HSB/HSV 221° 63.12% 55.29%
CMYK 63.12% 43.26% 0.00%
44.71%

Color #34508D in popluar number systems.

HEX 34 50 8D
Decimal 52 80 141
Binary 110100 1010000 10001101
Octal 64 120 215

Shades and tints

Shades of #34508D

#34508D
(52,80,141)
#304981
(48,73,129)
#2C4275
(44,66,117)
#283B69
(40,59,105)
#24345D
(36,52,93)
#202D51
(32,45,81)
#1C2645
(28,38,69)
#181F39
(24,31,57)
#14182D
(20,24,45)
#101121
(16,17,33)
#0C0A15
(12,10,21)
#000000
(0,0,0)

Tints of #34508D

#34508D
(52,80,141)
#465F97
(70,95,151)
#586EA1
(88,110,161)
#6A7DAB
(106,125,171)
#7C8CB5
(124,140,181)
#8E9BBF
(142,155,191)
#A0AAC9
(160,170,201)
#B2B9D3
(178,185,211)
#C4C8DD
(196,200,221)
#D6D7E7
(214,215,231)
#E8E6F1
(232,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34508D color. Also use rgb(52,80,141) instead hex code.

Text Font Color

.myTextColor { color: #34508D; }

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

This text font color is #34508D.

Background Color

.myBgColor { background-color: #34508D; }

<div style="background-color:#34508D">Inner text</div>

This div background color is #34508D.

Border color

.myBorderColor { border: 1px solid #34508D; }

<div style="border:3px solid #34508D">Div</div>

This div border color is #34508D.

Opacity

.myOpacity80 { color: #34508D; opacity: 0.8; }

<p style="color:#34508D;opacity:0.8;">80%</p>

Text with #34508D 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 #34508D;}

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

This text has shadow with #34508D color.


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

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

This text has shadow with #34508D primary color and red secondary color.


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

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

This text has shadow with #34508D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #34508D.

Preview

Color preview on black background

This text has color #34508D on black background.


Color preview on white background

This text has color #34508D on white background.


Black color preview on #34508D background

This text has black color on #34508D background.


White color preview on #34508D background

This text has white color on #34508D background.


Related colors

Complementary color

Complementary color for #hex is #CBAF72.


I love getcolorcode.com

Triadic colors

1 #8D3450 and #508D34 with #34508D are triadic colors.

2 #8D5034 and #50348D with #34508D are triadic colors.