COLOR #232241

HEX: #232241
RGB: (35,34,65)

Color info

#232241 contains red, green and blue colors in about the same proportion. Web safe color of #232241 is #333333 (or #333).

RGB color model

#232241 color RGB value is (35,34,65).

  • red value is 35;
  • green value is 34;
  • blue value is 65.
RGB:
(35,34,65)
(14%,13%,25%)

RGB channels and saturation

R 35 of 255 = 14%
G 34 of 255 = 13%
B 65 of 255 = 25%

35
34
65

R + G + B ~ 17%. #232241 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 34 + 65 = 134 (100%)
R 35 of 134 ~ 26.12%
G 34 of 134 ~ 25.37%
B 65 of 134 ~ 48.51%

%26.12
%25.37
%48.51

CMYK color model

#232241 color CMYK value is (46,48,0,75).

  • cyan value is 46.15%
  • magenta value is 47.69%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(46,48,0,75)
C46M48Y0K75 
(46%,48%,0%,75%)
(0.46/0.48/0.00/0.75)	

CMYK percentages

%46.15
%47.69
%0
%74.51

Codes

Color #232241 in popluar color models

232241
RGB353465
HSL242°31.31%19.41%
HSB/HSV242°47.69%25.49%
CMYK46.15%47.69%0.00%
74.51%

Color #232241 in popluar number systems.

HEX232241
Decimal353465
Binary1000111000101000001
Octal4342101

Shades and tints

Shades of #232241

#232241
(35,34,65)
#201F3C
(32,31,60)
#1D1C37
(29,28,55)
#1A1932
(26,25,50)
#17162D
(23,22,45)
#141328
(20,19,40)
#111023
(17,16,35)
#0E0D1E
(14,13,30)
#0B0A19
(11,10,25)
#080714
(8,7,20)
#05040F
(5,4,15)
#000000
(0,0,0)

Tints of #232241

#232241
(35,34,65)
#373652
(55,54,82)
#4B4A63
(75,74,99)
#5F5E74
(95,94,116)
#737285
(115,114,133)
#878696
(135,134,150)
#9B9AA7
(155,154,167)
#AFAEB8
(175,174,184)
#C3C2C9
(195,194,201)
#D7D6DA
(215,214,218)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #232241 color. Also use rgb(35,34,65) instead hex code.

Text Font Color

.myTextColor { color: #232241; }

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

This text font color is #232241.


Background Color

.myBgColor { background-color: #232241; }

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

This div background color is #232241.


Border color

.myBorderColor { border: 1px solid #232241; }

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

This div border color is #232241.


Opacity

.myOpacity80 { color: #232241; opacity: 0.8; }

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

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

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

This text has shadow with #232241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #232241 on black background.


Color preview on white background

This text has color #232241 on white background.



Black color preview on #232241 background

This text has black color on #232241 background.


White color preview on #232241 background

This text has white color on #232241 background.