COLOR #227090

HEX: #227090
RGB: (34,112,144)

Color info

#227090 contains mainly green and blue colors. Web safe color of #227090 is #336699 (or #369).

RGB color model

#227090 color RGB value is (34,112,144).

  • red value is 34;
  • green value is 112;
  • blue value is 144.
RGB:
(34,112,144)
(13%,44%,56%)

RGB channels and saturation

R 34 of 255 = 13%
G 112 of 255 = 44%
B 144 of 255 = 56%

34
112
144

R + G + B ~ 38%. #227090 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 112 + 144 = 290 (100%)
R 34 of 290 ~ 11.72%
G 112 of 290 ~ 38.62%
B 144 of 290 ~ 49.66%

%11.72
%38.62
%49.66

CMYK color model

#227090 color CMYK value is (76,22,0,44).

  • cyan value is 76.39%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(76,22,0,44)
C76M22Y0K44 
(76%,22%,0%,44%)
(0.76/0.22/0.00/0.44)	

CMYK percentages

%76.39
%22.22
%0
%43.53

Codes

Color #227090 in popluar color models

227090
RGB34112144
HSL197°61.80%34.90%
HSB/HSV197°76.39%56.47%
CMYK76.39%22.22%0.00%
43.53%

Color #227090 in popluar number systems.

HEX227090
Decimal34112144
Binary100010111000010010000
Octal42160220

Shades and tints

Shades of #227090

#227090
(34,112,144)
#1F6683
(31,102,131)
#1C5C76
(28,92,118)
#195269
(25,82,105)
#16485C
(22,72,92)
#133E4F
(19,62,79)
#103442
(16,52,66)
#0D2A35
(13,42,53)
#0A2028
(10,32,40)
#07161B
(7,22,27)
#040C0E
(4,12,14)
#000000
(0,0,0)

Tints of #227090

#227090
(34,112,144)
#367D9A
(54,125,154)
#4A8AA4
(74,138,164)
#5E97AE
(94,151,174)
#72A4B8
(114,164,184)
#86B1C2
(134,177,194)
#9ABECC
(154,190,204)
#AECBD6
(174,203,214)
#C2D8E0
(194,216,224)
#D6E5EA
(214,229,234)
#EAF2F4
(234,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #227090 color. Also use rgb(34,112,144) instead hex code.

Text Font Color

.myTextColor { color: #227090; }

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

This text font color is #227090.


Background Color

.myBgColor { background-color: #227090; }

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

This div background color is #227090.


Border color

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

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

This div border color is #227090.


Opacity

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

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

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

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

This text has shadow with #227090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #227090 on black background.


Color preview on white background

This text has color #227090 on white background.



Black color preview on #227090 background

This text has black color on #227090 background.


White color preview on #227090 background

This text has white color on #227090 background.