Html Css Color HEX #218783 Elm

📋 copy color: '#218783'

red 33 ◦ green 135 ◦ blue 131

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

Shades of Elm #218783

Tints of Elm #218783

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.15%

 BLUE value IS 131 (51.56% from 255) = 43.81%

R = 11.04%
G = 45.15%
B = 43.81%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#218783 (or 0x218783) is known color: Elm. HEX triplet: 21, 87 and 83. RGB value is (33,135,131). Sum of RGB (Red+Green+Blue) = 33+135+131=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 135 - color contains mainly: green. Hex color #218783 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218783 is #DE787C. Grayscale: #676767. Windows color (decimal): -14579837 or 8619809. OLE color: 8619809.

HSL color Cylindrical-coordinate representation of color #218783: hue angle of 177.65º 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 #218783 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 135 131 -
CMYK 0.76 0 0.03 0.47
HSL 177.65º 0.61% 0.33% -
HSV(B) 177.65º 0.76% 0.53% -
XYZ 13.39 19.29 24.49 -
YUV 104.05 143.21 77.33 -
System Red Green Blue C M Y K H S L
Decimal 33 135 131 0.76 0 0.03 0.47 177.65 0.61 0.33
Hex 21 87 83 4C 0 3 2F B2 3D 21
Octal 41 207 203 114 0 3 57 262 75 41
Binary 100001 10000111 10000011 1001100 0 11 101111 10110010 111101 100001

Color Harmonies of #218783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218783

Black with #218783

Text Example


Text Example

White with #218783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218783; }

 p { color: rgb(33,135,131); }

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

background-color css

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

 a { background-color: rgb(33,135,131); }

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

border-color css

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

 span { border-color: rgb(33,135,131); }

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