#206588

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

Shades of Allports #206588

Tints of Allports #206588

Color information

#206588 (or 0x206588) is unknown color: approx Allports. HEX triplet: 20, 65 and 88. RGB value is (32,101,136). Sum of RGB (Red+Green+Blue) = 32+101+136=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #206588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206588 is #DF9A77. Grayscale: #545454. Windows color (decimal): -14654072 or 8938784. OLE color: 8938784.

HSL color Cylindrical-coordinate representation of color #206588: hue angle of 200.19º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #206588 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB32101136-
CMYK0.760.2600.47
HSL200.19º61.9%32.94%-
HSV(B)200.19º76.47%53.33%-
XYZ9.6911.3924.98-
YUV84.36157.1490.65-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.90%
GREEN value IS 101 (39.84% from 255) = 37.55%
BLUE value IS 136 (53.52% from 255) = 50.56%
R=11.90%
G=37.55%
B=50.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal321011360.760.2600.47200.1961.932.94
Hex2065884C1A02Fc83e21
Octal40145210114320573107641
Binary100000110010110001000100110011010010111111001000111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206588; }

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

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

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

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

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

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

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

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