#206582

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

Shades of Allports #206582

Tints of Allports #206582

Color information

#206582 (or 0x206582) is unknown color: approx Allports. HEX triplet: 20, 65 and 82. RGB value is (32,101,130). Sum of RGB (Red+Green+Blue) = 32+101+130=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #206582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206582 is #DF9A7D. Grayscale: #535353. Windows color (decimal): -14654078 or 8545568. OLE color: 8545568.

HSL color Cylindrical-coordinate representation of color #206582: hue angle of 197.76º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #206582 is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB32101130-
CMYK0.750.2200.49
HSL197.76º60.49%31.76%-
HSV(B)197.76º75.38%50.98%-
XYZ9.2811.2322.8-
YUV83.68154.1491.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.17%
GREEN value IS 101 (39.84% from 255) = 38.40%
BLUE value IS 130 (51.17% from 255) = 49.43%
R=12.17%
G=38.40%
B=49.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal321011300.750.2200.49197.7660.4931.76
Hex2065824B16031c63c20
Octal40145202113260613067440
Binary100000110010110000010100101110110011000111000110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206582; }

 p { color: rgb(32,101,130); }

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

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

 a { background-color: rgb(32,101,130); }

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

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

 span { border-color: rgb(32,101,130); }

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