#216047

Color #216047 Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #216047

Tints of Evening Sea #216047

Color information

#216047 (or 0x216047) is unknown color: approx Evening Sea. HEX triplet: 21, 60 and 47. RGB value is (33,96,71). Sum of RGB (Red+Green+Blue) = 33+96+71=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 71 (28.12% from 255 or 35.5% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #216047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216047 is #DE9FB8. Grayscale: #4A4A4A. Windows color (decimal): -14589881 or 4677665. OLE color: 4677665.

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

Color convert

RGB339671-
CMYK0.6600.260.62
HSL156.19º48.84%25.29%-
HSV(B)156.19º65.62%37.65%-
XYZ5.959.147.41-
YUV74.31126.1398.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.5%
GREEN value IS 96 (37.89% from 255) = 48%
BLUE value IS 71 (28.12% from 255) = 35.5%
R=16.5%
G=48%
B=35.5%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3396710.6600.260.62156.1948.8425.29
Hex2160474201A3E9c3119
Octal41140107102032762346131
Binary1000011100000100011110000100110101111101001110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216047; }

 p { color: rgb(33,96,71); }

 H1.HeaderClassName
 {
   color: #216047;
 }
 .AnyTagClassName
 {
   color: #216047;
 }
</style>
background-color css

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

 a { background-color: rgb(33,96,71); }

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

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

 span { border-color: rgb(33,96,71); }

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