COLOR #338AEB

HEX: #338AEB
RGB: (51,138,235)

Color info

#338AEB contains mainly blue color. Web safe color of #338AEB is #3399FF (or #39F).

RGB color model

#338AEB color RGB value is (51,138,235).

  • red value is 51;
  • green value is 138;
  • blue value is 235.
RGB:
(51,138,235)
(20%,54%,92%)

RGB channels and saturation

R 51 of 255 = 20%
G 138 of 255 = 54%
B 235 of 255 = 92%

51
138
235

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

Portions of RGB colors in percentages

R + G + B =
51 + 138 + 235 = 424 (100%)
R 51 of 424 ~ 12.03%
G 138 of 424 ~ 32.55%
B 235 of 424 ~ 55.42%

%12.03
%32.55
%55.42

CMYK color model

#338AEB color CMYK value is (78,41,0,8).

  • cyan value is 78.30%
  • magenta value is 41.28%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(78,41,0,8)
C78M41Y0K8 
(78%,41%,0%,8%)
(0.78/0.41/0.00/0.08)	

CMYK percentages

%78.3
%41.28
%0
%7.84

Codes

Color #338AEB in popluar color models

338AEB
RGB51138235
HSL212°82.14%56.08%
HSB/HSV212°78.30%92.16%
CMYK78.30%41.28%0.00%
7.84%

Color #338AEB in popluar number systems.

HEX338AEB
Decimal51138235
Binary1100111000101011101011
Octal63212353

Shades and tints

Shades of #338AEB

#338AEB
(51,138,235)
#2F7ED6
(47,126,214)
#2B72C1
(43,114,193)
#2766AC
(39,102,172)
#235A97
(35,90,151)
#1F4E82
(31,78,130)
#1B426D
(27,66,109)
#173658
(23,54,88)
#132A43
(19,42,67)
#0F1E2E
(15,30,46)
#0B1219
(11,18,25)
#000000
(0,0,0)

Tints of #338AEB

#338AEB
(51,138,235)
#4594EC
(69,148,236)
#579EED
(87,158,237)
#69A8EE
(105,168,238)
#7BB2EF
(123,178,239)
#8DBCF0
(141,188,240)
#9FC6F1
(159,198,241)
#B1D0F2
(177,208,242)
#C3DAF3
(195,218,243)
#D5E4F4
(213,228,244)
#E7EEF5
(231,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #338AEB color. Also use rgb(51,138,235) instead hex code.

Text Font Color

.myTextColor { color: #338AEB; }

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

This text font color is #338AEB.


Background Color

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

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

This div background color is #338AEB.


Border color

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

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

This div border color is #338AEB.


Opacity

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

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

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

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

This text has shadow with #338AEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #338AEB on black background.


Color preview on white background

This text has color #338AEB on white background.



Black color preview on #338AEB background

This text has black color on #338AEB background.


White color preview on #338AEB background

This text has white color on #338AEB background.