COLOR #20347E

HEX: #20347E
RGB: (32,52,126)

Color info

#20347E contains mainly blue color. Web safe color of #20347E is #333366 (or #336).

RGB color model

#20347E color RGB value is (32,52,126).

  • red value is 32;
  • green value is 52;
  • blue value is 126.
RGB:
(32,52,126)
(13%,20%,49%)

RGB channels and saturation

R 32 of 255 = 13%
G 52 of 255 = 20%
B 126 of 255 = 49%

32
52
126

R + G + B ~ 27%. #20347E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 52 + 126 = 210 (100%)
R 32 of 210 ~ 15.24%
G 52 of 210 ~ 24.76%
B 126 of 210 ~ 60%

%15.24
%24.76
%60

CMYK color model

#20347E color CMYK value is (75,59,0,51).

  • cyan value is 74.60%
  • magenta value is 58.73%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(75,59,0,51)
C75M59Y0K51 
(75%,59%,0%,51%)
(0.75/0.59/0.00/0.51)	

CMYK percentages

%74.6
%58.73
%0
%50.59

Codes

Color #20347E in popluar color models

20347E
RGB3252126
HSL227°59.49%30.98%
HSB/HSV227°74.60%49.41%
CMYK74.60%58.73%0.00%
50.59%

Color #20347E in popluar number systems.

HEX20347E
Decimal3252126
Binary1000001101001111110
Octal4064176

Shades and tints

Shades of #20347E

#20347E
(32,52,126)
#1E3073
(30,48,115)
#1C2C68
(28,44,104)
#1A285D
(26,40,93)
#182452
(24,36,82)
#162047
(22,32,71)
#141C3C
(20,28,60)
#121831
(18,24,49)
#101426
(16,20,38)
#0E101B
(14,16,27)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #20347E

#20347E
(32,52,126)
#344689
(52,70,137)
#485894
(72,88,148)
#5C6A9F
(92,106,159)
#707CAA
(112,124,170)
#848EB5
(132,142,181)
#98A0C0
(152,160,192)
#ACB2CB
(172,178,203)
#C0C4D6
(192,196,214)
#D4D6E1
(212,214,225)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20347E color. Also use rgb(32,52,126) instead hex code.

Text Font Color

.myTextColor { color: #20347E; }

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

This text font color is #20347E.


Background Color

.myBgColor { background-color: #20347E; }

<div style="background-color:#20347E">Inner text</div>

This div background color is #20347E.


Border color

.myBorderColor { border: 1px solid #20347E; }

<div style="border:3px solid #20347E">Div</div>

This div border color is #20347E.


Opacity

.myOpacity80 { color: #20347E; opacity: 0.8; }

<p style="color:#20347E;opacity:0.8;">80%</p>

Text with #20347E 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 #20347E;}

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

This text has shadow with #20347E color.

.textShadow {text-shadow: 3px 3px 1px #20347E, 3px 3px 1px red;}

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

This text has shadow with #20347E primary color and red secondary color.


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

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

This text has shadow with #20347E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20347E on black background.


Color preview on white background

This text has color #20347E on white background.



Black color preview on #20347E background

This text has black color on #20347E background.


White color preview on #20347E background

This text has white color on #20347E background.