#206348

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

Shades of Evening Sea #206348

Tints of Evening Sea #206348

Color information

#206348 (or 0x206348) is unknown color: approx Evening Sea. HEX triplet: 20, 63 and 48. RGB value is (32,99,72). Sum of RGB (Red+Green+Blue) = 32+99+72=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #206348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206348 is #DF9CB7. Grayscale: #4B4B4B. Windows color (decimal): -14654648 or 4743968. OLE color: 4743968.

HSL color Cylindrical-coordinate representation of color #206348: hue angle of 155.82º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #206348 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB329972-
CMYK0.6800.270.61
HSL155.82º51.15%25.69%-
HSV(B)155.82º67.68%38.82%-
XYZ6.239.77.67-
YUV75.89125.896.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.76%
GREEN value IS 99 (39.06% from 255) = 48.77%
BLUE value IS 72 (28.52% from 255) = 35.47%
R=15.76%
G=48.77%
B=35.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3299720.6800.270.61155.8251.1525.69
Hex2063484401B3D9c331a
Octal40143110104033752346332
Binary1000001100011100100010001000110111111011001110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206348; }

 p { color: rgb(32,99,72); }

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

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

 a { background-color: rgb(32,99,72); }

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

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

 span { border-color: rgb(32,99,72); }

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