COLOR #374074

HEX: #374074
RGB: (55,64,116)

Color info

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

RGB color model

#374074 color RGB value is (55,64,116).

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

RGB channels and saturation

R 55 of 255 = 22%
G 64 of 255 = 25%
B 116 of 255 = 45%

55
64
116

R + G + B ~ 31%. #374074 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 64 + 116 = 235 (100%)
R 55 of 235 ~ 23.4%
G 64 of 235 ~ 27.23%
B 116 of 235 ~ 49.36%

%23.4
%27.23
%49.36

CMYK color model

#374074 color CMYK value is (53,45,0,55).

  • cyan value is 52.59%
  • magenta value is 44.83%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(53,45,0,55)
C53M45Y0K55 
(53%,45%,0%,55%)
(0.53/0.45/0.00/0.55)	

CMYK percentages

%52.59
%44.83
%0
%54.51

Codes

Color #374074 in popluar color models

374074
RGB5564116
HSL231°35.67%33.53%
HSB/HSV231°52.59%45.49%
CMYK52.59%44.83%0.00%
54.51%

Color #374074 in popluar number systems.

HEX374074
Decimal5564116
Binary11011110000001110100
Octal67100164

Shades and tints

Shades of #374074

#374074
(55,64,116)
#323B6A
(50,59,106)
#2D3660
(45,54,96)
#283156
(40,49,86)
#232C4C
(35,44,76)
#1E2742
(30,39,66)
#192238
(25,34,56)
#141D2E
(20,29,46)
#0F1824
(15,24,36)
#0A131A
(10,19,26)
#050E10
(5,14,16)
#000000
(0,0,0)

Tints of #374074

#374074
(55,64,116)
#495180
(73,81,128)
#5B628C
(91,98,140)
#6D7398
(109,115,152)
#7F84A4
(127,132,164)
#9195B0
(145,149,176)
#A3A6BC
(163,166,188)
#B5B7C8
(181,183,200)
#C7C8D4
(199,200,212)
#D9D9E0
(217,217,224)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374074; }

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

This text font color is #374074.


Background Color

.myBgColor { background-color: #374074; }

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

This div background color is #374074.


Border color

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

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

This div border color is #374074.


Opacity

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

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

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

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

This text has shadow with #374074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374074 on black background.


Color preview on white background

This text has color #374074 on white background.



Black color preview on #374074 background

This text has black color on #374074 background.


White color preview on #374074 background

This text has white color on #374074 background.