#21847E

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

Shades of Elm #21847E

Tints of Elm #21847E

Color information

#21847E (or 0x21847E) is unknown color: approx Elm. HEX triplet: 21, 84 and 7E. RGB value is (33,132,126). Sum of RGB (Red+Green+Blue) = 33+132+126=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 126 (49.61% from 255 or 43.30% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #21847E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21847E is #DE7B81. Grayscale: #656565. Windows color (decimal): -14580610 or 8291361. OLE color: 8291361.

HSL color Cylindrical-coordinate representation of color #21847E: hue angle of 176.36º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21847E is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB33132126-
CMYK0.7500.050.48
HSL176.36º60%32.35%-
HSV(B)176.36º75%51.76%-
XYZ12.6418.3322.61-
YUV101.72141.778.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.34%
GREEN value IS 132 (51.95% from 255) = 45.36%
BLUE value IS 126 (49.61% from 255) = 43.30%
R=11.34%
G=45.36%
B=43.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal331321260.7500.050.48176.366032.35
Hex21847E4B0530b03c20
Octal4120417611305602607440
Binary1000011000010011111101001011010111000010110000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21847E; }

 p { color: rgb(33,132,126); }

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

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

 a { background-color: rgb(33,132,126); }

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

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

 span { border-color: rgb(33,132,126); }

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