COLOR #23336B

HEX: #23336B RGB: (35,51,107)

Color info

#23336B contains mainly green and blue colors. Web safe color of #23336B is #333366 (or #336).

RGB color model

#23336B color RGB value is (35,51,107).

RGB: (35,51,107) (14%, 20%, 42%)

RGB channels and saturation

R 35 of 255 = 14%
G 51 of 255 = 20%
B 107 of 255 = 42%

35
51
107

R + G + B ~ 25%. #23336B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 51 + 107 = 193 (100%)
R 35 of 193 ~ 18.13%
G 51 of 193 ~ 26.42%
B 107 of 193 ~ 55.44'%

%18.13
%26.42
%55.44

CMYK color model

#23336B color CMYK value is (67,52,0,58).

  • cyan value is 67.29%
  • magenta value is 52.34%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK: (67,52,0,58) C67M52Y0K58 (67%,52%,0%,58%) (0.67/0.52/0.00/0.58) 

CMYK percentages

%67.29
%52.34
%0
%58.04

Codes

Color #23336B in popluar color models

23 33 6B
RGB 35 51 107
HSL 227° 50.70% 27.84%
HSB/HSV 227° 67.29% 41.96%
CMYK 67.29% 52.34% 0.00%
58.04%

Color #23336B in popluar number systems.

HEX 23 33 6B
Decimal 35 51 107
Binary 100011 110011 1101011
Octal 43 63 153

Shades and tints

Shades of #23336B

#23336B
(35,51,107)
#202F62
(32,47,98)
#1D2B59
(29,43,89)
#1A2750
(26,39,80)
#172347
(23,35,71)
#141F3E
(20,31,62)
#111B35
(17,27,53)
#0E172C
(14,23,44)
#0B1323
(11,19,35)
#080F1A
(8,15,26)
#050B11
(5,11,17)
#000000
(0,0,0)

Tints of #23336B

#23336B
(35,51,107)
#374578
(55,69,120)
#4B5785
(75,87,133)
#5F6992
(95,105,146)
#737B9F
(115,123,159)
#878DAC
(135,141,172)
#9B9FB9
(155,159,185)
#AFB1C6
(175,177,198)
#C3C3D3
(195,195,211)
#D7D5E0
(215,213,224)
#EBE7ED
(235,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #23336B color. Also use rgb(35,51,107) instead hex code.

Text Font Color

.myTextColor { color: #23336B; }

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

This text font color is #23336B.

Background Color

.myBgColor { background-color: #23336B; }

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

This div background color is #23336B.

Border color

.myBorderColor { border: 1px solid #23336B; }

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

This div border color is #23336B.

Opacity

.myOpacity80 { color: #23336B; opacity: 0.8; }

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

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

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

This text has shadow with #23336B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #23336B.

Preview

Color preview on black background

This text has color #23336B on black background.


Color preview on white background

This text has color #23336B on white background.


Black color preview on #23336B background

This text has black color on #23336B background.


White color preview on #23336B background

This text has white color on #23336B background.


Related colors

Complementary color

Complementary color for #hex is #DCCC94.


I love getcolorcode.com

Triadic colors

1 #6B2333 and #336B23 with #23336B are triadic colors.

2 #6B3323 and #33236B with #23336B are triadic colors.