COLOR #23498C

HEX: #23498C RGB: (35,73,140)

Color info

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

RGB color model

#23498C color RGB value is (35,73,140).

RGB: (35,73,140) (14%, 29%, 55%)

RGB channels and saturation

R 35 of 255 = 14%
G 73 of 255 = 29%
B 140 of 255 = 55%

35
73
140

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

Portions of RGB colors in percentages

R + G + B = 35 + 73 + 140 = 248 (100%)
R 35 of 248 ~ 14.11%
G 73 of 248 ~ 29.44%
B 140 of 248 ~ 56.45'%

%14.11
%29.44
%56.45

CMYK color model

#23498C color CMYK value is (75,48,0,45).

  • cyan value is 75.00%
  • magenta value is 47.86%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (75,48,0,45)
C75M48Y0K45 (75%, 48%, 0%, 45%)
(0.75 / 0.48 / 0.00 / 0.45)

CMYK percentages

%75
%47.86
%0
%45.1

Codes

Color #23498C in popluar color models

23 49 8C
RGB 35 73 140
HSL 218° 60.00% 34.31%
HSB/HSV 218° 75.00% 54.90%
CMYK 75.00% 47.86% 0.00%
45.10%

Color #23498C in popluar number systems.

HEX 23 49 8C
Decimal 35 73 140
Binary 100011 1001001 10001100
Octal 43 111 214

Shades and tints

Shades of #23498C

#23498C
(35,73,140)
#204380
(32,67,128)
#1D3D74
(29,61,116)
#1A3768
(26,55,104)
#17315C
(23,49,92)
#142B50
(20,43,80)
#112544
(17,37,68)
#0E1F38
(14,31,56)
#0B192C
(11,25,44)
#081320
(8,19,32)
#050D14
(5,13,20)
#000000
(0,0,0)

Tints of #23498C

#23498C
(35,73,140)
#375996
(55,89,150)
#4B69A0
(75,105,160)
#5F79AA
(95,121,170)
#7389B4
(115,137,180)
#8799BE
(135,153,190)
#9BA9C8
(155,169,200)
#AFB9D2
(175,185,210)
#C3C9DC
(195,201,220)
#D7D9E6
(215,217,230)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #23498C; }

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

This text font color is #23498C.

Background Color

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

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

This div background color is #23498C.

Border color

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

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

This div border color is #23498C.

Opacity

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

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

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

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

This text has shadow with #23498C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #23498C.

Preview

Color preview on black background

This text has color #23498C on black background.


Color preview on white background

This text has color #23498C on white background.


Black color preview on #23498C background

This text has black color on #23498C background.


White color preview on #23498C background

This text has white color on #23498C background.


Related colors

Complementary color

Complementary color for #hex is #DCB673.


I love getcolorcode.com

Triadic colors

1 #8C2349 and #498C23 with #23498C are triadic colors.

2 #8C4923 and #49238C with #23498C are triadic colors.