#217374

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

Shades of Elm #217374

Tints of Elm #217374

Color information

#217374 (or 0x217374) is unknown color: approx Elm. HEX triplet: 21, 73 and 74. RGB value is (33,115,116). Sum of RGB (Red+Green+Blue) = 33+115+116=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #217374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217374 is #DE8C8B. Grayscale: #5A5A5A. Windows color (decimal): -14584972 or 7631649. OLE color: 7631649.

HSL color Cylindrical-coordinate representation of color #217374: hue angle of 180.72º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217374 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB33115116-
CMYK0.720.0100.55
HSL180.72º55.7%29.22%-
HSV(B)180.72º71.55%45.49%-
XYZ9.9113.8518.67-
YUV90.6142.3386.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.5%
GREEN value IS 115 (45.31% from 255) = 43.56%
BLUE value IS 116 (45.70% from 255) = 43.94%
R=12.5%
G=43.56%
B=43.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal331151160.720.0100.55180.7255.729.22
Hex217374481037b5381d
Octal4116316411010672657035
Binary100001111001111101001001000101101111011010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217374; }

 p { color: rgb(33,115,116); }

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

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

 a { background-color: rgb(33,115,116); }

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

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

 span { border-color: rgb(33,115,116); }

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