#227071

Color #227071 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #227071

Tints of Elm #227071

Color information

#227071 (or 0x227071) is unknown color: approx Elm. HEX triplet: 22, 70 and 71. RGB value is (34,112,113). Sum of RGB (Red+Green+Blue) = 34+112+113=259 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.13% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: blue. Hex color #227071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227071 is #DD8F8E. Grayscale: #585858. Windows color (decimal): -14520207 or 7434274. OLE color: 7434274.

HSL color Cylindrical-coordinate representation of color #227071: hue angle of 180.76º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #227071 is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB34112113-
CMYK0.700.0100.56
HSL180.76º53.74%28.82%-
HSV(B)180.76º69.91%44.31%-
XYZ9.4313.1217.66-
YUV88.79141.6688.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 13.13%
GREEN value IS 112 (44.14% from 255) = 43.24%
BLUE value IS 113 (44.53% from 255) = 43.63%
R=13.13%
G=43.24%
B=43.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal341121130.700.0100.56180.7653.7428.82
Hex227071461038b5361d
Octal4216016110610702656635
Binary100010111000011100011000110101110001011010111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227071; }

 p { color: rgb(34,112,113); }

 H1.HeaderClassName
 {
   color: #227071;
 }
 .AnyTagClassName
 {
   color: #227071;
 }
</style>
background-color css

<style>
 a { background-color: #227071; }

 a { background-color: rgb(34,112,113); }

 div.DivClassName
 {
   background-color: #227071;
 }
 .BgClassName
 {
   background-color: #227071;
 }
</style>
border-color css

<style>
 span { border-color: #227071; }

 span { border-color: rgb(34,112,113); }

 td.TdClassName
 {
   border-color: #227071;
 }
 .TagClassName
 {
   border-color: #227071;
 }
</style>