Html Css Color HEX #217774 Elm

📋 copy color: '#217774'

red 33 ◦ green 119 ◦ blue 116

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

Shades of Elm #217774

Tints of Elm #217774

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.4%

 BLUE value IS 116 (45.7% from 255) = 43.28%

R = 12.31%
G = 44.4%
B = 43.28%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#217774 (or 0x217774) is known color: Elm. HEX triplet: 21, 77 and 74. RGB value is (33,119,116). Sum of RGB (Red+Green+Blue) = 33+119+116=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #217774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217774 is #DE888B. Grayscale: #5C5C5C. Windows color (decimal): -14583948 or 7632673. OLE color: 7632673.

HSL color Cylindrical-coordinate representation of color #217774: hue angle of 177.91º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217774 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 119 116 -
CMYK 0.72 0 0.03 0.53
HSL 177.91º 0.57% 0.3% -
HSV(B) 177.91º 0.72% 0.47% -
XYZ 10.38 14.78 18.83 -
YUV 92.94 141.01 85.24 -
System Red Green Blue C M Y K H S L
Decimal 33 119 116 0.72 0 0.03 0.53 177.91 0.57 0.3
Hex 21 77 74 48 0 3 35 B2 39 1E
Octal 41 167 164 110 0 3 65 262 71 36
Binary 100001 1110111 1110100 1001000 0 11 110101 10110010 111001 11110

Color Harmonies of #217774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217774

Black with #217774

Text Example


Text Example

White with #217774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217774; }

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

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

background-color css

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

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

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

border-color css

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

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

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