#205349

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

Shades of Evening Sea #205349

Tints of Evening Sea #205349

Color information

#205349 (or 0x205349) is unknown color: approx Evening Sea. HEX triplet: 20, 53 and 49. RGB value is (32,83,73). Sum of RGB (Red+Green+Blue) = 32+83+73=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #205349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205349 is #DFACB6. Grayscale: #424242. Windows color (decimal): -14658743 or 4805408. OLE color: 4805408.

HSL color Cylindrical-coordinate representation of color #205349: hue angle of 168.24º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #205349 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB328373-
CMYK0.6100.120.67
HSL168.24º44.35%22.55%-
HSV(B)168.24º61.45%32.55%-
XYZ4.896.977.39-
YUV66.61131.6103.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.02%
GREEN value IS 83 (32.81% from 255) = 44.15%
BLUE value IS 73 (28.91% from 255) = 38.83%
R=17.02%
G=44.15%
B=38.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3283730.6100.120.67168.2444.3522.55
Hex2053493D0C43a82c17
Octal40123111750141032505427
Binary100000101001110010011111010110010000111010100010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205349; }

 p { color: rgb(32,83,73); }

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

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

 a { background-color: rgb(32,83,73); }

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

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

 span { border-color: rgb(32,83,73); }

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