COLOR #308EC1

HEX: #308EC1
RGB: (48,142,193)

Color info

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

RGB color model

#308EC1 color RGB value is (48,142,193).

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

RGB channels and saturation

R 48 of 255 = 19%
G 142 of 255 = 56%
B 193 of 255 = 76%

48
142
193

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

Portions of RGB colors in percentages

R + G + B =
48 + 142 + 193 = 383 (100%)
R 48 of 383 ~ 12.53%
G 142 of 383 ~ 37.08%
B 193 of 383 ~ 50.39%

%12.53
%37.08
%50.39

CMYK color model

#308EC1 color CMYK value is (75,26,0,24).

  • cyan value is 75.13%
  • magenta value is 26.42%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(75,26,0,24)
C75M26Y0K24 
(75%,26%,0%,24%)
(0.75/0.26/0.00/0.24)	

CMYK percentages

%75.13
%26.42
%0
%24.31

Codes

Color #308EC1 in popluar color models

308EC1
RGB48142193
HSL201°60.17%47.25%
HSB/HSV201°75.13%75.69%
CMYK75.13%26.42%0.00%
24.31%

Color #308EC1 in popluar number systems.

HEX308EC1
Decimal48142193
Binary1100001000111011000001
Octal60216301

Shades and tints

Shades of #308EC1

#308EC1
(48,142,193)
#2C82B0
(44,130,176)
#28769F
(40,118,159)
#246A8E
(36,106,142)
#205E7D
(32,94,125)
#1C526C
(28,82,108)
#18465B
(24,70,91)
#143A4A
(20,58,74)
#102E39
(16,46,57)
#0C2228
(12,34,40)
#081617
(8,22,23)
#000000
(0,0,0)

Tints of #308EC1

#308EC1
(48,142,193)
#4298C6
(66,152,198)
#54A2CB
(84,162,203)
#66ACD0
(102,172,208)
#78B6D5
(120,182,213)
#8AC0DA
(138,192,218)
#9CCADF
(156,202,223)
#AED4E4
(174,212,228)
#C0DEE9
(192,222,233)
#D2E8EE
(210,232,238)
#E4F2F3
(228,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #308EC1; }

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

This text font color is #308EC1.


Background Color

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

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

This div background color is #308EC1.


Border color

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

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

This div border color is #308EC1.


Opacity

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

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

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

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

This text has shadow with #308EC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #308EC1 on black background.


Color preview on white background

This text has color #308EC1 on white background.



Black color preview on #308EC1 background

This text has black color on #308EC1 background.


White color preview on #308EC1 background

This text has white color on #308EC1 background.