COLOR #203764

HEX: #203764 RGB: (32,55,100)

Color info

#203764 contains mainly green and blue colors. Web safe color of #203764 is #333366 (or #336).

RGB color model

#203764 color RGB value is (32,55,100).

RGB: (32,55,100) (13%, 22%, 39%)

RGB channels and saturation

R 32 of 255 = 13%
G 55 of 255 = 22%
B 100 of 255 = 39%

32
55
100

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

Portions of RGB colors in percentages

R + G + B = 32 + 55 + 100 = 187 (100%)
R 32 of 187 ~ 17.11%
G 55 of 187 ~ 29.41%
B 100 of 187 ~ 53.48'%

%17.11
%29.41
%53.48

CMYK color model

#203764 color CMYK value is (68,45,0,61).

  • cyan value is 68.00%
  • magenta value is 45.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (68,45,0,61)
C68M45Y0K61 (68%, 45%, 0%, 61%)
(0.68 / 0.45 / 0.00 / 0.61)

CMYK percentages

%68
%45
%0
%60.78

Codes

Color #203764 in popluar color models

20 37 64
RGB 32 55 100
HSL 220° 51.52% 25.88%
HSB/HSV 220° 68.00% 39.22%
CMYK 68.00% 45.00% 0.00%
60.78%

Color #203764 in popluar number systems.

HEX 20 37 64
Decimal 32 55 100
Binary 100000 110111 1100100
Octal 40 67 144

Shades and tints

Shades of #203764

#203764
(32,55,100)
#1E325B
(30,50,91)
#1C2D52
(28,45,82)
#1A2849
(26,40,73)
#182340
(24,35,64)
#161E37
(22,30,55)
#14192E
(20,25,46)
#121425
(18,20,37)
#100F1C
(16,15,28)
#0E0A13
(14,10,19)
#0C050A
(12,5,10)
#000000
(0,0,0)

Tints of #203764

#203764
(32,55,100)
#344972
(52,73,114)
#485B80
(72,91,128)
#5C6D8E
(92,109,142)
#707F9C
(112,127,156)
#8491AA
(132,145,170)
#98A3B8
(152,163,184)
#ACB5C6
(172,181,198)
#C0C7D4
(192,199,212)
#D4D9E2
(212,217,226)
#E8EBF0
(232,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #203764 color. Also use rgb(32,55,100) instead hex code.

Text Font Color

.myTextColor { color: #203764; }

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

This text font color is #203764.

Background Color

.myBgColor { background-color: #203764; }

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

This div background color is #203764.

Border color

.myBorderColor { border: 1px solid #203764; }

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

This div border color is #203764.

Opacity

.myOpacity80 { color: #203764; opacity: 0.8; }

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

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

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

This text has shadow with #203764 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #203764.

Preview

Color preview on black background

This text has color #203764 on black background.


Color preview on white background

This text has color #203764 on white background.


Black color preview on #203764 background

This text has black color on #203764 background.


White color preview on #203764 background

This text has white color on #203764 background.


Related colors

Complementary color

Complementary color for #hex is #DFC89B.


I love getcolorcode.com

Triadic colors

1 #642037 and #376420 with #203764 are triadic colors.

2 #643720 and #372064 with #203764 are triadic colors.