COLOR #308EB5

HEX: #308EB5
RGB: (48,142,181)

Color info

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

RGB color model

#308EB5 color RGB value is (48,142,181).

  • red value is 48;
  • green value is 142;
  • blue value is 181.
RGB:
(48,142,181)
(19%,56%,71%)

RGB channels and saturation

R 48 of 255 = 19%
G 142 of 255 = 56%
B 181 of 255 = 71%

48
142
181

R + G + B ~ 49%. #308EB5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
48 + 142 + 181 = 371 (100%)
R 48 of 371 ~ 12.94%
G 142 of 371 ~ 38.27%
B 181 of 371 ~ 48.79%

%12.94
%38.27
%48.79

CMYK color model

#308EB5 color CMYK value is (73,22,0,29).

  • cyan value is 73.48%
  • magenta value is 21.55%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(73,22,0,29)
C73M22Y0K29 
(73%,22%,0%,29%)
(0.73/0.22/0.00/0.29)	

CMYK percentages

%73.48
%21.55
%0
%29.02

Codes

Color #308EB5 in popluar color models

308EB5
RGB48142181
HSL198°58.08%44.90%
HSB/HSV198°73.48%70.98%
CMYK73.48%21.55%0.00%
29.02%

Color #308EB5 in popluar number systems.

HEX308EB5
Decimal48142181
Binary1100001000111010110101
Octal60216265

Shades and tints

Shades of #308EB5

#308EB5
(48,142,181)
#2C82A5
(44,130,165)
#287695
(40,118,149)
#246A85
(36,106,133)
#205E75
(32,94,117)
#1C5265
(28,82,101)
#184655
(24,70,85)
#143A45
(20,58,69)
#102E35
(16,46,53)
#0C2225
(12,34,37)
#081615
(8,22,21)
#000000
(0,0,0)

Tints of #308EB5

#308EB5
(48,142,181)
#4298BB
(66,152,187)
#54A2C1
(84,162,193)
#66ACC7
(102,172,199)
#78B6CD
(120,182,205)
#8AC0D3
(138,192,211)
#9CCAD9
(156,202,217)
#AED4DF
(174,212,223)
#C0DEE5
(192,222,229)
#D2E8EB
(210,232,235)
#E4F2F1
(228,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #308EB5 color. Also use rgb(48,142,181) instead hex code.

Text Font Color

.myTextColor { color: #308EB5; }

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

This text font color is #308EB5.


Background Color

.myBgColor { background-color: #308EB5; }

<div style="background-color:#308EB5">Inner text</div>

This div background color is #308EB5.


Border color

.myBorderColor { border: 1px solid #308EB5; }

<div style="border:3px solid #308EB5">Div</div>

This div border color is #308EB5.


Opacity

.myOpacity80 { color: #308EB5; opacity: 0.8; }

<p style="color:#308EB5;opacity:0.8;">80%</p>

Text with #308EB5 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 #308EB5;}

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

This text has shadow with #308EB5 color.

.textShadow {text-shadow: 3px 3px 1px #308EB5, 3px 3px 1px red;}

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

This text has shadow with #308EB5 primary color and red secondary color.


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

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

This text has shadow with #308EB5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #308EB5 on black background.


Color preview on white background

This text has color #308EB5 on white background.



Black color preview on #308EB5 background

This text has black color on #308EB5 background.


White color preview on #308EB5 background

This text has white color on #308EB5 background.