COLOR #3054C5

HEX: #3054C5
RGB: (48,84,197)

Color info

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

RGB color model

#3054C5 color RGB value is (48,84,197).

  • red value is 48;
  • green value is 84;
  • blue value is 197.
RGB:
(48,84,197)
(19%,33%,77%)

RGB channels and saturation

R 48 of 255 = 19%
G 84 of 255 = 33%
B 197 of 255 = 77%

48
84
197

R + G + B ~ 43%. #3054C5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
48 + 84 + 197 = 329 (100%)
R 48 of 329 ~ 14.59%
G 84 of 329 ~ 25.53%
B 197 of 329 ~ 59.88%

%14.59
%25.53
%59.88

CMYK color model

#3054C5 color CMYK value is (76,57,0,23).

  • cyan value is 75.63%
  • magenta value is 57.36%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(76,57,0,23)
C76M57Y0K23 
(76%,57%,0%,23%)
(0.76/0.57/0.00/0.23)	

CMYK percentages

%75.63
%57.36
%0
%22.75

Codes

Color #3054C5 in popluar color models

3054C5
RGB4884197
HSL226°60.82%48.04%
HSB/HSV226°75.63%77.25%
CMYK75.63%57.36%0.00%
22.75%

Color #3054C5 in popluar number systems.

HEX3054C5
Decimal4884197
Binary110000101010011000101
Octal60124305

Shades and tints

Shades of #3054C5

#3054C5
(48,84,197)
#2C4DB4
(44,77,180)
#2846A3
(40,70,163)
#243F92
(36,63,146)
#203881
(32,56,129)
#1C3170
(28,49,112)
#182A5F
(24,42,95)
#14234E
(20,35,78)
#101C3D
(16,28,61)
#0C152C
(12,21,44)
#080E1B
(8,14,27)
#000000
(0,0,0)

Tints of #3054C5

#3054C5
(48,84,197)
#4263CA
(66,99,202)
#5472CF
(84,114,207)
#6681D4
(102,129,212)
#7890D9
(120,144,217)
#8A9FDE
(138,159,222)
#9CAEE3
(156,174,227)
#AEBDE8
(174,189,232)
#C0CCED
(192,204,237)
#D2DBF2
(210,219,242)
#E4EAF7
(228,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3054C5 color. Also use rgb(48,84,197) instead hex code.

Text Font Color

.myTextColor { color: #3054C5; }

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

This text font color is #3054C5.


Background Color

.myBgColor { background-color: #3054C5; }

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

This div background color is #3054C5.


Border color

.myBorderColor { border: 1px solid #3054C5; }

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

This div border color is #3054C5.


Opacity

.myOpacity80 { color: #3054C5; opacity: 0.8; }

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

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

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

This text has shadow with #3054C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3054C5 on black background.


Color preview on white background

This text has color #3054C5 on white background.



Black color preview on #3054C5 background

This text has black color on #3054C5 background.


White color preview on #3054C5 background

This text has white color on #3054C5 background.