COLOR #223B4B

HEX: #223B4B
RGB: (34,59,75)

Color info

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

RGB color model

#223B4B color RGB value is (34,59,75).

  • red value is 34;
  • green value is 59;
  • blue value is 75.
RGB:
(34,59,75)
(13%,23%,29%)

RGB channels and saturation

R 34 of 255 = 13%
G 59 of 255 = 23%
B 75 of 255 = 29%

34
59
75

R + G + B ~ 22%. #223B4B is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 59 + 75 = 168 (100%)
R 34 of 168 ~ 20.24%
G 59 of 168 ~ 35.12%
B 75 of 168 ~ 44.64%

%20.24
%35.12
%44.64

CMYK color model

#223B4B color CMYK value is (55,21,0,71).

  • cyan value is 54.67%
  • magenta value is 21.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(55,21,0,71)
C55M21Y0K71 
(55%,21%,0%,71%)
(0.55/0.21/0.00/0.71)	

CMYK percentages

%54.67
%21.33
%0
%70.59

Codes

Color #223B4B in popluar color models

223B4B
RGB345975
HSL203°37.61%21.37%
HSB/HSV203°54.67%29.41%
CMYK54.67%21.33%0.00%
70.59%

Color #223B4B in popluar number systems.

HEX223B4B
Decimal345975
Binary1000101110111001011
Octal4273113

Shades and tints

Shades of #223B4B

#223B4B
(34,59,75)
#1F3645
(31,54,69)
#1C313F
(28,49,63)
#192C39
(25,44,57)
#162733
(22,39,51)
#13222D
(19,34,45)
#101D27
(16,29,39)
#0D1821
(13,24,33)
#0A131B
(10,19,27)
#070E15
(7,14,21)
#04090F
(4,9,15)
#000000
(0,0,0)

Tints of #223B4B

#223B4B
(34,59,75)
#364C5B
(54,76,91)
#4A5D6B
(74,93,107)
#5E6E7B
(94,110,123)
#727F8B
(114,127,139)
#86909B
(134,144,155)
#9AA1AB
(154,161,171)
#AEB2BB
(174,178,187)
#C2C3CB
(194,195,203)
#D6D4DB
(214,212,219)
#EAE5EB
(234,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #223B4B color. Also use rgb(34,59,75) instead hex code.

Text Font Color

.myTextColor { color: #223B4B; }

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

This text font color is #223B4B.


Background Color

.myBgColor { background-color: #223B4B; }

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

This div background color is #223B4B.


Border color

.myBorderColor { border: 1px solid #223B4B; }

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

This div border color is #223B4B.


Opacity

.myOpacity80 { color: #223B4B; opacity: 0.8; }

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

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

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

This text has shadow with #223B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223B4B on black background.


Color preview on white background

This text has color #223B4B on white background.



Black color preview on #223B4B background

This text has black color on #223B4B background.


White color preview on #223B4B background

This text has white color on #223B4B background.