COLOR #3442B9

HEX: #3442B9
RGB: (52,66,185)

Color info

#3442B9 contains mainly blue color. Web safe color of #3442B9 is #3333CC (or #33C).

RGB color model

#3442B9 color RGB value is (52,66,185).

  • red value is 52;
  • green value is 66;
  • blue value is 185.
RGB:
(52,66,185)
(20%,26%,73%)

RGB channels and saturation

R 52 of 255 = 20%
G 66 of 255 = 26%
B 185 of 255 = 73%

52
66
185

R + G + B ~ 40%. #3442B9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
52 + 66 + 185 = 303 (100%)
R 52 of 303 ~ 17.16%
G 66 of 303 ~ 21.78%
B 185 of 303 ~ 61.06%

%17.16
%21.78
%61.06

CMYK color model

#3442B9 color CMYK value is (72,64,0,27).

  • cyan value is 71.89%
  • magenta value is 64.32%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(72,64,0,27)
C72M64Y0K27 
(72%,64%,0%,27%)
(0.72/0.64/0.00/0.27)	

CMYK percentages

%71.89
%64.32
%0
%27.45

Codes

Color #3442B9 in popluar color models

3442B9
RGB5266185
HSL234°56.12%46.47%
HSB/HSV234°71.89%72.55%
CMYK71.89%64.32%0.00%
27.45%

Color #3442B9 in popluar number systems.

HEX3442B9
Decimal5266185
Binary110100100001010111001
Octal64102271

Shades and tints

Shades of #3442B9

#3442B9
(52,66,185)
#303CA9
(48,60,169)
#2C3699
(44,54,153)
#283089
(40,48,137)
#242A79
(36,42,121)
#202469
(32,36,105)
#1C1E59
(28,30,89)
#181849
(24,24,73)
#141239
(20,18,57)
#100C29
(16,12,41)
#0C0619
(12,6,25)
#000000
(0,0,0)

Tints of #3442B9

#3442B9
(52,66,185)
#4653BF
(70,83,191)
#5864C5
(88,100,197)
#6A75CB
(106,117,203)
#7C86D1
(124,134,209)
#8E97D7
(142,151,215)
#A0A8DD
(160,168,221)
#B2B9E3
(178,185,227)
#C4CAE9
(196,202,233)
#D6DBEF
(214,219,239)
#E8ECF5
(232,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3442B9 color. Also use rgb(52,66,185) instead hex code.

Text Font Color

.myTextColor { color: #3442B9; }

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

This text font color is #3442B9.


Background Color

.myBgColor { background-color: #3442B9; }

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

This div background color is #3442B9.


Border color

.myBorderColor { border: 1px solid #3442B9; }

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

This div border color is #3442B9.


Opacity

.myOpacity80 { color: #3442B9; opacity: 0.8; }

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

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

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

This text has shadow with #3442B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3442B9 on black background.


Color preview on white background

This text has color #3442B9 on white background.



Black color preview on #3442B9 background

This text has black color on #3442B9 background.


White color preview on #3442B9 background

This text has white color on #3442B9 background.