COLOR #23498F

HEX: #23498F RGB: (35,73,143)

Color info

#23498F contains mainly blue color. Web safe color of #23498F is #333399 (or #339).

RGB color model

#23498F color RGB value is (35,73,143).

RGB: (35,73,143) (14%, 29%, 56%)

RGB channels and saturation

R 35 of 255 = 14%
G 73 of 255 = 29%
B 143 of 255 = 56%

35
73
143

R + G + B ~ 33%. #23498F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 73 + 143 = 251 (100%)
R 35 of 251 ~ 13.94%
G 73 of 251 ~ 29.08%
B 143 of 251 ~ 56.97'%

%13.94
%29.08
%56.97

CMYK color model

#23498F color CMYK value is (76,49,0,44).

  • cyan value is 75.52%
  • magenta value is 48.95%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (76,49,0,44)
C76M49Y0K44 (76%, 49%, 0%, 44%)
(0.76 / 0.49 / 0.00 / 0.44)

CMYK percentages

%75.52
%48.95
%0
%43.92

Codes

Color #23498F in popluar color models

23 49 8F
RGB 35 73 143
HSL 219° 60.67% 34.90%
HSB/HSV 219° 75.52% 56.08%
CMYK 75.52% 48.95% 0.00%
43.92%

Color #23498F in popluar number systems.

HEX 23 49 8F
Decimal 35 73 143
Binary 100011 1001001 10001111
Octal 43 111 217

Shades and tints

Shades of #23498F

#23498F
(35,73,143)
#204382
(32,67,130)
#1D3D75
(29,61,117)
#1A3768
(26,55,104)
#17315B
(23,49,91)
#142B4E
(20,43,78)
#112541
(17,37,65)
#0E1F34
(14,31,52)
#0B1927
(11,25,39)
#08131A
(8,19,26)
#050D0D
(5,13,13)
#000000
(0,0,0)

Tints of #23498F

#23498F
(35,73,143)
#375999
(55,89,153)
#4B69A3
(75,105,163)
#5F79AD
(95,121,173)
#7389B7
(115,137,183)
#8799C1
(135,153,193)
#9BA9CB
(155,169,203)
#AFB9D5
(175,185,213)
#C3C9DF
(195,201,223)
#D7D9E9
(215,217,233)
#EBE9F3
(235,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #23498F color. Also use rgb(35,73,143) instead hex code.

Text Font Color

.myTextColor { color: #23498F; }

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

This text font color is #23498F.

Background Color

.myBgColor { background-color: #23498F; }

<div style="background-color:#23498F">Inner text</div>

This div background color is #23498F.

Border color

.myBorderColor { border: 1px solid #23498F; }

<div style="border:3px solid #23498F">Div</div>

This div border color is #23498F.

Opacity

.myOpacity80 { color: #23498F; opacity: 0.8; }

<p style="color:#23498F;opacity:0.8;">80%</p>

Text with #23498F 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 #23498F;}

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

This text has shadow with #23498F color.


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

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

This text has shadow with #23498F primary color and red secondary color.


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

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

This text has shadow with #23498F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #23498F.

Preview

Color preview on black background

This text has color #23498F on black background.


Color preview on white background

This text has color #23498F on white background.


Black color preview on #23498F background

This text has black color on #23498F background.


White color preview on #23498F background

This text has white color on #23498F background.


Related colors

Complementary color

Complementary color for #hex is #DCB670.


I love getcolorcode.com

Triadic colors

1 #8F2349 and #498F23 with #23498F are triadic colors.

2 #8F4923 and #49238F with #23498F are triadic colors.