Html Css Color HEX #216249 Evening Sea

📋 copy color: '#216249'

red 33 ◦ green 98 ◦ blue 73

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

Shades of Evening Sea #216249

Tints of Evening Sea #216249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.04%

 BLUE value IS 73 (28.91% from 255) = 35.78%

R = 16.18%
G = 48.04%
B = 35.78%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#216249 (or 0x216249) is known color: Evening Sea. HEX triplet: 21, 62 and 49. RGB value is (33,98,73). Sum of RGB (Red+Green+Blue) = 33+98+73=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 98 - color contains mainly: green. Hex color #216249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216249 is #DE9DB6. Grayscale: #4B4B4B. Windows color (decimal): -14589367 or 4809249. OLE color: 4809249.

HSL color Cylindrical-coordinate representation of color #216249: hue angle of 156.92º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #216249 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 98 73 -
CMYK 0.66 0 0.26 0.62
HSL 156.92º 0.5% 0.26% -
HSV(B) 156.92º 0.66% 0.38% -
XYZ 6.2 9.54 7.82 -
YUV 75.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 33 98 73 0.66 0 0.26 0.62 156.92 0.5 0.26
Hex 21 62 49 42 0 1A 3E 9D 32 1A
Octal 41 142 111 102 0 32 76 235 62 32
Binary 100001 1100010 1001001 1000010 0 11010 111110 10011101 110010 11010

Color Harmonies of #216249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216249

Black with #216249

Text Example


Text Example

White with #216249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216249; }

 p { color: rgb(33,98,73); }

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

background-color css

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

 a { background-color: rgb(33,98,73); }

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

border-color css

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

 span { border-color: rgb(33,98,73); }

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