COLOR #23638B

HEX: #23638B RGB: (35,99,139)

Color info

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

RGB color model

#23638B color RGB value is (35,99,139).

RGB: (35,99,139) (14%, 39%, 55%)

RGB channels and saturation

R 35 of 255 = 14%
G 99 of 255 = 39%
B 139 of 255 = 55%

35
99
139

R + G + B ~ 36%. #23638B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 99 + 139 = 273 (100%)
R 35 of 273 ~ 12.82%
G 99 of 273 ~ 36.26%
B 139 of 273 ~ 50.92'%

%12.82
%36.26
%50.92

CMYK color model

#23638B color CMYK value is (75,29,0,45).

  • cyan value is 74.82%
  • magenta value is 28.78%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (75,29,0,45)
C75M29Y0K45 (75%, 29%, 0%, 45%)
(0.75 / 0.29 / 0.00 / 0.45)

CMYK percentages

%74.82
%28.78
%0
%45.49

Codes

Color #23638B in popluar color models

23 63 8B
RGB 35 99 139
HSL 203° 59.77% 34.12%
HSB/HSV 203° 74.82% 54.51%
CMYK 74.82% 28.78% 0.00%
45.49%

Color #23638B in popluar number systems.

HEX 23 63 8B
Decimal 35 99 139
Binary 100011 1100011 10001011
Octal 43 143 213

Shades and tints

Shades of #23638B

#23638B
(35,99,139)
#205A7F
(32,90,127)
#1D5173
(29,81,115)
#1A4867
(26,72,103)
#173F5B
(23,63,91)
#14364F
(20,54,79)
#112D43
(17,45,67)
#0E2437
(14,36,55)
#0B1B2B
(11,27,43)
#08121F
(8,18,31)
#050913
(5,9,19)
#000000
(0,0,0)

Tints of #23638B

#23638B
(35,99,139)
#377195
(55,113,149)
#4B7F9F
(75,127,159)
#5F8DA9
(95,141,169)
#739BB3
(115,155,179)
#87A9BD
(135,169,189)
#9BB7C7
(155,183,199)
#AFC5D1
(175,197,209)
#C3D3DB
(195,211,219)
#D7E1E5
(215,225,229)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #23638B color. Also use rgb(35,99,139) instead hex code.

Text Font Color

.myTextColor { color: #23638B; }

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

This text font color is #23638B.

Background Color

.myBgColor { background-color: #23638B; }

<div style="background-color:#23638B">Inner text</div>

This div background color is #23638B.

Border color

.myBorderColor { border: 1px solid #23638B; }

<div style="border:3px solid #23638B">Div</div>

This div border color is #23638B.

Opacity

.myOpacity80 { color: #23638B; opacity: 0.8; }

<p style="color:#23638B;opacity:0.8;">80%</p>

Text with #23638B 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 #23638B;}

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

This text has shadow with #23638B color.


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

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

This text has shadow with #23638B primary color and red secondary color.


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

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

This text has shadow with #23638B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #23638B.

Preview

Color preview on black background

This text has color #23638B on black background.


Color preview on white background

This text has color #23638B on white background.


Black color preview on #23638B background

This text has black color on #23638B background.


White color preview on #23638B background

This text has white color on #23638B background.


Related colors

Complementary color

Complementary color for #hex is #DC9C74.


I love getcolorcode.com

Triadic colors

1 #8B2363 and #638B23 with #23638B are triadic colors.

2 #8B6323 and #63238B with #23638B are triadic colors.