COLOR #232253

HEX: #232253
RGB: (35,34,83)

Color info

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

RGB color model

#232253 color RGB value is (35,34,83).

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

RGB channels and saturation

R 35 of 255 = 14%
G 34 of 255 = 13%
B 83 of 255 = 33%

35
34
83

R + G + B ~ 20%. #232253 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 34 + 83 = 152 (100%)
R 35 of 152 ~ 23.03%
G 34 of 152 ~ 22.37%
B 83 of 152 ~ 54.61%

%23.03
%22.37
%54.61

CMYK color model

#232253 color CMYK value is (58,59,0,67).

  • cyan value is 57.83%
  • magenta value is 59.04%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(58,59,0,67)
C58M59Y0K67 
(58%,59%,0%,67%)
(0.58/0.59/0.00/0.67)	

CMYK percentages

%57.83
%59.04
%0
%67.45

Codes

Color #232253 in popluar color models

232253
RGB353483
HSL241°41.88%22.94%
HSB/HSV241°59.04%32.55%
CMYK57.83%59.04%0.00%
67.45%

Color #232253 in popluar number systems.

HEX232253
Decimal353483
Binary1000111000101010011
Octal4342123

Shades and tints

Shades of #232253

#232253
(35,34,83)
#201F4C
(32,31,76)
#1D1C45
(29,28,69)
#1A193E
(26,25,62)
#171637
(23,22,55)
#141330
(20,19,48)
#111029
(17,16,41)
#0E0D22
(14,13,34)
#0B0A1B
(11,10,27)
#080714
(8,7,20)
#05040D
(5,4,13)
#000000
(0,0,0)

Tints of #232253

#232253
(35,34,83)
#373662
(55,54,98)
#4B4A71
(75,74,113)
#5F5E80
(95,94,128)
#73728F
(115,114,143)
#87869E
(135,134,158)
#9B9AAD
(155,154,173)
#AFAEBC
(175,174,188)
#C3C2CB
(195,194,203)
#D7D6DA
(215,214,218)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #232253; }

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

This text font color is #232253.


Background Color

.myBgColor { background-color: #232253; }

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

This div background color is #232253.


Border color

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

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

This div border color is #232253.


Opacity

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

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

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

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

This text has shadow with #232253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #232253 on black background.


Color preview on white background

This text has color #232253 on white background.



Black color preview on #232253 background

This text has black color on #232253 background.


White color preview on #232253 background

This text has white color on #232253 background.