COLOR #438EB5

HEX: #438EB5
RGB: (67,142,181)

Color info

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

RGB color model

#438EB5 color RGB value is (67,142,181).

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

RGB channels and saturation

R 67 of 255 = 26%
G 142 of 255 = 56%
B 181 of 255 = 71%

67
142
181

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

Portions of RGB colors in percentages

R + G + B =
67 + 142 + 181 = 390 (100%)
R 67 of 390 ~ 17.18%
G 142 of 390 ~ 36.41%
B 181 of 390 ~ 46.41%

%17.18
%36.41
%46.41

CMYK color model

#438EB5 color CMYK value is (63,22,0,29).

  • cyan value is 62.98%
  • magenta value is 21.55%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(63,22,0,29)
C63M22Y0K29 
(63%,22%,0%,29%)
(0.63/0.22/0.00/0.29)	

CMYK percentages

%62.98
%21.55
%0
%29.02

Codes

Color #438EB5 in popluar color models

438EB5
RGB67142181
HSL201°45.97%48.63%
HSB/HSV201°62.98%70.98%
CMYK62.98%21.55%0.00%
29.02%

Color #438EB5 in popluar number systems.

HEX438EB5
Decimal67142181
Binary10000111000111010110101
Octal103216265

Shades and tints

Shades of #438EB5

#438EB5
(67,142,181)
#3D82A5
(61,130,165)
#377695
(55,118,149)
#316A85
(49,106,133)
#2B5E75
(43,94,117)
#255265
(37,82,101)
#1F4655
(31,70,85)
#193A45
(25,58,69)
#132E35
(19,46,53)
#0D2225
(13,34,37)
#071615
(7,22,21)
#000000
(0,0,0)

Tints of #438EB5

#438EB5
(67,142,181)
#5498BB
(84,152,187)
#65A2C1
(101,162,193)
#76ACC7
(118,172,199)
#87B6CD
(135,182,205)
#98C0D3
(152,192,211)
#A9CAD9
(169,202,217)
#BAD4DF
(186,212,223)
#CBDEE5
(203,222,229)
#DCE8EB
(220,232,235)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #438EB5; }

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

This text font color is #438EB5.


Background Color

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

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

This div background color is #438EB5.


Border color

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

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

This div border color is #438EB5.


Opacity

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

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

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

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

This text has shadow with #438EB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438EB5 on black background.


Color preview on white background

This text has color #438EB5 on white background.



Black color preview on #438EB5 background

This text has black color on #438EB5 background.


White color preview on #438EB5 background

This text has white color on #438EB5 background.