COLOR #1C3295

HEX: #1C3295
RGB: (28,50,149)

Color info

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

RGB color model

#1C3295 color RGB value is (28,50,149).

  • red value is 28;
  • green value is 50;
  • blue value is 149.
RGB:
(28,50,149)
(11%,20%,58%)

RGB channels and saturation

R 28 of 255 = 11%
G 50 of 255 = 20%
B 149 of 255 = 58%

28
50
149

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

Portions of RGB colors in percentages

R + G + B =
28 + 50 + 149 = 227 (100%)
R 28 of 227 ~ 12.33%
G 50 of 227 ~ 22.03%
B 149 of 227 ~ 65.64%

%12.33
%22.03
%65.64

CMYK color model

#1C3295 color CMYK value is (81,66,0,42).

  • cyan value is 81.21%
  • magenta value is 66.44%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(81,66,0,42)
C81M66Y0K42 
(81%,66%,0%,42%)
(0.81/0.66/0.00/0.42)	

CMYK percentages

%81.21
%66.44
%0
%41.57

Codes

Color #1C3295 in popluar color models

1C3295
RGB2850149
HSL229°68.36%34.71%
HSB/HSV229°81.21%58.43%
CMYK81.21%66.44%0.00%
41.57%

Color #1C3295 in popluar number systems.

HEX1C3295
Decimal2850149
Binary1110011001010010101
Octal3462225

Shades and tints

Shades of #1C3295

#1C3295
(28,50,149)
#1A2E88
(26,46,136)
#182A7B
(24,42,123)
#16266E
(22,38,110)
#142261
(20,34,97)
#121E54
(18,30,84)
#101A47
(16,26,71)
#0E163A
(14,22,58)
#0C122D
(12,18,45)
#0A0E20
(10,14,32)
#080A13
(8,10,19)
#000000
(0,0,0)

Tints of #1C3295

#1C3295
(28,50,149)
#30449E
(48,68,158)
#4456A7
(68,86,167)
#5868B0
(88,104,176)
#6C7AB9
(108,122,185)
#808CC2
(128,140,194)
#949ECB
(148,158,203)
#A8B0D4
(168,176,212)
#BCC2DD
(188,194,221)
#D0D4E6
(208,212,230)
#E4E6EF
(228,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C3295 color. Also use rgb(28,50,149) instead hex code.

Text Font Color

.myTextColor { color: #1C3295; }

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

This text font color is #1C3295.


Background Color

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

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

This div background color is #1C3295.


Border color

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

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

This div border color is #1C3295.


Opacity

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

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

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

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

This text has shadow with #1C3295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C3295 on black background.


Color preview on white background

This text has color #1C3295 on white background.



Black color preview on #1C3295 background

This text has black color on #1C3295 background.


White color preview on #1C3295 background

This text has white color on #1C3295 background.