COLOR #344563

HEX: #344563 RGB: (52,69,99)

Color info

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

RGB color model

#344563 color RGB value is (52,69,99).

RGB: (52,69,99) (20%, 27%, 39%)

RGB channels and saturation

R 52 of 255 = 20%
G 69 of 255 = 27%
B 99 of 255 = 39%

52
69
99

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

Portions of RGB colors in percentages

R + G + B = 52 + 69 + 99 = 220 (100%)
R 52 of 220 ~ 23.64%
G 69 of 220 ~ 31.36%
B 99 of 220 ~ 45'%

%23.64
%31.36
%45

CMYK color model

#344563 color CMYK value is (47,30,0,61).

  • cyan value is 47.47%
  • magenta value is 30.30%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (47,30,0,61)
C47M30Y0K61 (47%, 30%, 0%, 61%)
(0.47 / 0.30 / 0.00 / 0.61)

CMYK percentages

%47.47
%30.3
%0
%61.18

Codes

Color #344563 in popluar color models

34 45 63
RGB 52 69 99
HSL 218° 31.13% 29.61%
HSB/HSV 218° 47.47% 38.82%
CMYK 47.47% 30.30% 0.00%
61.18%

Color #344563 in popluar number systems.

HEX 34 45 63
Decimal 52 69 99
Binary 110100 1000101 1100011
Octal 64 105 143

Shades and tints

Shades of #344563

#344563
(52,69,99)
#303F5A
(48,63,90)
#2C3951
(44,57,81)
#283348
(40,51,72)
#242D3F
(36,45,63)
#202736
(32,39,54)
#1C212D
(28,33,45)
#181B24
(24,27,36)
#14151B
(20,21,27)
#100F12
(16,15,18)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #344563

#344563
(52,69,99)
#465571
(70,85,113)
#58657F
(88,101,127)
#6A758D
(106,117,141)
#7C859B
(124,133,155)
#8E95A9
(142,149,169)
#A0A5B7
(160,165,183)
#B2B5C5
(178,181,197)
#C4C5D3
(196,197,211)
#D6D5E1
(214,213,225)
#E8E5EF
(232,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #344563; }

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

This text font color is #344563.

Background Color

.myBgColor { background-color: #344563; }

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

This div background color is #344563.

Border color

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

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

This div border color is #344563.

Opacity

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

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

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

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

This text has shadow with #344563 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #344563.

Preview

Color preview on black background

This text has color #344563 on black background.


Color preview on white background

This text has color #344563 on white background.


Black color preview on #344563 background

This text has black color on #344563 background.


White color preview on #344563 background

This text has white color on #344563 background.


Related colors

Complementary color

Complementary color for #hex is #CBBA9C.


I love getcolorcode.com

Triadic colors

1 #633445 and #456334 with #344563 are triadic colors.

2 #634534 and #453463 with #344563 are triadic colors.