COLOR #309EC9

HEX: #309EC9
RGB: (48,158,201)

Color info

#309EC9 contains mainly green and blue colors. Web safe color of #309EC9 is #3399CC (or #39C).

RGB color model

#309EC9 color RGB value is (48,158,201).

  • red value is 48;
  • green value is 158;
  • blue value is 201.
RGB:
(48,158,201)
(19%,62%,79%)

RGB channels and saturation

R 48 of 255 = 19%
G 158 of 255 = 62%
B 201 of 255 = 79%

48
158
201

R + G + B ~ 53%. #309EC9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
48 + 158 + 201 = 407 (100%)
R 48 of 407 ~ 11.79%
G 158 of 407 ~ 38.82%
B 201 of 407 ~ 49.39%

%11.79
%38.82
%49.39

CMYK color model

#309EC9 color CMYK value is (76,21,0,21).

  • cyan value is 76.12%
  • magenta value is 21.39%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(76,21,0,21)
C76M21Y0K21 
(76%,21%,0%,21%)
(0.76/0.21/0.00/0.21)	

CMYK percentages

%76.12
%21.39
%0
%21.18

Codes

Color #309EC9 in popluar color models

309EC9
RGB48158201
HSL197°61.45%48.82%
HSB/HSV197°76.12%78.82%
CMYK76.12%21.39%0.00%
21.18%

Color #309EC9 in popluar number systems.

HEX309EC9
Decimal48158201
Binary1100001001111011001001
Octal60236311

Shades and tints

Shades of #309EC9

#309EC9
(48,158,201)
#2C90B7
(44,144,183)
#2882A5
(40,130,165)
#247493
(36,116,147)
#206681
(32,102,129)
#1C586F
(28,88,111)
#184A5D
(24,74,93)
#143C4B
(20,60,75)
#102E39
(16,46,57)
#0C2027
(12,32,39)
#081215
(8,18,21)
#000000
(0,0,0)

Tints of #309EC9

#309EC9
(48,158,201)
#42A6CD
(66,166,205)
#54AED1
(84,174,209)
#66B6D5
(102,182,213)
#78BED9
(120,190,217)
#8AC6DD
(138,198,221)
#9CCEE1
(156,206,225)
#AED6E5
(174,214,229)
#C0DEE9
(192,222,233)
#D2E6ED
(210,230,237)
#E4EEF1
(228,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #309EC9 color. Also use rgb(48,158,201) instead hex code.

Text Font Color

.myTextColor { color: #309EC9; }

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

This text font color is #309EC9.


Background Color

.myBgColor { background-color: #309EC9; }

<div style="background-color:#309EC9">Inner text</div>

This div background color is #309EC9.


Border color

.myBorderColor { border: 1px solid #309EC9; }

<div style="border:3px solid #309EC9">Div</div>

This div border color is #309EC9.


Opacity

.myOpacity80 { color: #309EC9; opacity: 0.8; }

<p style="color:#309EC9;opacity:0.8;">80%</p>

Text with #309EC9 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 #309EC9;}

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

This text has shadow with #309EC9 color.

.textShadow {text-shadow: 3px 3px 1px #309EC9, 3px 3px 1px red;}

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

This text has shadow with #309EC9 primary color and red secondary color.


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

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

This text has shadow with #309EC9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #309EC9 on black background.


Color preview on white background

This text has color #309EC9 on white background.



Black color preview on #309EC9 background

This text has black color on #309EC9 background.


White color preview on #309EC9 background

This text has white color on #309EC9 background.