COLOR #3057D8

HEX: #3057D8
RGB: (48,87,216)

Color info

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

RGB color model

#3057D8 color RGB value is (48,87,216).

  • red value is 48;
  • green value is 87;
  • blue value is 216.
RGB:
(48,87,216)
(19%,34%,85%)

RGB channels and saturation

R 48 of 255 = 19%
G 87 of 255 = 34%
B 216 of 255 = 85%

48
87
216

R + G + B ~ 46%. #3057D8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
48 + 87 + 216 = 351 (100%)
R 48 of 351 ~ 13.68%
G 87 of 351 ~ 24.79%
B 216 of 351 ~ 61.54%

%13.68
%24.79
%61.54

CMYK color model

#3057D8 color CMYK value is (78,60,0,15).

  • cyan value is 77.78%
  • magenta value is 59.72%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(78,60,0,15)
C78M60Y0K15 
(78%,60%,0%,15%)
(0.78/0.60/0.00/0.15)	

CMYK percentages

%77.78
%59.72
%0
%15.29

Codes

Color #3057D8 in popluar color models

3057D8
RGB4887216
HSL226°68.29%51.76%
HSB/HSV226°77.78%84.71%
CMYK77.78%59.72%0.00%
15.29%

Color #3057D8 in popluar number systems.

HEX3057D8
Decimal4887216
Binary110000101011111011000
Octal60127330

Shades and tints

Shades of #3057D8

#3057D8
(48,87,216)
#2C50C5
(44,80,197)
#2849B2
(40,73,178)
#24429F
(36,66,159)
#203B8C
(32,59,140)
#1C3479
(28,52,121)
#182D66
(24,45,102)
#142653
(20,38,83)
#101F40
(16,31,64)
#0C182D
(12,24,45)
#08111A
(8,17,26)
#000000
(0,0,0)

Tints of #3057D8

#3057D8
(48,87,216)
#4266DB
(66,102,219)
#5475DE
(84,117,222)
#6684E1
(102,132,225)
#7893E4
(120,147,228)
#8AA2E7
(138,162,231)
#9CB1EA
(156,177,234)
#AEC0ED
(174,192,237)
#C0CFF0
(192,207,240)
#D2DEF3
(210,222,243)
#E4EDF6
(228,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3057D8 color. Also use rgb(48,87,216) instead hex code.

Text Font Color

.myTextColor { color: #3057D8; }

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

This text font color is #3057D8.


Background Color

.myBgColor { background-color: #3057D8; }

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

This div background color is #3057D8.


Border color

.myBorderColor { border: 1px solid #3057D8; }

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

This div border color is #3057D8.


Opacity

.myOpacity80 { color: #3057D8; opacity: 0.8; }

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

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

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

This text has shadow with #3057D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3057D8 on black background.


Color preview on white background

This text has color #3057D8 on white background.



Black color preview on #3057D8 background

This text has black color on #3057D8 background.


White color preview on #3057D8 background

This text has white color on #3057D8 background.