COLOR #38698C

HEX: #38698C RGB: (56,105,140)

Color info

#38698C contains mainly green and blue colors. Web safe color of #38698C is #336699 (or #369).

RGB color model

#38698C color RGB value is (56,105,140).

RGB: (56,105,140) (22%, 41%, 55%)

RGB channels and saturation

R 56 of 255 = 22%
G 105 of 255 = 41%
B 140 of 255 = 55%

56
105
140

R + G + B ~ 39%. #38698C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 105 + 140 = 301 (100%)
R 56 of 301 ~ 18.6%
G 105 of 301 ~ 34.88%
B 140 of 301 ~ 46.51'%

%18.6
%34.88
%46.51

CMYK color model

#38698C color CMYK value is (60,25,0,45).

  • cyan value is 60.00%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (60,25,0,45)
C60M25Y0K45 (60%, 25%, 0%, 45%)
(0.60 / 0.25 / 0.00 / 0.45)

CMYK percentages

%60
%25
%0
%45.1

Codes

Color #38698C in popluar color models

38 69 8C
RGB 56 105 140
HSL 205° 42.86% 38.43%
HSB/HSV 205° 60.00% 54.90%
CMYK 60.00% 25.00% 0.00%
45.10%

Color #38698C in popluar number systems.

HEX 38 69 8C
Decimal 56 105 140
Binary 111000 1101001 10001100
Octal 70 151 214

Shades and tints

Shades of #38698C

#38698C
(56,105,140)
#336080
(51,96,128)
#2E5774
(46,87,116)
#294E68
(41,78,104)
#24455C
(36,69,92)
#1F3C50
(31,60,80)
#1A3344
(26,51,68)
#152A38
(21,42,56)
#10212C
(16,33,44)
#0B1820
(11,24,32)
#060F14
(6,15,20)
#000000
(0,0,0)

Tints of #38698C

#38698C
(56,105,140)
#4A7696
(74,118,150)
#5C83A0
(92,131,160)
#6E90AA
(110,144,170)
#809DB4
(128,157,180)
#92AABE
(146,170,190)
#A4B7C8
(164,183,200)
#B6C4D2
(182,196,210)
#C8D1DC
(200,209,220)
#DADEE6
(218,222,230)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38698C color. Also use rgb(56,105,140) instead hex code.

Text Font Color

.myTextColor { color: #38698C; }

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

This text font color is #38698C.

Background Color

.myBgColor { background-color: #38698C; }

<div style="background-color:#38698C">Inner text</div>

This div background color is #38698C.

Border color

.myBorderColor { border: 1px solid #38698C; }

<div style="border:3px solid #38698C">Div</div>

This div border color is #38698C.

Opacity

.myOpacity80 { color: #38698C; opacity: 0.8; }

<p style="color:#38698C;opacity:0.8;">80%</p>

Text with #38698C 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 #38698C;}

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

This text has shadow with #38698C color.


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

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

This text has shadow with #38698C primary color and red secondary color.


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

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

This text has shadow with #38698C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #38698C.

Preview

Color preview on black background

This text has color #38698C on black background.


Color preview on white background

This text has color #38698C on white background.


Black color preview on #38698C background

This text has black color on #38698C background.


White color preview on #38698C background

This text has white color on #38698C background.


Related colors

Complementary color

Complementary color for #hex is #C79673.


I love getcolorcode.com

Triadic colors

1 #8C3869 and #698C38 with #38698C are triadic colors.

2 #8C6938 and #69388C with #38698C are triadic colors.