COLOR #223C61

HEX: #223C61 RGB: (34,60,97)

Color info

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

RGB color model

#223C61 color RGB value is (34,60,97).

RGB: (34,60,97) (13%, 24%, 38%)

RGB channels and saturation

R 34 of 255 = 13%
G 60 of 255 = 24%
B 97 of 255 = 38%

34
60
97

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

Portions of RGB colors in percentages

R + G + B = 34 + 60 + 97 = 191 (100%)
R 34 of 191 ~ 17.8%
G 60 of 191 ~ 31.41%
B 97 of 191 ~ 50.79'%

%17.8
%31.41
%50.79

CMYK color model

#223C61 color CMYK value is (65,38,0,62).

  • cyan value is 64.95%
  • magenta value is 38.14%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (65,38,0,62)
C65M38Y0K62 (65%, 38%, 0%, 62%)
(0.65 / 0.38 / 0.00 / 0.62)

CMYK percentages

%64.95
%38.14
%0
%61.96

Codes

Color #223C61 in popluar color models

22 3C 61
RGB 34 60 97
HSL 215° 48.09% 25.69%
HSB/HSV 215° 64.95% 38.04%
CMYK 64.95% 38.14% 0.00%
61.96%

Color #223C61 in popluar number systems.

HEX 22 3C 61
Decimal 34 60 97
Binary 100010 111100 1100001
Octal 42 74 141

Shades and tints

Shades of #223C61

#223C61
(34,60,97)
#1F3759
(31,55,89)
#1C3251
(28,50,81)
#192D49
(25,45,73)
#162841
(22,40,65)
#132339
(19,35,57)
#101E31
(16,30,49)
#0D1929
(13,25,41)
#0A1421
(10,20,33)
#070F19
(7,15,25)
#040A11
(4,10,17)
#000000
(0,0,0)

Tints of #223C61

#223C61
(34,60,97)
#364D6F
(54,77,111)
#4A5E7D
(74,94,125)
#5E6F8B
(94,111,139)
#728099
(114,128,153)
#8691A7
(134,145,167)
#9AA2B5
(154,162,181)
#AEB3C3
(174,179,195)
#C2C4D1
(194,196,209)
#D6D5DF
(214,213,223)
#EAE6ED
(234,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #223C61 color. Also use rgb(34,60,97) instead hex code.

Text Font Color

.myTextColor { color: #223C61; }

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

This text font color is #223C61.

Background Color

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

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

This div background color is #223C61.

Border color

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

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

This div border color is #223C61.

Opacity

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

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

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

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

This text has shadow with #223C61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #223C61.

Preview

Color preview on black background

This text has color #223C61 on black background.


Color preview on white background

This text has color #223C61 on white background.


Black color preview on #223C61 background

This text has black color on #223C61 background.


White color preview on #223C61 background

This text has white color on #223C61 background.


Related colors

Complementary color

Complementary color for #hex is #DDC39E.


I love getcolorcode.com

Triadic colors

1 #61223C and #3C6122 with #223C61 are triadic colors.

2 #613C22 and #3C2261 with #223C61 are triadic colors.