COLOR #338EC3

HEX: #338EC3
RGB: (51,142,195)

Color info

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

RGB color model

#338EC3 color RGB value is (51,142,195).

  • red value is 51;
  • green value is 142;
  • blue value is 195.
RGB:
(51,142,195)
(20%,56%,76%)

RGB channels and saturation

R 51 of 255 = 20%
G 142 of 255 = 56%
B 195 of 255 = 76%

51
142
195

R + G + B ~ 51%. #338EC3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 142 + 195 = 388 (100%)
R 51 of 388 ~ 13.14%
G 142 of 388 ~ 36.6%
B 195 of 388 ~ 50.26%

%13.14
%36.6
%50.26

CMYK color model

#338EC3 color CMYK value is (74,27,0,24).

  • cyan value is 73.85%
  • magenta value is 27.18%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(74,27,0,24)
C74M27Y0K24 
(74%,27%,0%,24%)
(0.74/0.27/0.00/0.24)	

CMYK percentages

%73.85
%27.18
%0
%23.53

Codes

Color #338EC3 in popluar color models

338EC3
RGB51142195
HSL202°58.54%48.24%
HSB/HSV202°73.85%76.47%
CMYK73.85%27.18%0.00%
23.53%

Color #338EC3 in popluar number systems.

HEX338EC3
Decimal51142195
Binary1100111000111011000011
Octal63216303

Shades and tints

Shades of #338EC3

#338EC3
(51,142,195)
#2F82B2
(47,130,178)
#2B76A1
(43,118,161)
#276A90
(39,106,144)
#235E7F
(35,94,127)
#1F526E
(31,82,110)
#1B465D
(27,70,93)
#173A4C
(23,58,76)
#132E3B
(19,46,59)
#0F222A
(15,34,42)
#0B1619
(11,22,25)
#000000
(0,0,0)

Tints of #338EC3

#338EC3
(51,142,195)
#4598C8
(69,152,200)
#57A2CD
(87,162,205)
#69ACD2
(105,172,210)
#7BB6D7
(123,182,215)
#8DC0DC
(141,192,220)
#9FCAE1
(159,202,225)
#B1D4E6
(177,212,230)
#C3DEEB
(195,222,235)
#D5E8F0
(213,232,240)
#E7F2F5
(231,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #338EC3 color. Also use rgb(51,142,195) instead hex code.

Text Font Color

.myTextColor { color: #338EC3; }

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

This text font color is #338EC3.


Background Color

.myBgColor { background-color: #338EC3; }

<div style="background-color:#338EC3">Inner text</div>

This div background color is #338EC3.


Border color

.myBorderColor { border: 1px solid #338EC3; }

<div style="border:3px solid #338EC3">Div</div>

This div border color is #338EC3.


Opacity

.myOpacity80 { color: #338EC3; opacity: 0.8; }

<p style="color:#338EC3;opacity:0.8;">80%</p>

Text with #338EC3 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 #338EC3;}

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

This text has shadow with #338EC3 color.

.textShadow {text-shadow: 3px 3px 1px #338EC3, 3px 3px 1px red;}

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

This text has shadow with #338EC3 primary color and red secondary color.


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

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

This text has shadow with #338EC3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #338EC3 on black background.


Color preview on white background

This text has color #338EC3 on white background.



Black color preview on #338EC3 background

This text has black color on #338EC3 background.


White color preview on #338EC3 background

This text has white color on #338EC3 background.