COLOR #232959

HEX: #232959
RGB: (35,41,89)

Color info

#232959 contains red, green and blue colors in about the same proportion. Web safe color of #232959 is #333366 (or #336).

RGB color model

#232959 color RGB value is (35,41,89).

  • red value is 35;
  • green value is 41;
  • blue value is 89.
RGB:
(35,41,89)
(14%,16%,35%)

RGB channels and saturation

R 35 of 255 = 14%
G 41 of 255 = 16%
B 89 of 255 = 35%

35
41
89

R + G + B ~ 22%. #232959 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 41 + 89 = 165 (100%)
R 35 of 165 ~ 21.21%
G 41 of 165 ~ 24.85%
B 89 of 165 ~ 53.94%

%21.21
%24.85
%53.94

CMYK color model

#232959 color CMYK value is (61,54,0,65).

  • cyan value is 60.67%
  • magenta value is 53.93%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(61,54,0,65)
C61M54Y0K65 
(61%,54%,0%,65%)
(0.61/0.54/0.00/0.65)	

CMYK percentages

%60.67
%53.93
%0
%65.1

Codes

Color #232959 in popluar color models

232959
RGB354189
HSL233°43.55%24.31%
HSB/HSV233°60.67%34.90%
CMYK60.67%53.93%0.00%
65.10%

Color #232959 in popluar number systems.

HEX232959
Decimal354189
Binary1000111010011011001
Octal4351131

Shades and tints

Shades of #232959

#232959
(35,41,89)
#202651
(32,38,81)
#1D2349
(29,35,73)
#1A2041
(26,32,65)
#171D39
(23,29,57)
#141A31
(20,26,49)
#111729
(17,23,41)
#0E1421
(14,20,33)
#0B1119
(11,17,25)
#080E11
(8,14,17)
#050B09
(5,11,9)
#000000
(0,0,0)

Tints of #232959

#232959
(35,41,89)
#373C68
(55,60,104)
#4B4F77
(75,79,119)
#5F6286
(95,98,134)
#737595
(115,117,149)
#8788A4
(135,136,164)
#9B9BB3
(155,155,179)
#AFAEC2
(175,174,194)
#C3C1D1
(195,193,209)
#D7D4E0
(215,212,224)
#EBE7EF
(235,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #232959 color. Also use rgb(35,41,89) instead hex code.

Text Font Color

.myTextColor { color: #232959; }

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

This text font color is #232959.


Background Color

.myBgColor { background-color: #232959; }

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

This div background color is #232959.


Border color

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

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

This div border color is #232959.


Opacity

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

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

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

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

This text has shadow with #232959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #232959 on black background.


Color preview on white background

This text has color #232959 on white background.



Black color preview on #232959 background

This text has black color on #232959 background.


White color preview on #232959 background

This text has white color on #232959 background.