Html Css Color HEX #227071 Elm

📋 copy color: '#227071'

red 34 ◦ green 112 ◦ blue 113

#227071
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #227071

Tints of Elm #227071

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 value IS 0.70

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#227071 (or 0x227071) is known color: 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

RGB 34 112 113 -
CMYK 0.70 0.01 0 0.56
HSL 180.76º 0.54% 0.29% -
HSV(B) 180.76º 0.7% 0.44% -
XYZ 9.43 13.12 17.66 -
YUV 88.79 141.66 88.92 -
System Red Green Blue C M Y K H S L
Decimal 34 112 113 0.70 0.01 0 0.56 180.76 0.54 0.29
Hex 22 70 71 46 1 0 38 B5 36 1D
Octal 42 160 161 106 1 0 70 265 66 35
Binary 100010 1110000 1110001 1000110 1 0 111000 10110101 110110 11101

Color Harmonies of #227071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227071

Black with #227071

Text Example


Text Example

White with #227071

Text Example


Text Example

HTML Codes & Css Web 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>