COLOR #23357D

HEX: #23357D
RGB: (35,53,125)

Color info

#23357D contains mainly blue color. Web safe color of #23357D is #333366 (or #336).

RGB color model

#23357D color RGB value is (35,53,125).

  • red value is 35;
  • green value is 53;
  • blue value is 125.
RGB:
(35,53,125)
(14%,21%,49%)

RGB channels and saturation

R 35 of 255 = 14%
G 53 of 255 = 21%
B 125 of 255 = 49%

35
53
125

R + G + B ~ 28%. #23357D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 53 + 125 = 213 (100%)
R 35 of 213 ~ 16.43%
G 53 of 213 ~ 24.88%
B 125 of 213 ~ 58.69%

%16.43
%24.88
%58.69

CMYK color model

#23357D color CMYK value is (72,58,0,51).

  • cyan value is 72.00%
  • magenta value is 57.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(72,58,0,51)
C72M58Y0K51 
(72%,58%,0%,51%)
(0.72/0.58/0.00/0.51)	

CMYK percentages

%72
%57.6
%0
%50.98

Codes

Color #23357D in popluar color models

23357D
RGB3553125
HSL228°56.25%31.37%
HSB/HSV228°72.00%49.02%
CMYK72.00%57.60%0.00%
50.98%

Color #23357D in popluar number systems.

HEX23357D
Decimal3553125
Binary1000111101011111101
Octal4365175

Shades and tints

Shades of #23357D

#23357D
(35,53,125)
#203172
(32,49,114)
#1D2D67
(29,45,103)
#1A295C
(26,41,92)
#172551
(23,37,81)
#142146
(20,33,70)
#111D3B
(17,29,59)
#0E1930
(14,25,48)
#0B1525
(11,21,37)
#08111A
(8,17,26)
#050D0F
(5,13,15)
#000000
(0,0,0)

Tints of #23357D

#23357D
(35,53,125)
#374788
(55,71,136)
#4B5993
(75,89,147)
#5F6B9E
(95,107,158)
#737DA9
(115,125,169)
#878FB4
(135,143,180)
#9BA1BF
(155,161,191)
#AFB3CA
(175,179,202)
#C3C5D5
(195,197,213)
#D7D7E0
(215,215,224)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #23357D color. Also use rgb(35,53,125) instead hex code.

Text Font Color

.myTextColor { color: #23357D; }

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

This text font color is #23357D.


Background Color

.myBgColor { background-color: #23357D; }

<div style="background-color:#23357D">Inner text</div>

This div background color is #23357D.


Border color

.myBorderColor { border: 1px solid #23357D; }

<div style="border:3px solid #23357D">Div</div>

This div border color is #23357D.


Opacity

.myOpacity80 { color: #23357D; opacity: 0.8; }

<p style="color:#23357D;opacity:0.8;">80%</p>

Text with #23357D 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 #23357D;}

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

This text has shadow with #23357D color.

.textShadow {text-shadow: 3px 3px 1px #23357D, 3px 3px 1px red;}

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

This text has shadow with #23357D primary color and red secondary color.


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

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

This text has shadow with #23357D and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #23357D;
-webkit-box-shadow: 1px 1px 3px 2px #23357D;
box-shadow:1px 1px 3px 2px #23357D;">
Div content here</div>
This div box has shadow with color #23357D.

Preview

Color preview on black background

This text has color #23357D on black background.


Color preview on white background

This text has color #23357D on white background.



Black color preview on #23357D background

This text has black color on #23357D background.


White color preview on #23357D background

This text has white color on #23357D background.