Html Css Color HEX #218580 Elm

📋 copy color: '#218580'

red 33 ◦ green 133 ◦ blue 128

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

Shades of Elm #218580

Tints of Elm #218580

RGB

 RED value IS 33 (13.28% from 255) = 11.22%

 GREEN value IS 133 (52.34% from 255) = 45.24%

 BLUE value IS 128 (50.39% from 255) = 43.54%

R = 11.22%
G = 45.24%
B = 43.54%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#218580 (or 0x218580) is known color: Elm. HEX triplet: 21, 85 and 80. RGB value is (33,133,128). Sum of RGB (Red+Green+Blue) = 33+133+128=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #218580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218580 is #DE7A7F. Grayscale: #666666. Windows color (decimal): -14580352 or 8422689. OLE color: 8422689.

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

Color convert

RGB 33 133 128 -
CMYK 0.75 0 0.04 0.48
HSL 177º 0.6% 0.33% -
HSV(B) 177º 0.75% 0.52% -
XYZ 12.91 18.66 23.34 -
YUV 102.53 142.37 78.41 -
System Red Green Blue C M Y K H S L
Decimal 33 133 128 0.75 0 0.04 0.48 177 0.6 0.33
Hex 21 85 80 4B 0 4 30 B1 3C 21
Octal 41 205 200 113 0 4 60 261 74 41
Binary 100001 10000101 10000000 1001011 0 100 110000 10110001 111100 100001

Color Harmonies of #218580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218580

Black with #218580

Text Example


Text Example

White with #218580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218580; }

 p { color: rgb(33,133,128); }

 H1.HeaderClassName
 {
   color: #218580;
 }
 .AnyTagClassName
 {
   color: #218580;
 }
</style>

background-color css

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

 a { background-color: rgb(33,133,128); }

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

border-color css

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

 span { border-color: rgb(33,133,128); }

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