Html Css Color HEX #218882 Elm

📋 copy color: '#218882'

red 33 ◦ green 136 ◦ blue 130

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

Shades of Elm #218882

Tints of Elm #218882

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.48%

 BLUE value IS 130 (51.17% from 255) = 43.48%

R = 11.04%
G = 45.48%
B = 43.48%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#218882 (or 0x218882) is known color: Elm. HEX triplet: 21, 88 and 82. RGB value is (33,136,130). Sum of RGB (Red+Green+Blue) = 33+136+130=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #218882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218882 is #DE777D. Grayscale: #686868. Windows color (decimal): -14579582 or 8554529. OLE color: 8554529.

HSL color Cylindrical-coordinate representation of color #218882: hue angle of 176.5º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218882 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 136 130 -
CMYK 0.76 0 0.04 0.47
HSL 176.5º 0.61% 0.33% -
HSV(B) 176.5º 0.76% 0.53% -
XYZ 13.46 19.54 24.18 -
YUV 104.52 142.38 76.99 -
System Red Green Blue C M Y K H S L
Decimal 33 136 130 0.76 0 0.04 0.47 176.5 0.61 0.33
Hex 21 88 82 4C 0 4 2F B1 3D 21
Octal 41 210 202 114 0 4 57 261 75 41
Binary 100001 10001000 10000010 1001100 0 100 101111 10110001 111101 100001

Color Harmonies of #218882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218882

Black with #218882

Text Example


Text Example

White with #218882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218882; }

 p { color: rgb(33,136,130); }

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

background-color css

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

 a { background-color: rgb(33,136,130); }

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

border-color css

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

 span { border-color: rgb(33,136,130); }

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