COLOR #343F62

HEX: #343F62 RGB: (52,63,98)

Color info

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

RGB color model

#343F62 color RGB value is (52,63,98).

RGB: (52,63,98) (20%, 25%, 38%)

RGB channels and saturation

R 52 of 255 = 20%
G 63 of 255 = 25%
B 98 of 255 = 38%

52
63
98

R + G + B ~ 28%. #343F62 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 63 + 98 = 213 (100%)
R 52 of 213 ~ 24.41%
G 63 of 213 ~ 29.58%
B 98 of 213 ~ 46.01'%

%24.41
%29.58
%46.01

CMYK color model

#343F62 color CMYK value is (47,36,0,62).

  • cyan value is 46.94%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (47,36,0,62)
C47M36Y0K62 (47%, 36%, 0%, 62%)
(0.47 / 0.36 / 0.00 / 0.62)

CMYK percentages

%46.94
%35.71
%0
%61.57

Codes

Color #343F62 in popluar color models

34 3F 62
RGB 52 63 98
HSL 226° 30.67% 29.41%
HSB/HSV 226° 46.94% 38.43%
CMYK 46.94% 35.71% 0.00%
61.57%

Color #343F62 in popluar number systems.

HEX 34 3F 62
Decimal 52 63 98
Binary 110100 111111 1100010
Octal 64 77 142

Shades and tints

Shades of #343F62

#343F62
(52,63,98)
#303A5A
(48,58,90)
#2C3552
(44,53,82)
#28304A
(40,48,74)
#242B42
(36,43,66)
#20263A
(32,38,58)
#1C2132
(28,33,50)
#181C2A
(24,28,42)
#141722
(20,23,34)
#10121A
(16,18,26)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #343F62

#343F62
(52,63,98)
#465070
(70,80,112)
#58617E
(88,97,126)
#6A728C
(106,114,140)
#7C839A
(124,131,154)
#8E94A8
(142,148,168)
#A0A5B6
(160,165,182)
#B2B6C4
(178,182,196)
#C4C7D2
(196,199,210)
#D6D8E0
(214,216,224)
#E8E9EE
(232,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343F62 color. Also use rgb(52,63,98) instead hex code.

Text Font Color

.myTextColor { color: #343F62; }

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

This text font color is #343F62.

Background Color

.myBgColor { background-color: #343F62; }

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

This div background color is #343F62.

Border color

.myBorderColor { border: 1px solid #343F62; }

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

This div border color is #343F62.

Opacity

.myOpacity80 { color: #343F62; opacity: 0.8; }

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

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

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

This text has shadow with #343F62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #343F62.

Preview

Color preview on black background

This text has color #343F62 on black background.


Color preview on white background

This text has color #343F62 on white background.


Black color preview on #343F62 background

This text has black color on #343F62 background.


White color preview on #343F62 background

This text has white color on #343F62 background.


Related colors

Complementary color

Complementary color for #hex is #CBC09D.


I love getcolorcode.com

Triadic colors

1 #62343F and #3F6234 with #343F62 are triadic colors.

2 #623F34 and #3F3462 with #343F62 are triadic colors.