COLOR #324274

HEX: #324274
RGB: (50,66,116)

Color info

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

RGB color model

#324274 color RGB value is (50,66,116).

  • red value is 50;
  • green value is 66;
  • blue value is 116.
RGB:
(50,66,116)
(20%,26%,45%)

RGB channels and saturation

R 50 of 255 = 20%
G 66 of 255 = 26%
B 116 of 255 = 45%

50
66
116

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

Portions of RGB colors in percentages

R + G + B =
50 + 66 + 116 = 232 (100%)
R 50 of 232 ~ 21.55%
G 66 of 232 ~ 28.45%
B 116 of 232 ~ 50%

%21.55
%28.45
%50

CMYK color model

#324274 color CMYK value is (57,43,0,55).

  • cyan value is 56.90%
  • magenta value is 43.10%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(57,43,0,55)
C57M43Y0K55 
(57%,43%,0%,55%)
(0.57/0.43/0.00/0.55)	

CMYK percentages

%56.9
%43.1
%0
%54.51

Codes

Color #324274 in popluar color models

324274
RGB5066116
HSL225°39.76%32.55%
HSB/HSV225°56.90%45.49%
CMYK56.90%43.10%0.00%
54.51%

Color #324274 in popluar number systems.

HEX324274
Decimal5066116
Binary11001010000101110100
Octal62102164

Shades and tints

Shades of #324274

#324274
(50,66,116)
#2E3C6A
(46,60,106)
#2A3660
(42,54,96)
#263056
(38,48,86)
#222A4C
(34,42,76)
#1E2442
(30,36,66)
#1A1E38
(26,30,56)
#16182E
(22,24,46)
#121224
(18,18,36)
#0E0C1A
(14,12,26)
#0A0610
(10,6,16)
#000000
(0,0,0)

Tints of #324274

#324274
(50,66,116)
#445380
(68,83,128)
#56648C
(86,100,140)
#687598
(104,117,152)
#7A86A4
(122,134,164)
#8C97B0
(140,151,176)
#9EA8BC
(158,168,188)
#B0B9C8
(176,185,200)
#C2CAD4
(194,202,212)
#D4DBE0
(212,219,224)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324274 color. Also use rgb(50,66,116) instead hex code.

Text Font Color

.myTextColor { color: #324274; }

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

This text font color is #324274.


Background Color

.myBgColor { background-color: #324274; }

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

This div background color is #324274.


Border color

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

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

This div border color is #324274.


Opacity

.myOpacity80 { color: #324274; opacity: 0.8; }

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

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

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

This text has shadow with #324274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324274 on black background.


Color preview on white background

This text has color #324274 on white background.



Black color preview on #324274 background

This text has black color on #324274 background.


White color preview on #324274 background

This text has white color on #324274 background.