#206482

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

Shades of Allports #206482

Tints of Allports #206482

Color information

#206482 (or 0x206482) is unknown color: approx Allports. HEX triplet: 20, 64 and 82. RGB value is (32,100,130). Sum of RGB (Red+Green+Blue) = 32+100+130=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 130 - color contains mainly: blue. Hex color #206482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206482 is #DF9B7D. Grayscale: #525252. Windows color (decimal): -14654334 or 8545312. OLE color: 8545312.

HSL color Cylindrical-coordinate representation of color #206482: hue angle of 198.37º 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 #206482 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB32100130-
CMYK0.750.2300.49
HSL198.37º60.49%31.76%-
HSV(B)198.37º75.38%50.98%-
XYZ9.1811.0322.76-
YUV83.09154.4791.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.21%
GREEN value IS 100 (39.45% from 255) = 38.17%
BLUE value IS 130 (51.17% from 255) = 49.62%
R=12.21%
G=38.17%
B=49.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal321001300.750.2300.49198.3760.4931.76
Hex2064824B17031c63c20
Octal40144202113270613067440
Binary100000110010010000010100101110111011000111000110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206482; }

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

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

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

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

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

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

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

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