COLOR #34427F

HEX: #34427F
RGB: (52,66,127)

Color info

#34427F contains mainly blue color. Web safe color of #34427F is #333366 (or #336).

RGB color model

#34427F color RGB value is (52,66,127).

  • red value is 52;
  • green value is 66;
  • blue value is 127.
RGB:
(52,66,127)
(20%,26%,50%)

RGB channels and saturation

R 52 of 255 = 20%
G 66 of 255 = 26%
B 127 of 255 = 50%

52
66
127

R + G + B ~ 32%. #34427F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 66 + 127 = 245 (100%)
R 52 of 245 ~ 21.22%
G 66 of 245 ~ 26.94%
B 127 of 245 ~ 51.84%

%21.22
%26.94
%51.84

CMYK color model

#34427F color CMYK value is (59,48,0,50).

  • cyan value is 59.06%
  • magenta value is 48.03%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(59,48,0,50)
C59M48Y0K50 
(59%,48%,0%,50%)
(0.59/0.48/0.00/0.50)	

CMYK percentages

%59.06
%48.03
%0
%50.2

Codes

Color #34427F in popluar color models

34427F
RGB5266127
HSL229°41.90%35.10%
HSB/HSV229°59.06%49.80%
CMYK59.06%48.03%0.00%
50.20%

Color #34427F in popluar number systems.

HEX34427F
Decimal5266127
Binary11010010000101111111
Octal64102177

Shades and tints

Shades of #34427F

#34427F
(52,66,127)
#303C74
(48,60,116)
#2C3669
(44,54,105)
#28305E
(40,48,94)
#242A53
(36,42,83)
#202448
(32,36,72)
#1C1E3D
(28,30,61)
#181832
(24,24,50)
#141227
(20,18,39)
#100C1C
(16,12,28)
#0C0611
(12,6,17)
#000000
(0,0,0)

Tints of #34427F

#34427F
(52,66,127)
#46538A
(70,83,138)
#586495
(88,100,149)
#6A75A0
(106,117,160)
#7C86AB
(124,134,171)
#8E97B6
(142,151,182)
#A0A8C1
(160,168,193)
#B2B9CC
(178,185,204)
#C4CAD7
(196,202,215)
#D6DBE2
(214,219,226)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34427F color. Also use rgb(52,66,127) instead hex code.

Text Font Color

.myTextColor { color: #34427F; }

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

This text font color is #34427F.


Background Color

.myBgColor { background-color: #34427F; }

<div style="background-color:#34427F">Inner text</div>

This div background color is #34427F.


Border color

.myBorderColor { border: 1px solid #34427F; }

<div style="border:3px solid #34427F">Div</div>

This div border color is #34427F.


Opacity

.myOpacity80 { color: #34427F; opacity: 0.8; }

<p style="color:#34427F;opacity:0.8;">80%</p>

Text with #34427F 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 #34427F;}

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

This text has shadow with #34427F color.

.textShadow {text-shadow: 3px 3px 1px #34427F, 3px 3px 1px red;}

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

This text has shadow with #34427F primary color and red secondary color.


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

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

This text has shadow with #34427F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34427F on black background.


Color preview on white background

This text has color #34427F on white background.



Black color preview on #34427F background

This text has black color on #34427F background.


White color preview on #34427F background

This text has white color on #34427F background.