COLOR #1C3496

HEX: #1C3496
RGB: (28,52,150)

Color info

#1C3496 contains mainly blue color. Web safe color of #1C3496 is #333399 (or #339).

RGB color model

#1C3496 color RGB value is (28,52,150).

  • red value is 28;
  • green value is 52;
  • blue value is 150.
RGB:
(28,52,150)
(11%,20%,59%)

RGB channels and saturation

R 28 of 255 = 11%
G 52 of 255 = 20%
B 150 of 255 = 59%

28
52
150

R + G + B ~ 30%. #1C3496 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 52 + 150 = 230 (100%)
R 28 of 230 ~ 12.17%
G 52 of 230 ~ 22.61%
B 150 of 230 ~ 65.22%

%12.17
%22.61
%65.22

CMYK color model

#1C3496 color CMYK value is (81,65,0,41).

  • cyan value is 81.33%
  • magenta value is 65.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(81,65,0,41)
C81M65Y0K41 
(81%,65%,0%,41%)
(0.81/0.65/0.00/0.41)	

CMYK percentages

%81.33
%65.33
%0
%41.18

Codes

Color #1C3496 in popluar color models

1C3496
RGB2852150
HSL228°68.54%34.90%
HSB/HSV228°81.33%58.82%
CMYK81.33%65.33%0.00%
41.18%

Color #1C3496 in popluar number systems.

HEX1C3496
Decimal2852150
Binary1110011010010010110
Octal3464226

Shades and tints

Shades of #1C3496

#1C3496
(28,52,150)
#1A3089
(26,48,137)
#182C7C
(24,44,124)
#16286F
(22,40,111)
#142462
(20,36,98)
#122055
(18,32,85)
#101C48
(16,28,72)
#0E183B
(14,24,59)
#0C142E
(12,20,46)
#0A1021
(10,16,33)
#080C14
(8,12,20)
#000000
(0,0,0)

Tints of #1C3496

#1C3496
(28,52,150)
#30469F
(48,70,159)
#4458A8
(68,88,168)
#586AB1
(88,106,177)
#6C7CBA
(108,124,186)
#808EC3
(128,142,195)
#94A0CC
(148,160,204)
#A8B2D5
(168,178,213)
#BCC4DE
(188,196,222)
#D0D6E7
(208,214,231)
#E4E8F0
(228,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C3496 color. Also use rgb(28,52,150) instead hex code.

Text Font Color

.myTextColor { color: #1C3496; }

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

This text font color is #1C3496.


Background Color

.myBgColor { background-color: #1C3496; }

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

This div background color is #1C3496.


Border color

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

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

This div border color is #1C3496.


Opacity

.myOpacity80 { color: #1C3496; opacity: 0.8; }

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

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

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

This text has shadow with #1C3496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C3496 on black background.


Color preview on white background

This text has color #1C3496 on white background.



Black color preview on #1C3496 background

This text has black color on #1C3496 background.


White color preview on #1C3496 background

This text has white color on #1C3496 background.