COLOR #3029B0

HEX: #3029B0
RGB: (48,41,176)

Color info

#3029B0 contains mainly blue color. Web safe color of #3029B0 is #333399 (or #339).

RGB color model

#3029B0 color RGB value is (48,41,176).

  • red value is 48;
  • green value is 41;
  • blue value is 176.
RGB:
(48,41,176)
(19%,16%,69%)

RGB channels and saturation

R 48 of 255 = 19%
G 41 of 255 = 16%
B 176 of 255 = 69%

48
41
176

R + G + B ~ 35%. #3029B0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 41 + 176 = 265 (100%)
R 48 of 265 ~ 18.11%
G 41 of 265 ~ 15.47%
B 176 of 265 ~ 66.42%

%18.11
%15.47
%66.42

CMYK color model

#3029B0 color CMYK value is (73,77,0,31).

  • cyan value is 72.73%
  • magenta value is 76.70%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(73,77,0,31)
C73M77Y0K31 
(73%,77%,0%,31%)
(0.73/0.77/0.00/0.31)	

CMYK percentages

%72.73
%76.7
%0
%30.98

Codes

Color #3029B0 in popluar color models

3029B0
RGB4841176
HSL243°62.21%42.55%
HSB/HSV243°76.70%69.02%
CMYK72.73%76.70%0.00%
30.98%

Color #3029B0 in popluar number systems.

HEX3029B0
Decimal4841176
Binary11000010100110110000
Octal6051260

Shades and tints

Shades of #3029B0

#3029B0
(48,41,176)
#2C26A0
(44,38,160)
#282390
(40,35,144)
#242080
(36,32,128)
#201D70
(32,29,112)
#1C1A60
(28,26,96)
#181750
(24,23,80)
#141440
(20,20,64)
#101130
(16,17,48)
#0C0E20
(12,14,32)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #3029B0

#3029B0
(48,41,176)
#423CB7
(66,60,183)
#544FBE
(84,79,190)
#6662C5
(102,98,197)
#7875CC
(120,117,204)
#8A88D3
(138,136,211)
#9C9BDA
(156,155,218)
#AEAEE1
(174,174,225)
#C0C1E8
(192,193,232)
#D2D4EF
(210,212,239)
#E4E7F6
(228,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3029B0 color. Also use rgb(48,41,176) instead hex code.

Text Font Color

.myTextColor { color: #3029B0; }

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

This text font color is #3029B0.


Background Color

.myBgColor { background-color: #3029B0; }

<div style="background-color:#3029B0">Inner text</div>

This div background color is #3029B0.


Border color

.myBorderColor { border: 1px solid #3029B0; }

<div style="border:3px solid #3029B0">Div</div>

This div border color is #3029B0.


Opacity

.myOpacity80 { color: #3029B0; opacity: 0.8; }

<p style="color:#3029B0;opacity:0.8;">80%</p>

Text with #3029B0 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 #3029B0;}

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

This text has shadow with #3029B0 color.

.textShadow {text-shadow: 3px 3px 1px #3029B0, 3px 3px 1px red;}

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

This text has shadow with #3029B0 primary color and red secondary color.


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

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

This text has shadow with #3029B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3029B0 on black background.


Color preview on white background

This text has color #3029B0 on white background.



Black color preview on #3029B0 background

This text has black color on #3029B0 background.


White color preview on #3029B0 background

This text has white color on #3029B0 background.