COLOR #343C62

HEX: #343C62
RGB: (52,60,98)

Color info

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

RGB color model

#343C62 color RGB value is (52,60,98).

  • red value is 52;
  • green value is 60;
  • blue value is 98.
RGB:
(52,60,98)
(20%,24%,38%)

RGB channels and saturation

R 52 of 255 = 20%
G 60 of 255 = 24%
B 98 of 255 = 38%

52
60
98

R + G + B ~ 27%. #343C62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 60 + 98 = 210 (100%)
R 52 of 210 ~ 24.76%
G 60 of 210 ~ 28.57%
B 98 of 210 ~ 46.67%

%24.76
%28.57
%46.67

CMYK color model

#343C62 color CMYK value is (47,39,0,62).

  • cyan value is 46.94%
  • magenta value is 38.78%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(47,39,0,62)
C47M39Y0K62 
(47%,39%,0%,62%)
(0.47/0.39/0.00/0.62)	

CMYK percentages

%46.94
%38.78
%0
%61.57

Codes

Color #343C62 in popluar color models

343C62
RGB526098
HSL230°30.67%29.41%
HSB/HSV230°46.94%38.43%
CMYK46.94%38.78%0.00%
61.57%

Color #343C62 in popluar number systems.

HEX343C62
Decimal526098
Binary1101001111001100010
Octal6474142

Shades and tints

Shades of #343C62

#343C62
(52,60,98)
#30375A
(48,55,90)
#2C3252
(44,50,82)
#282D4A
(40,45,74)
#242842
(36,40,66)
#20233A
(32,35,58)
#1C1E32
(28,30,50)
#18192A
(24,25,42)
#141422
(20,20,34)
#100F1A
(16,15,26)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #343C62

#343C62
(52,60,98)
#464D70
(70,77,112)
#585E7E
(88,94,126)
#6A6F8C
(106,111,140)
#7C809A
(124,128,154)
#8E91A8
(142,145,168)
#A0A2B6
(160,162,182)
#B2B3C4
(178,179,196)
#C4C4D2
(196,196,210)
#D6D5E0
(214,213,224)
#E8E6EE
(232,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343C62; }

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

This text font color is #343C62.


Background Color

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

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

This div background color is #343C62.


Border color

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

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

This div border color is #343C62.


Opacity

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

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

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

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

This text has shadow with #343C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343C62 on black background.


Color preview on white background

This text has color #343C62 on white background.



Black color preview on #343C62 background

This text has black color on #343C62 background.


White color preview on #343C62 background

This text has white color on #343C62 background.