COLOR #231D6D

HEX: #231D6D RGB: (35,29,109)

Color info

#231D6D contains mainly blue color. Web safe color of #231D6D is #333366 (or #336).

RGB color model

#231D6D color RGB value is (35,29,109).

RGB: (35,29,109) (14%, 11%, 43%)

RGB channels and saturation

R 35 of 255 = 14%
G 29 of 255 = 11%
B 109 of 255 = 43%

35
29
109

R + G + B ~ 23%. #231D6D is dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 29 + 109 = 173 (100%)
R 35 of 173 ~ 20.23%
G 29 of 173 ~ 16.76%
B 109 of 173 ~ 63.01'%

%20.23
%16.76
%63.01

CMYK color model

#231D6D color CMYK value is (68,73,0,57).

  • cyan value is 67.89%
  • magenta value is 73.39%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (68,73,0,57)
C68M73Y0K57 (68%, 73%, 0%, 57%)
(0.68 / 0.73 / 0.00 / 0.57)

CMYK percentages

%67.89
%73.39
%0
%57.25

Codes

Color #231D6D in popluar color models

23 1D 6D
RGB 35 29 109
HSL 245° 57.97% 27.06%
HSB/HSV 245° 73.39% 42.75%
CMYK 67.89% 73.39% 0.00%
57.25%

Color #231D6D in popluar number systems.

HEX 23 1D 6D
Decimal 35 29 109
Binary 100011 11101 1101101
Octal 43 35 155

Shades and tints

Shades of #231D6D

#231D6D
(35,29,109)
#201B64
(32,27,100)
#1D195B
(29,25,91)
#1A1752
(26,23,82)
#171549
(23,21,73)
#141340
(20,19,64)
#111137
(17,17,55)
#0E0F2E
(14,15,46)
#0B0D25
(11,13,37)
#080B1C
(8,11,28)
#050913
(5,9,19)
#000000
(0,0,0)

Tints of #231D6D

#231D6D
(35,29,109)
#37317A
(55,49,122)
#4B4587
(75,69,135)
#5F5994
(95,89,148)
#736DA1
(115,109,161)
#8781AE
(135,129,174)
#9B95BB
(155,149,187)
#AFA9C8
(175,169,200)
#C3BDD5
(195,189,213)
#D7D1E2
(215,209,226)
#EBE5EF
(235,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #231D6D color. Also use rgb(35,29,109) instead hex code.

Text Font Color

.myTextColor { color: #231D6D; }

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

This text font color is #231D6D.

Background Color

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

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

This div background color is #231D6D.

Border color

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

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

This div border color is #231D6D.

Opacity

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

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

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

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

This text has shadow with #231D6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #231D6D.

Preview

Color preview on black background

This text has color #231D6D on black background.


Color preview on white background

This text has color #231D6D on white background.


Black color preview on #231D6D background

This text has black color on #231D6D background.


White color preview on #231D6D background

This text has white color on #231D6D background.


Related colors

Complementary color

Complementary color for #hex is #DCE292.


I love getcolorcode.com

Triadic colors

1 #6D231D and #1D6D23 with #231D6D are triadic colors.

2 #6D1D23 and #1D236D with #231D6D are triadic colors.