COLOR #344199

HEX: #344199
RGB: (52,65,153)

Color info

#344199 contains mainly blue color. Web safe color of #344199 is #333399 (or #339).

RGB color model

#344199 color RGB value is (52,65,153).

  • red value is 52;
  • green value is 65;
  • blue value is 153.
RGB:
(52,65,153)
(20%,25%,60%)

RGB channels and saturation

R 52 of 255 = 20%
G 65 of 255 = 25%
B 153 of 255 = 60%

52
65
153

R + G + B ~ 35%. #344199 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 65 + 153 = 270 (100%)
R 52 of 270 ~ 19.26%
G 65 of 270 ~ 24.07%
B 153 of 270 ~ 56.67%

%19.26
%24.07
%56.67

CMYK color model

#344199 color CMYK value is (66,58,0,40).

  • cyan value is 66.01%
  • magenta value is 57.52%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(66,58,0,40)
C66M58Y0K40 
(66%,58%,0%,40%)
(0.66/0.58/0.00/0.40)	

CMYK percentages

%66.01
%57.52
%0
%40

Codes

Color #344199 in popluar color models

344199
RGB5265153
HSL232°49.27%40.20%
HSB/HSV232°66.01%60.00%
CMYK66.01%57.52%0.00%
40.00%

Color #344199 in popluar number systems.

HEX344199
Decimal5265153
Binary110100100000110011001
Octal64101231

Shades and tints

Shades of #344199

#344199
(52,65,153)
#303C8C
(48,60,140)
#2C377F
(44,55,127)
#283272
(40,50,114)
#242D65
(36,45,101)
#202858
(32,40,88)
#1C234B
(28,35,75)
#181E3E
(24,30,62)
#141931
(20,25,49)
#101424
(16,20,36)
#0C0F17
(12,15,23)
#000000
(0,0,0)

Tints of #344199

#344199
(52,65,153)
#4652A2
(70,82,162)
#5863AB
(88,99,171)
#6A74B4
(106,116,180)
#7C85BD
(124,133,189)
#8E96C6
(142,150,198)
#A0A7CF
(160,167,207)
#B2B8D8
(178,184,216)
#C4C9E1
(196,201,225)
#D6DAEA
(214,218,234)
#E8EBF3
(232,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344199 color. Also use rgb(52,65,153) instead hex code.

Text Font Color

.myTextColor { color: #344199; }

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

This text font color is #344199.


Background Color

.myBgColor { background-color: #344199; }

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

This div background color is #344199.


Border color

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

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

This div border color is #344199.


Opacity

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

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

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

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

This text has shadow with #344199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #344199 on black background.


Color preview on white background

This text has color #344199 on white background.



Black color preview on #344199 background

This text has black color on #344199 background.


White color preview on #344199 background

This text has white color on #344199 background.