COLOR #22377B

HEX: #22377B RGB: (34,55,123)

Color info

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

RGB color model

#22377B color RGB value is (34,55,123).

RGB: (34,55,123) (13%, 22%, 48%)

RGB channels and saturation

R 34 of 255 = 13%
G 55 of 255 = 22%
B 123 of 255 = 48%

34
55
123

R + G + B ~ 28%. #22377B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 34 + 55 + 123 = 212 (100%)
R 34 of 212 ~ 16.04%
G 55 of 212 ~ 25.94%
B 123 of 212 ~ 58.02'%

%16.04
%25.94
%58.02

CMYK color model

#22377B color CMYK value is (72,55,0,52).

  • cyan value is 72.36%
  • magenta value is 55.28%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (72,55,0,52)
C72M55Y0K52 (72%, 55%, 0%, 52%)
(0.72 / 0.55 / 0.00 / 0.52)

CMYK percentages

%72.36
%55.28
%0
%51.76

Codes

Color #22377B in popluar color models

22 37 7B
RGB 34 55 123
HSL 226° 56.69% 30.78%
HSB/HSV 226° 72.36% 48.24%
CMYK 72.36% 55.28% 0.00%
51.76%

Color #22377B in popluar number systems.

HEX 22 37 7B
Decimal 34 55 123
Binary 100010 110111 1111011
Octal 42 67 173

Shades and tints

Shades of #22377B

#22377B
(34,55,123)
#1F3270
(31,50,112)
#1C2D65
(28,45,101)
#19285A
(25,40,90)
#16234F
(22,35,79)
#131E44
(19,30,68)
#101939
(16,25,57)
#0D142E
(13,20,46)
#0A0F23
(10,15,35)
#070A18
(7,10,24)
#04050D
(4,5,13)
#000000
(0,0,0)

Tints of #22377B

#22377B
(34,55,123)
#364987
(54,73,135)
#4A5B93
(74,91,147)
#5E6D9F
(94,109,159)
#727FAB
(114,127,171)
#8691B7
(134,145,183)
#9AA3C3
(154,163,195)
#AEB5CF
(174,181,207)
#C2C7DB
(194,199,219)
#D6D9E7
(214,217,231)
#EAEBF3
(234,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #22377B color. Also use rgb(34,55,123) instead hex code.

Text Font Color

.myTextColor { color: #22377B; }

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

This text font color is #22377B.

Background Color

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

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

This div background color is #22377B.

Border color

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

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

This div border color is #22377B.

Opacity

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

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

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

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

This text has shadow with #22377B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #22377B.

Preview

Color preview on black background

This text has color #22377B on black background.


Color preview on white background

This text has color #22377B on white background.


Black color preview on #22377B background

This text has black color on #22377B background.


White color preview on #22377B background

This text has white color on #22377B background.


Related colors

Complementary color

Complementary color for #hex is #DDC884.


I love getcolorcode.com

Triadic colors

1 #7B2237 and #377B22 with #22377B are triadic colors.

2 #7B3722 and #37227B with #22377B are triadic colors.