COLOR #438DB1

HEX: #438DB1
RGB: (67,141,177)

Color info

#438DB1 contains mainly green and blue colors. Web safe color of #438DB1 is #339999 (or #399).

RGB color model

#438DB1 color RGB value is (67,141,177).

  • red value is 67;
  • green value is 141;
  • blue value is 177.
RGB:
(67,141,177)
(26%,55%,69%)

RGB channels and saturation

R 67 of 255 = 26%
G 141 of 255 = 55%
B 177 of 255 = 69%

67
141
177

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

Portions of RGB colors in percentages

R + G + B =
67 + 141 + 177 = 385 (100%)
R 67 of 385 ~ 17.4%
G 141 of 385 ~ 36.62%
B 177 of 385 ~ 45.97%

%17.4
%36.62
%45.97

CMYK color model

#438DB1 color CMYK value is (62,20,0,31).

  • cyan value is 62.15%
  • magenta value is 20.34%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(62,20,0,31)
C62M20Y0K31 
(62%,20%,0%,31%)
(0.62/0.20/0.00/0.31)	

CMYK percentages

%62.15
%20.34
%0
%30.59

Codes

Color #438DB1 in popluar color models

438DB1
RGB67141177
HSL200°45.08%47.84%
HSB/HSV200°62.15%69.41%
CMYK62.15%20.34%0.00%
30.59%

Color #438DB1 in popluar number systems.

HEX438DB1
Decimal67141177
Binary10000111000110110110001
Octal103215261

Shades and tints

Shades of #438DB1

#438DB1
(67,141,177)
#3D81A1
(61,129,161)
#377591
(55,117,145)
#316981
(49,105,129)
#2B5D71
(43,93,113)
#255161
(37,81,97)
#1F4551
(31,69,81)
#193941
(25,57,65)
#132D31
(19,45,49)
#0D2121
(13,33,33)
#071511
(7,21,17)
#000000
(0,0,0)

Tints of #438DB1

#438DB1
(67,141,177)
#5497B8
(84,151,184)
#65A1BF
(101,161,191)
#76ABC6
(118,171,198)
#87B5CD
(135,181,205)
#98BFD4
(152,191,212)
#A9C9DB
(169,201,219)
#BAD3E2
(186,211,226)
#CBDDE9
(203,221,233)
#DCE7F0
(220,231,240)
#EDF1F7
(237,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #438DB1 color. Also use rgb(67,141,177) instead hex code.

Text Font Color

.myTextColor { color: #438DB1; }

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

This text font color is #438DB1.


Background Color

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

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

This div background color is #438DB1.


Border color

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

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

This div border color is #438DB1.


Opacity

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

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

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

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

This text has shadow with #438DB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #438DB1 on black background.


Color preview on white background

This text has color #438DB1 on white background.



Black color preview on #438DB1 background

This text has black color on #438DB1 background.


White color preview on #438DB1 background

This text has white color on #438DB1 background.