COLOR #3053D1

HEX: #3053D1 RGB: (48,83,209)

Color info

#3053D1 contains mainly blue color. Web safe color of #3053D1 is #3366CC (or #36C).

RGB color model

#3053D1 color RGB value is (48,83,209).

RGB: (48,83,209) (19%, 33%, 82%)

RGB channels and saturation

R 48 of 255 = 19%
G 83 of 255 = 33%
B 209 of 255 = 82%

48
83
209

R + G + B ~ 45%. #3053D1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 48 + 83 + 209 = 340 (100%)
R 48 of 340 ~ 14.12%
G 83 of 340 ~ 24.41%
B 209 of 340 ~ 61.47'%

%14.12
%24.41
%61.47

CMYK color model

#3053D1 color CMYK value is (77,60,0,18).

  • cyan value is 77.03%
  • magenta value is 60.29%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (77,60,0,18)
C77M60Y0K18 (77%, 60%, 0%, 18%)
(0.77 / 0.60 / 0.00 / 0.18)

CMYK percentages

%77.03
%60.29
%0
%18.04

Codes

Color #3053D1 in popluar color models

30 53 D1
RGB 48 83 209
HSL 227° 63.64% 50.39%
HSB/HSV 227° 77.03% 81.96%
CMYK 77.03% 60.29% 0.00%
18.04%

Color #3053D1 in popluar number systems.

HEX 30 53 D1
Decimal 48 83 209
Binary 110000 1010011 11010001
Octal 60 123 321

Shades and tints

Shades of #3053D1

#3053D1
(48,83,209)
#2C4CBE
(44,76,190)
#2845AB
(40,69,171)
#243E98
(36,62,152)
#203785
(32,55,133)
#1C3072
(28,48,114)
#18295F
(24,41,95)
#14224C
(20,34,76)
#101B39
(16,27,57)
#0C1426
(12,20,38)
#080D13
(8,13,19)
#000000
(0,0,0)

Tints of #3053D1

#3053D1
(48,83,209)
#4262D5
(66,98,213)
#5471D9
(84,113,217)
#6680DD
(102,128,221)
#788FE1
(120,143,225)
#8A9EE5
(138,158,229)
#9CADE9
(156,173,233)
#AEBCED
(174,188,237)
#C0CBF1
(192,203,241)
#D2DAF5
(210,218,245)
#E4E9F9
(228,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3053D1 color. Also use rgb(48,83,209) instead hex code.

Text Font Color

.myTextColor { color: #3053D1; }

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

This text font color is #3053D1.

Background Color

.myBgColor { background-color: #3053D1; }

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

This div background color is #3053D1.

Border color

.myBorderColor { border: 1px solid #3053D1; }

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

This div border color is #3053D1.

Opacity

.myOpacity80 { color: #3053D1; opacity: 0.8; }

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

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

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

This text has shadow with #3053D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3053D1.

Preview

Color preview on black background

This text has color #3053D1 on black background.


Color preview on white background

This text has color #3053D1 on white background.


Black color preview on #3053D1 background

This text has black color on #3053D1 background.


White color preview on #3053D1 background

This text has white color on #3053D1 background.


Related colors

Complementary color

Complementary color for #hex is #CFAC2E.


I love getcolorcode.com

Triadic colors

1 #D13053 and #53D130 with #3053D1 are triadic colors.

2 #D15330 and #5330D1 with #3053D1 are triadic colors.