COLOR #344574

HEX: #344574
RGB: (52,69,116)

Color info

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

RGB color model

#344574 color RGB value is (52,69,116).

  • red value is 52;
  • green value is 69;
  • blue value is 116.
RGB:
(52,69,116)
(20%,27%,45%)

RGB channels and saturation

R 52 of 255 = 20%
G 69 of 255 = 27%
B 116 of 255 = 45%

52
69
116

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

Portions of RGB colors in percentages

R + G + B =
52 + 69 + 116 = 237 (100%)
R 52 of 237 ~ 21.94%
G 69 of 237 ~ 29.11%
B 116 of 237 ~ 48.95%

%21.94
%29.11
%48.95

CMYK color model

#344574 color CMYK value is (55,41,0,55).

  • cyan value is 55.17%
  • magenta value is 40.52%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(55,41,0,55)
C55M41Y0K55 
(55%,41%,0%,55%)
(0.55/0.41/0.00/0.55)	

CMYK percentages

%55.17
%40.52
%0
%54.51

Codes

Color #344574 in popluar color models

344574
RGB5269116
HSL224°38.10%32.94%
HSB/HSV224°55.17%45.49%
CMYK55.17%40.52%0.00%
54.51%

Color #344574 in popluar number systems.

HEX344574
Decimal5269116
Binary11010010001011110100
Octal64105164

Shades and tints

Shades of #344574

#344574
(52,69,116)
#303F6A
(48,63,106)
#2C3960
(44,57,96)
#283356
(40,51,86)
#242D4C
(36,45,76)
#202742
(32,39,66)
#1C2138
(28,33,56)
#181B2E
(24,27,46)
#141524
(20,21,36)
#100F1A
(16,15,26)
#0C0910
(12,9,16)
#000000
(0,0,0)

Tints of #344574

#344574
(52,69,116)
#465580
(70,85,128)
#58658C
(88,101,140)
#6A7598
(106,117,152)
#7C85A4
(124,133,164)
#8E95B0
(142,149,176)
#A0A5BC
(160,165,188)
#B2B5C8
(178,181,200)
#C4C5D4
(196,197,212)
#D6D5E0
(214,213,224)
#E8E5EC
(232,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344574 color. Also use rgb(52,69,116) instead hex code.

Text Font Color

.myTextColor { color: #344574; }

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

This text font color is #344574.


Background Color

.myBgColor { background-color: #344574; }

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

This div background color is #344574.


Border color

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

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

This div border color is #344574.


Opacity

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

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

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

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

This text has shadow with #344574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344574 on black background.


Color preview on white background

This text has color #344574 on white background.



Black color preview on #344574 background

This text has black color on #344574 background.


White color preview on #344574 background

This text has white color on #344574 background.