COLOR #204B96

HEX: #204B96
RGB: (32,75,150)

Color info

#204B96 contains mainly blue color. Web safe color of #204B96 is #333399 (or #339).

RGB color model

#204B96 color RGB value is (32,75,150).

  • red value is 32;
  • green value is 75;
  • blue value is 150.
RGB:
(32,75,150)
(13%,29%,59%)

RGB channels and saturation

R 32 of 255 = 13%
G 75 of 255 = 29%
B 150 of 255 = 59%

32
75
150

R + G + B ~ 34%. #204B96 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 75 + 150 = 257 (100%)
R 32 of 257 ~ 12.45%
G 75 of 257 ~ 29.18%
B 150 of 257 ~ 58.37%

%12.45
%29.18
%58.37

CMYK color model

#204B96 color CMYK value is (79,50,0,41).

  • cyan value is 78.67%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(79,50,0,41)
C79M50Y0K41 
(79%,50%,0%,41%)
(0.79/0.50/0.00/0.41)	

CMYK percentages

%78.67
%50
%0
%41.18

Codes

Color #204B96 in popluar color models

204B96
RGB3275150
HSL218°64.84%35.69%
HSB/HSV218°78.67%58.82%
CMYK78.67%50.00%0.00%
41.18%

Color #204B96 in popluar number systems.

HEX204B96
Decimal3275150
Binary100000100101110010110
Octal40113226

Shades and tints

Shades of #204B96

#204B96
(32,75,150)
#1E4589
(30,69,137)
#1C3F7C
(28,63,124)
#1A396F
(26,57,111)
#183362
(24,51,98)
#162D55
(22,45,85)
#142748
(20,39,72)
#12213B
(18,33,59)
#101B2E
(16,27,46)
#0E1521
(14,21,33)
#0C0F14
(12,15,20)
#000000
(0,0,0)

Tints of #204B96

#204B96
(32,75,150)
#345B9F
(52,91,159)
#486BA8
(72,107,168)
#5C7BB1
(92,123,177)
#708BBA
(112,139,186)
#849BC3
(132,155,195)
#98ABCC
(152,171,204)
#ACBBD5
(172,187,213)
#C0CBDE
(192,203,222)
#D4DBE7
(212,219,231)
#E8EBF0
(232,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #204B96 color. Also use rgb(32,75,150) instead hex code.

Text Font Color

.myTextColor { color: #204B96; }

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

This text font color is #204B96.


Background Color

.myBgColor { background-color: #204B96; }

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

This div background color is #204B96.


Border color

.myBorderColor { border: 1px solid #204B96; }

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

This div border color is #204B96.


Opacity

.myOpacity80 { color: #204B96; opacity: 0.8; }

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

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

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

This text has shadow with #204B96 color.

.textShadow {text-shadow: 3px 3px 1px #204B96, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #204B96 on black background.


Color preview on white background

This text has color #204B96 on white background.



Black color preview on #204B96 background

This text has black color on #204B96 background.


White color preview on #204B96 background

This text has white color on #204B96 background.