COLOR #3080A9

HEX: #3080A9
RGB: (48,128,169)

Color info

#3080A9 contains mainly green and blue colors. Web safe color of #3080A9 is #336699 (or #369).

RGB color model

#3080A9 color RGB value is (48,128,169).

  • red value is 48;
  • green value is 128;
  • blue value is 169.
RGB:
(48,128,169)
(19%,50%,66%)

RGB channels and saturation

R 48 of 255 = 19%
G 128 of 255 = 50%
B 169 of 255 = 66%

48
128
169

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

Portions of RGB colors in percentages

R + G + B =
48 + 128 + 169 = 345 (100%)
R 48 of 345 ~ 13.91%
G 128 of 345 ~ 37.1%
B 169 of 345 ~ 48.99%

%13.91
%37.1
%48.99

CMYK color model

#3080A9 color CMYK value is (72,24,0,34).

  • cyan value is 71.60%
  • magenta value is 24.26%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(72,24,0,34)
C72M24Y0K34 
(72%,24%,0%,34%)
(0.72/0.24/0.00/0.34)	

CMYK percentages

%71.6
%24.26
%0
%33.73

Codes

Color #3080A9 in popluar color models

3080A9
RGB48128169
HSL200°55.76%42.55%
HSB/HSV200°71.60%66.27%
CMYK71.60%24.26%0.00%
33.73%

Color #3080A9 in popluar number systems.

HEX3080A9
Decimal48128169
Binary1100001000000010101001
Octal60200251

Shades and tints

Shades of #3080A9

#3080A9
(48,128,169)
#2C759A
(44,117,154)
#286A8B
(40,106,139)
#245F7C
(36,95,124)
#20546D
(32,84,109)
#1C495E
(28,73,94)
#183E4F
(24,62,79)
#143340
(20,51,64)
#102831
(16,40,49)
#0C1D22
(12,29,34)
#081213
(8,18,19)
#000000
(0,0,0)

Tints of #3080A9

#3080A9
(48,128,169)
#428BB0
(66,139,176)
#5496B7
(84,150,183)
#66A1BE
(102,161,190)
#78ACC5
(120,172,197)
#8AB7CC
(138,183,204)
#9CC2D3
(156,194,211)
#AECDDA
(174,205,218)
#C0D8E1
(192,216,225)
#D2E3E8
(210,227,232)
#E4EEEF
(228,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3080A9 color. Also use rgb(48,128,169) instead hex code.

Text Font Color

.myTextColor { color: #3080A9; }

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

This text font color is #3080A9.


Background Color

.myBgColor { background-color: #3080A9; }

<div style="background-color:#3080A9">Inner text</div>

This div background color is #3080A9.


Border color

.myBorderColor { border: 1px solid #3080A9; }

<div style="border:3px solid #3080A9">Div</div>

This div border color is #3080A9.


Opacity

.myOpacity80 { color: #3080A9; opacity: 0.8; }

<p style="color:#3080A9;opacity:0.8;">80%</p>

Text with #3080A9 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 #3080A9;}

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

This text has shadow with #3080A9 color.

.textShadow {text-shadow: 3px 3px 1px #3080A9, 3px 3px 1px red;}

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

This text has shadow with #3080A9 primary color and red secondary color.


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

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

This text has shadow with #3080A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3080A9 on black background.


Color preview on white background

This text has color #3080A9 on white background.



Black color preview on #3080A9 background

This text has black color on #3080A9 background.


White color preview on #3080A9 background

This text has white color on #3080A9 background.