COLOR #231C48

HEX: #231C48
RGB: (35,28,72)

Color info

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

RGB color model

#231C48 color RGB value is (35,28,72).

  • red value is 35;
  • green value is 28;
  • blue value is 72.
RGB:
(35,28,72)
(14%,11%,28%)

RGB channels and saturation

R 35 of 255 = 14%
G 28 of 255 = 11%
B 72 of 255 = 28%

35
28
72

R + G + B ~ 18%. #231C48 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 28 + 72 = 135 (100%)
R 35 of 135 ~ 25.93%
G 28 of 135 ~ 20.74%
B 72 of 135 ~ 53.33%

%25.93
%20.74
%53.33

CMYK color model

#231C48 color CMYK value is (51,61,0,72).

  • cyan value is 51.39%
  • magenta value is 61.11%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(51,61,0,72)
C51M61Y0K72 
(51%,61%,0%,72%)
(0.51/0.61/0.00/0.72)	

CMYK percentages

%51.39
%61.11
%0
%71.76

Codes

Color #231C48 in popluar color models

231C48
RGB352872
HSL250°44.00%19.61%
HSB/HSV250°61.11%28.24%
CMYK51.39%61.11%0.00%
71.76%

Color #231C48 in popluar number systems.

HEX231C48
Decimal352872
Binary100011111001001000
Octal4334110

Shades and tints

Shades of #231C48

#231C48
(35,28,72)
#201A42
(32,26,66)
#1D183C
(29,24,60)
#1A1636
(26,22,54)
#171430
(23,20,48)
#14122A
(20,18,42)
#111024
(17,16,36)
#0E0E1E
(14,14,30)
#0B0C18
(11,12,24)
#080A12
(8,10,18)
#05080C
(5,8,12)
#000000
(0,0,0)

Tints of #231C48

#231C48
(35,28,72)
#373058
(55,48,88)
#4B4468
(75,68,104)
#5F5878
(95,88,120)
#736C88
(115,108,136)
#878098
(135,128,152)
#9B94A8
(155,148,168)
#AFA8B8
(175,168,184)
#C3BCC8
(195,188,200)
#D7D0D8
(215,208,216)
#EBE4E8
(235,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #231C48 color. Also use rgb(35,28,72) instead hex code.

Text Font Color

.myTextColor { color: #231C48; }

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

This text font color is #231C48.


Background Color

.myBgColor { background-color: #231C48; }

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

This div background color is #231C48.


Border color

.myBorderColor { border: 1px solid #231C48; }

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

This div border color is #231C48.


Opacity

.myOpacity80 { color: #231C48; opacity: 0.8; }

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

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

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

This text has shadow with #231C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231C48 on black background.


Color preview on white background

This text has color #231C48 on white background.



Black color preview on #231C48 background

This text has black color on #231C48 background.


White color preview on #231C48 background

This text has white color on #231C48 background.