COLOR #438DCA

HEX: #438DCA RGB: (67,141,202)

Color info

#438DCA contains mainly blue color. Web safe color of #438DCA is #3399CC (or #39C).

RGB color model

#438DCA color RGB value is (67,141,202).

RGB: (67,141,202) (26%, 55%, 79%)

RGB channels and saturation

R 67 of 255 = 26%
G 141 of 255 = 55%
B 202 of 255 = 79%

67
141
202

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

Portions of RGB colors in percentages

R + G + B = 67 + 141 + 202 = 410 (100%)
R 67 of 410 ~ 16.34%
G 141 of 410 ~ 34.39%
B 202 of 410 ~ 49.27'%

%16.34
%34.39
%49.27

CMYK color model

#438DCA color CMYK value is (67,30,0,21).

  • cyan value is 66.83%
  • magenta value is 30.20%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (67,30,0,21)
C67M30Y0K21 (67%, 30%, 0%, 21%)
(0.67 / 0.30 / 0.00 / 0.21)

CMYK percentages

%66.83
%30.2
%0
%20.78

Codes

Color #438DCA in popluar color models

43 8D CA
RGB 67 141 202
HSL 207° 56.02% 52.75%
HSB/HSV 207° 66.83% 79.22%
CMYK 66.83% 30.20% 0.00%
20.78%

Color #438DCA in popluar number systems.

HEX 43 8D CA
Decimal 67 141 202
Binary 1000011 10001101 11001010
Octal 103 215 312

Shades and tints

Shades of #438DCA

#438DCA
(67,141,202)
#3D81B8
(61,129,184)
#3775A6
(55,117,166)
#316994
(49,105,148)
#2B5D82
(43,93,130)
#255170
(37,81,112)
#1F455E
(31,69,94)
#19394C
(25,57,76)
#132D3A
(19,45,58)
#0D2128
(13,33,40)
#071516
(7,21,22)
#000000
(0,0,0)

Tints of #438DCA

#438DCA
(67,141,202)
#5497CE
(84,151,206)
#65A1D2
(101,161,210)
#76ABD6
(118,171,214)
#87B5DA
(135,181,218)
#98BFDE
(152,191,222)
#A9C9E2
(169,201,226)
#BAD3E6
(186,211,230)
#CBDDEA
(203,221,234)
#DCE7EE
(220,231,238)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #438DCA; }

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

This text font color is #438DCA.

Background Color

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

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

This div background color is #438DCA.

Border color

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

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

This div border color is #438DCA.

Opacity

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

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

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

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

This text has shadow with #438DCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #438DCA.

Preview

Color preview on black background

This text has color #438DCA on black background.


Color preview on white background

This text has color #438DCA on white background.


Black color preview on #438DCA background

This text has black color on #438DCA background.


White color preview on #438DCA background

This text has white color on #438DCA background.


Related colors

Complementary color

Complementary color for #hex is #BC7235.


I love getcolorcode.com

Triadic colors

1 #CA438D and #8DCA43 with #438DCA are triadic colors.

2 #CA8D43 and #8D43CA with #438DCA are triadic colors.