COLOR #340E77

HEX: #340E77 RGB: (52,14,119)

Color info

#340E77 contains mainly blue color. Web safe color of #340E77 is #330066 (or #306).

RGB color model

#340E77 color RGB value is (52,14,119).

RGB: (52,14,119) (20%, 5%, 47%)

RGB channels and saturation

R 52 of 255 = 20%
G 14 of 255 = 5%
B 119 of 255 = 47%

52
14
119

R + G + B ~ 24%. #340E77 is dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 14 + 119 = 185 (100%)
R 52 of 185 ~ 28.11%
G 14 of 185 ~ 7.57%
B 119 of 185 ~ 64.32'%

%28.11
%64.32

CMYK color model

#340E77 color CMYK value is (56,88,0,53).

  • cyan value is 56.30%
  • magenta value is 88.24%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK: (56,88,0,53) C56M88Y0K53 (56%,88%,0%,53%) (0.56/0.88/0.00/0.53) 

CMYK percentages

%56.3
%88.24
%0
%53.33

Codes

Color #340E77 in popluar color models

34 0E 77
RGB 52 14 119
HSL 262° 78.95% 26.08%
HSB/HSV 262° 88.24% 46.67%
CMYK 56.30% 88.24% 0.00%
53.33%

Color #340E77 in popluar number systems.

HEX 34 0E 77
Decimal 52 14 119
Binary 110100 1110 1110111
Octal 64 16 167

Shades and tints

Shades of #340E77

#340E77
(52,14,119)
#300D6D
(48,13,109)
#2C0C63
(44,12,99)
#280B59
(40,11,89)
#240A4F
(36,10,79)
#200945
(32,9,69)
#1C083B
(28,8,59)
#180731
(24,7,49)
#140627
(20,6,39)
#10051D
(16,5,29)
#0C0413
(12,4,19)
#000000
(0,0,0)

Tints of #340E77

#340E77
(52,14,119)
#462383
(70,35,131)
#58388F
(88,56,143)
#6A4D9B
(106,77,155)
#7C62A7
(124,98,167)
#8E77B3
(142,119,179)
#A08CBF
(160,140,191)
#B2A1CB
(178,161,203)
#C4B6D7
(196,182,215)
#D6CBE3
(214,203,227)
#E8E0EF
(232,224,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #340E77 color. Also use rgb(52,14,119) instead hex code.

Text Font Color

.myTextColor { color: #340E77; }

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

This text font color is #340E77.

Background Color

.myBgColor { background-color: #340E77; }

<div style="background-color:#340E77">Inner text</div>

This div background color is #340E77.

Border color

.myBorderColor { border: 1px solid #340E77; }

<div style="border:3px solid #340E77">Div</div>

This div border color is #340E77.

Opacity

.myOpacity80 { color: #340E77; opacity: 0.8; }

<p style="color:#340E77;opacity:0.8;">80%</p>

Text with #340E77 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 #340E77;}

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

This text has shadow with #340E77 color.


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

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

This text has shadow with #340E77 primary color and red secondary color.


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

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

This text has shadow with #340E77 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #340E77.

Preview

Color preview on black background

This text has color #340E77 on black background.


Color preview on white background

This text has color #340E77 on white background.


Black color preview on #340E77 background

This text has black color on #340E77 background.


White color preview on #340E77 background

This text has white color on #340E77 background.


Related colors

Complementary color

Complementary color for #hex is #CBF188.


I love getcolorcode.com

Triadic colors

1 #77340E and #0E7734 with #340E77 are triadic colors.

2 #770E34 and #0E3477 with #340E77 are triadic colors.