#20656D

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

Shades of Allports #20656D

Tints of Allports #20656D

Color information

#20656D (or 0x20656D) is unknown color: approx Allports. HEX triplet: 20, 65 and 6D. RGB value is (32,101,109). Sum of RGB (Red+Green+Blue) = 32+101+109=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #20656D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20656D is #DF9A92. Grayscale: #515151. Windows color (decimal): -14654099 or 7169312. OLE color: 7169312.

HSL color Cylindrical-coordinate representation of color #20656D: hue angle of 186.23º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20656D is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB32101109-
CMYK0.710.0700.57
HSL186.23º54.61%27.65%-
HSV(B)186.23º70.64%42.75%-
XYZ8.0110.7216.11-
YUV81.28143.6492.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.22%
GREEN value IS 101 (39.84% from 255) = 41.74%
BLUE value IS 109 (42.97% from 255) = 45.04%
R=13.22%
G=41.74%
B=45.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal321011090.710.0700.57186.2354.6127.65
Hex20656D477039ba371c
Octal4014515510770712726734
Binary10000011001011101101100011111101110011011101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20656D; }

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

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

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

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

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

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

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

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