COLOR #233379

HEX: #233379 RGB: (35,51,121)

Color info

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

RGB color model

#233379 color RGB value is (35,51,121).

RGB: (35,51,121) (14%, 20%, 47%)

RGB channels and saturation

R 35 of 255 = 14%
G 51 of 255 = 20%
B 121 of 255 = 47%

35
51
121

R + G + B ~ 27%. #233379 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 51 + 121 = 207 (100%)
R 35 of 207 ~ 16.91%
G 51 of 207 ~ 24.64%
B 121 of 207 ~ 58.45'%

%16.91
%24.64
%58.45

CMYK color model

#233379 color CMYK value is (71,58,0,53).

  • cyan value is 71.07%
  • magenta value is 57.85%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (71,58,0,53)
C71M58Y0K53 (71%, 58%, 0%, 53%)
(0.71 / 0.58 / 0.00 / 0.53)

CMYK percentages

%71.07
%57.85
%0
%52.55

Codes

Color #233379 in popluar color models

23 33 79
RGB 35 51 121
HSL 229° 55.13% 30.59%
HSB/HSV 229° 71.07% 47.45%
CMYK 71.07% 57.85% 0.00%
52.55%

Color #233379 in popluar number systems.

HEX 23 33 79
Decimal 35 51 121
Binary 100011 110011 1111001
Octal 43 63 171

Shades and tints

Shades of #233379

#233379
(35,51,121)
#202F6E
(32,47,110)
#1D2B63
(29,43,99)
#1A2758
(26,39,88)
#17234D
(23,35,77)
#141F42
(20,31,66)
#111B37
(17,27,55)
#0E172C
(14,23,44)
#0B1321
(11,19,33)
#080F16
(8,15,22)
#050B0B
(5,11,11)
#000000
(0,0,0)

Tints of #233379

#233379
(35,51,121)
#374585
(55,69,133)
#4B5791
(75,87,145)
#5F699D
(95,105,157)
#737BA9
(115,123,169)
#878DB5
(135,141,181)
#9B9FC1
(155,159,193)
#AFB1CD
(175,177,205)
#C3C3D9
(195,195,217)
#D7D5E5
(215,213,229)
#EBE7F1
(235,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #233379; }

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

This text font color is #233379.

Background Color

.myBgColor { background-color: #233379; }

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

This div background color is #233379.

Border color

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

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

This div border color is #233379.

Opacity

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

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

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

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

This text has shadow with #233379 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #233379.

Preview

Color preview on black background

This text has color #233379 on black background.


Color preview on white background

This text has color #233379 on white background.


Black color preview on #233379 background

This text has black color on #233379 background.


White color preview on #233379 background

This text has white color on #233379 background.


Related colors

Complementary color

Complementary color for #hex is #DCCC86.


I love getcolorcode.com

Triadic colors

1 #792333 and #337923 with #233379 are triadic colors.

2 #793323 and #332379 with #233379 are triadic colors.