COLOR #223D63

HEX: #223D63
RGB: (34,61,99)

Color info

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

RGB color model

#223D63 color RGB value is (34,61,99).

  • red value is 34;
  • green value is 61;
  • blue value is 99.
RGB:
(34,61,99)
(13%,24%,39%)

RGB channels and saturation

R 34 of 255 = 13%
G 61 of 255 = 24%
B 99 of 255 = 39%

34
61
99

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

Portions of RGB colors in percentages

R + G + B =
34 + 61 + 99 = 194 (100%)
R 34 of 194 ~ 17.53%
G 61 of 194 ~ 31.44%
B 99 of 194 ~ 51.03%

%17.53
%31.44
%51.03

CMYK color model

#223D63 color CMYK value is (66,38,0,61).

  • cyan value is 65.66%
  • magenta value is 38.38%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(66,38,0,61)
C66M38Y0K61 
(66%,38%,0%,61%)
(0.66/0.38/0.00/0.61)	

CMYK percentages

%65.66
%38.38
%0
%61.18

Codes

Color #223D63 in popluar color models

223D63
RGB346199
HSL215°48.87%26.08%
HSB/HSV215°65.66%38.82%
CMYK65.66%38.38%0.00%
61.18%

Color #223D63 in popluar number systems.

HEX223D63
Decimal346199
Binary1000101111011100011
Octal4275143

Shades and tints

Shades of #223D63

#223D63
(34,61,99)
#1F385A
(31,56,90)
#1C3351
(28,51,81)
#192E48
(25,46,72)
#16293F
(22,41,63)
#132436
(19,36,54)
#101F2D
(16,31,45)
#0D1A24
(13,26,36)
#0A151B
(10,21,27)
#071012
(7,16,18)
#040B09
(4,11,9)
#000000
(0,0,0)

Tints of #223D63

#223D63
(34,61,99)
#364E71
(54,78,113)
#4A5F7F
(74,95,127)
#5E708D
(94,112,141)
#72819B
(114,129,155)
#8692A9
(134,146,169)
#9AA3B7
(154,163,183)
#AEB4C5
(174,180,197)
#C2C5D3
(194,197,211)
#D6D6E1
(214,214,225)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #223D63 color. Also use rgb(34,61,99) instead hex code.

Text Font Color

.myTextColor { color: #223D63; }

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

This text font color is #223D63.


Background Color

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

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

This div background color is #223D63.


Border color

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

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

This div border color is #223D63.


Opacity

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

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

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

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

This text has shadow with #223D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223D63 on black background.


Color preview on white background

This text has color #223D63 on white background.



Black color preview on #223D63 background

This text has black color on #223D63 background.


White color preview on #223D63 background

This text has white color on #223D63 background.