COLOR #1C3661

HEX: #1C3661
RGB: (28,54,97)

Color info

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

RGB color model

#1C3661 color RGB value is (28,54,97).

  • red value is 28;
  • green value is 54;
  • blue value is 97.
RGB:
(28,54,97)
(11%,21%,38%)

RGB channels and saturation

R 28 of 255 = 11%
G 54 of 255 = 21%
B 97 of 255 = 38%

28
54
97

R + G + B ~ 23%. #1C3661 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 54 + 97 = 179 (100%)
R 28 of 179 ~ 15.64%
G 54 of 179 ~ 30.17%
B 97 of 179 ~ 54.19%

%15.64
%30.17
%54.19

CMYK color model

#1C3661 color CMYK value is (71,44,0,62).

  • cyan value is 71.13%
  • magenta value is 44.33%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(71,44,0,62)
C71M44Y0K62 
(71%,44%,0%,62%)
(0.71/0.44/0.00/0.62)	

CMYK percentages

%71.13
%44.33
%0
%61.96

Codes

Color #1C3661 in popluar color models

1C3661
RGB285497
HSL217°55.20%24.51%
HSB/HSV217°71.13%38.04%
CMYK71.13%44.33%0.00%
61.96%

Color #1C3661 in popluar number systems.

HEX1C3661
Decimal285497
Binary111001101101100001
Octal3466141

Shades and tints

Shades of #1C3661

#1C3661
(28,54,97)
#1A3259
(26,50,89)
#182E51
(24,46,81)
#162A49
(22,42,73)
#142641
(20,38,65)
#122239
(18,34,57)
#101E31
(16,30,49)
#0E1A29
(14,26,41)
#0C1621
(12,22,33)
#0A1219
(10,18,25)
#080E11
(8,14,17)
#000000
(0,0,0)

Tints of #1C3661

#1C3661
(28,54,97)
#30486F
(48,72,111)
#445A7D
(68,90,125)
#586C8B
(88,108,139)
#6C7E99
(108,126,153)
#8090A7
(128,144,167)
#94A2B5
(148,162,181)
#A8B4C3
(168,180,195)
#BCC6D1
(188,198,209)
#D0D8DF
(208,216,223)
#E4EAED
(228,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C3661 color. Also use rgb(28,54,97) instead hex code.

Text Font Color

.myTextColor { color: #1C3661; }

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

This text font color is #1C3661.


Background Color

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

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

This div background color is #1C3661.


Border color

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

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

This div border color is #1C3661.


Opacity

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

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

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

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

This text has shadow with #1C3661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C3661 on black background.


Color preview on white background

This text has color #1C3661 on white background.



Black color preview on #1C3661 background

This text has black color on #1C3661 background.


White color preview on #1C3661 background

This text has white color on #1C3661 background.