#21694D

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

Shades of Evening Sea #21694D

Tints of Evening Sea #21694D

Color information

#21694D (or 0x21694D) is unknown color: approx Evening Sea. HEX triplet: 21, 69 and 4D. RGB value is (33,105,77). Sum of RGB (Red+Green+Blue) = 33+105+77=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 105 (41.41% from 255 or 48.84% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 105 - color contains mainly: green. Hex color #21694D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21694D is #DE96B2. Grayscale: #505050. Windows color (decimal): -14587571 or 5073185. OLE color: 5073185.

HSL color Cylindrical-coordinate representation of color #21694D: hue angle of 156.67º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21694D is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB3310577-
CMYK0.6900.270.59
HSL156.67º52.17%27.06%-
HSV(B)156.67º68.57%41.18%-
XYZ7.0210.968.77-
YUV80.28126.1594.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.35%
GREEN value IS 105 (41.41% from 255) = 48.84%
BLUE value IS 77 (30.47% from 255) = 35.81%
R=15.35%
G=48.84%
B=35.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33105770.6900.270.59156.6752.1727.06
Hex21694D4501B3B9d341b
Octal41151115105033732356433
Binary1000011101001100110110001010110111110111001110111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21694D; }

 p { color: rgb(33,105,77); }

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

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

 a { background-color: rgb(33,105,77); }

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

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

 span { border-color: rgb(33,105,77); }

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