COLOR #2C3758

HEX: #2C3758
RGB: (44,55,88)

Color info

#2C3758 contains red, green and blue colors in about the same proportion. Web safe color of #2C3758 is #333366 (or #336).

RGB color model

#2C3758 color RGB value is (44,55,88).

  • red value is 44;
  • green value is 55;
  • blue value is 88.
RGB:
(44,55,88)
(17%,22%,35%)

RGB channels and saturation

R 44 of 255 = 17%
G 55 of 255 = 22%
B 88 of 255 = 35%

44
55
88

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

Portions of RGB colors in percentages

R + G + B =
44 + 55 + 88 = 187 (100%)
R 44 of 187 ~ 23.53%
G 55 of 187 ~ 29.41%
B 88 of 187 ~ 47.06%

%23.53
%29.41
%47.06

CMYK color model

#2C3758 color CMYK value is (50,38,0,65).

  • cyan value is 50.00%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(50,38,0,65)
C50M38Y0K65 
(50%,38%,0%,65%)
(0.50/0.38/0.00/0.65)	

CMYK percentages

%50
%37.5
%0
%65.49

Codes

Color #2C3758 in popluar color models

2C3758
RGB445588
HSL225°33.33%25.88%
HSB/HSV225°50.00%34.51%
CMYK50.00%37.50%0.00%
65.49%

Color #2C3758 in popluar number systems.

HEX2C3758
Decimal445588
Binary1011001101111011000
Octal5467130

Shades and tints

Shades of #2C3758

#2C3758
(44,55,88)
#283250
(40,50,80)
#242D48
(36,45,72)
#202840
(32,40,64)
#1C2338
(28,35,56)
#181E30
(24,30,48)
#141928
(20,25,40)
#101420
(16,20,32)
#0C0F18
(12,15,24)
#080A10
(8,10,16)
#040508
(4,5,8)
#000000
(0,0,0)

Tints of #2C3758

#2C3758
(44,55,88)
#3F4967
(63,73,103)
#525B76
(82,91,118)
#656D85
(101,109,133)
#787F94
(120,127,148)
#8B91A3
(139,145,163)
#9EA3B2
(158,163,178)
#B1B5C1
(177,181,193)
#C4C7D0
(196,199,208)
#D7D9DF
(215,217,223)
#EAEBEE
(234,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C3758 color. Also use rgb(44,55,88) instead hex code.

Text Font Color

.myTextColor { color: #2C3758; }

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

This text font color is #2C3758.


Background Color

.myBgColor { background-color: #2C3758; }

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

This div background color is #2C3758.


Border color

.myBorderColor { border: 1px solid #2C3758; }

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

This div border color is #2C3758.


Opacity

.myOpacity80 { color: #2C3758; opacity: 0.8; }

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

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

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

This text has shadow with #2C3758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C3758 on black background.


Color preview on white background

This text has color #2C3758 on white background.



Black color preview on #2C3758 background

This text has black color on #2C3758 background.


White color preview on #2C3758 background

This text has white color on #2C3758 background.