COLOR #3483DC

HEX: #3483DC
RGB: (52,131,220)

Color info

#3483DC contains mainly blue color. Web safe color of #3483DC is #3399CC (or #39C).

RGB color model

#3483DC color RGB value is (52,131,220).

  • red value is 52;
  • green value is 131;
  • blue value is 220.
RGB:
(52,131,220)
(20%,51%,86%)

RGB channels and saturation

R 52 of 255 = 20%
G 131 of 255 = 51%
B 220 of 255 = 86%

52
131
220

R + G + B ~ 52%. #3483DC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
52 + 131 + 220 = 403 (100%)
R 52 of 403 ~ 12.9%
G 131 of 403 ~ 32.51%
B 220 of 403 ~ 54.59%

%12.9
%32.51
%54.59

CMYK color model

#3483DC color CMYK value is (76,40,0,14).

  • cyan value is 76.36%
  • magenta value is 40.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(76,40,0,14)
C76M40Y0K14 
(76%,40%,0%,14%)
(0.76/0.40/0.00/0.14)	

CMYK percentages

%76.36
%40.45
%0
%13.73

Codes

Color #3483DC in popluar color models

3483DC
RGB52131220
HSL212°70.59%53.33%
HSB/HSV212°76.36%86.27%
CMYK76.36%40.45%0.00%
13.73%

Color #3483DC in popluar number systems.

HEX3483DC
Decimal52131220
Binary1101001000001111011100
Octal64203334

Shades and tints

Shades of #3483DC

#3483DC
(52,131,220)
#3078C8
(48,120,200)
#2C6DB4
(44,109,180)
#2862A0
(40,98,160)
#24578C
(36,87,140)
#204C78
(32,76,120)
#1C4164
(28,65,100)
#183650
(24,54,80)
#142B3C
(20,43,60)
#102028
(16,32,40)
#0C1514
(12,21,20)
#000000
(0,0,0)

Tints of #3483DC

#3483DC
(52,131,220)
#468EDF
(70,142,223)
#5899E2
(88,153,226)
#6AA4E5
(106,164,229)
#7CAFE8
(124,175,232)
#8EBAEB
(142,186,235)
#A0C5EE
(160,197,238)
#B2D0F1
(178,208,241)
#C4DBF4
(196,219,244)
#D6E6F7
(214,230,247)
#E8F1FA
(232,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3483DC color. Also use rgb(52,131,220) instead hex code.

Text Font Color

.myTextColor { color: #3483DC; }

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

This text font color is #3483DC.


Background Color

.myBgColor { background-color: #3483DC; }

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

This div background color is #3483DC.


Border color

.myBorderColor { border: 1px solid #3483DC; }

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

This div border color is #3483DC.


Opacity

.myOpacity80 { color: #3483DC; opacity: 0.8; }

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

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

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

This text has shadow with #3483DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3483DC on black background.


Color preview on white background

This text has color #3483DC on white background.



Black color preview on #3483DC background

This text has black color on #3483DC background.


White color preview on #3483DC background

This text has white color on #3483DC background.