#206485

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

Shades of Allports #206485

Tints of Allports #206485

Color information

#206485 (or 0x206485) is unknown color: approx Allports. HEX triplet: 20, 64 and 85. RGB value is (32,100,133). Sum of RGB (Red+Green+Blue) = 32+100+133=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #206485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206485 is #DF9B7A. Grayscale: #535353. Windows color (decimal): -14654331 or 8741920. OLE color: 8741920.

HSL color Cylindrical-coordinate representation of color #206485: hue angle of 199.6º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #206485 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB32100133-
CMYK0.760.2500.48
HSL199.6º61.21%32.35%-
HSV(B)199.6º75.94%52.16%-
XYZ9.3911.1123.84-
YUV83.43155.9791.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.08%
GREEN value IS 100 (39.45% from 255) = 37.74%
BLUE value IS 133 (52.34% from 255) = 50.19%
R=12.08%
G=37.74%
B=50.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal321001330.760.2500.48199.661.2132.35
Hex2064854C19030c83d20
Octal40144205114310603107540
Binary100000110010010000101100110011001011000011001000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206485; }

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

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

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

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

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

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

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

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