COLOR #2C4074

HEX: #2C4074
RGB: (44,64,116)

Color info

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

RGB color model

#2C4074 color RGB value is (44,64,116).

  • red value is 44;
  • green value is 64;
  • blue value is 116.
RGB:
(44,64,116)
(17%,25%,45%)

RGB channels and saturation

R 44 of 255 = 17%
G 64 of 255 = 25%
B 116 of 255 = 45%

44
64
116

R + G + B ~ 29%. #2C4074 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 64 + 116 = 224 (100%)
R 44 of 224 ~ 19.64%
G 64 of 224 ~ 28.57%
B 116 of 224 ~ 51.79%

%19.64
%28.57
%51.79

CMYK color model

#2C4074 color CMYK value is (62,45,0,55).

  • cyan value is 62.07%
  • magenta value is 44.83%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(62,45,0,55)
C62M45Y0K55 
(62%,45%,0%,55%)
(0.62/0.45/0.00/0.55)	

CMYK percentages

%62.07
%44.83
%0
%54.51

Codes

Color #2C4074 in popluar color models

2C4074
RGB4464116
HSL223°45.00%31.37%
HSB/HSV223°62.07%45.49%
CMYK62.07%44.83%0.00%
54.51%

Color #2C4074 in popluar number systems.

HEX2C4074
Decimal4464116
Binary10110010000001110100
Octal54100164

Shades and tints

Shades of #2C4074

#2C4074
(44,64,116)
#283B6A
(40,59,106)
#243660
(36,54,96)
#203156
(32,49,86)
#1C2C4C
(28,44,76)
#182742
(24,39,66)
#142238
(20,34,56)
#101D2E
(16,29,46)
#0C1824
(12,24,36)
#08131A
(8,19,26)
#040E10
(4,14,16)
#000000
(0,0,0)

Tints of #2C4074

#2C4074
(44,64,116)
#3F5180
(63,81,128)
#52628C
(82,98,140)
#657398
(101,115,152)
#7884A4
(120,132,164)
#8B95B0
(139,149,176)
#9EA6BC
(158,166,188)
#B1B7C8
(177,183,200)
#C4C8D4
(196,200,212)
#D7D9E0
(215,217,224)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4074 color. Also use rgb(44,64,116) instead hex code.

Text Font Color

.myTextColor { color: #2C4074; }

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

This text font color is #2C4074.


Background Color

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

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

This div background color is #2C4074.


Border color

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

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

This div border color is #2C4074.


Opacity

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

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

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

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

This text has shadow with #2C4074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4074 on black background.


Color preview on white background

This text has color #2C4074 on white background.



Black color preview on #2C4074 background

This text has black color on #2C4074 background.


White color preview on #2C4074 background

This text has white color on #2C4074 background.