COLOR #34246B

HEX: #34246B
RGB: (52,36,107)

Color info

#34246B contains mainly red and blue colors. Web safe color of #34246B is #333366 (or #336).

RGB color model

#34246B color RGB value is (52,36,107).

  • red value is 52;
  • green value is 36;
  • blue value is 107.
RGB:
(52,36,107)
(20%,14%,42%)

RGB channels and saturation

R 52 of 255 = 20%
G 36 of 255 = 14%
B 107 of 255 = 42%

52
36
107

R + G + B ~ 25%. #34246B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 36 + 107 = 195 (100%)
R 52 of 195 ~ 26.67%
G 36 of 195 ~ 18.46%
B 107 of 195 ~ 54.87%

%26.67
%18.46
%54.87

CMYK color model

#34246B color CMYK value is (51,66,0,58).

  • cyan value is 51.40%
  • magenta value is 66.36%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(51,66,0,58)
C51M66Y0K58 
(51%,66%,0%,58%)
(0.51/0.66/0.00/0.58)	

CMYK percentages

%51.4
%66.36
%0
%58.04

Codes

Color #34246B in popluar color models

34246B
RGB5236107
HSL254°49.65%28.04%
HSB/HSV254°66.36%41.96%
CMYK51.40%66.36%0.00%
58.04%

Color #34246B in popluar number systems.

HEX34246B
Decimal5236107
Binary1101001001001101011
Octal6444153

Shades and tints

Shades of #34246B

#34246B
(52,36,107)
#302162
(48,33,98)
#2C1E59
(44,30,89)
#281B50
(40,27,80)
#241847
(36,24,71)
#20153E
(32,21,62)
#1C1235
(28,18,53)
#180F2C
(24,15,44)
#140C23
(20,12,35)
#10091A
(16,9,26)
#0C0611
(12,6,17)
#000000
(0,0,0)

Tints of #34246B

#34246B
(52,36,107)
#463778
(70,55,120)
#584A85
(88,74,133)
#6A5D92
(106,93,146)
#7C709F
(124,112,159)
#8E83AC
(142,131,172)
#A096B9
(160,150,185)
#B2A9C6
(178,169,198)
#C4BCD3
(196,188,211)
#D6CFE0
(214,207,224)
#E8E2ED
(232,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34246B color. Also use rgb(52,36,107) instead hex code.

Text Font Color

.myTextColor { color: #34246B; }

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

This text font color is #34246B.


Background Color

.myBgColor { background-color: #34246B; }

<div style="background-color:#34246B">Inner text</div>

This div background color is #34246B.


Border color

.myBorderColor { border: 1px solid #34246B; }

<div style="border:3px solid #34246B">Div</div>

This div border color is #34246B.


Opacity

.myOpacity80 { color: #34246B; opacity: 0.8; }

<p style="color:#34246B;opacity:0.8;">80%</p>

Text with #34246B 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 #34246B;}

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

This text has shadow with #34246B color.

.textShadow {text-shadow: 3px 3px 1px #34246B, 3px 3px 1px red;}

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

This text has shadow with #34246B primary color and red secondary color.


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

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

This text has shadow with #34246B and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #34246B;
-webkit-box-shadow: 1px 1px 3px 2px #34246B;
box-shadow:1px 1px 3px 2px #34246B;">
Div content here</div>
This div box has shadow with color #34246B.

Preview

Color preview on black background

This text has color #34246B on black background.


Color preview on white background

This text has color #34246B on white background.



Black color preview on #34246B background

This text has black color on #34246B background.


White color preview on #34246B background

This text has white color on #34246B background.