#20656F

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

Shades of Allports #20656F

Tints of Allports #20656F

Color information

#20656F (or 0x20656F) is unknown color: approx Allports. HEX triplet: 20, 65 and 6F. RGB value is (32,101,111). Sum of RGB (Red+Green+Blue) = 32+101+111=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 101 (39.84% from 255 or 41.39% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 111 - color contains mainly: blue. Hex color #20656F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20656F is #DF9A90. Grayscale: #515151. Windows color (decimal): -14654097 or 7300384. OLE color: 7300384.

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

Color convert

RGB32101111-
CMYK0.710.0900.56
HSL187.59º55.24%28.04%-
HSV(B)187.59º71.17%43.53%-
XYZ8.1210.7616.69-
YUV81.51144.6492.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.11%
GREEN value IS 101 (39.84% from 255) = 41.39%
BLUE value IS 111 (43.75% from 255) = 45.49%
R=13.11%
G=41.39%
B=45.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal321011110.710.0900.56187.5955.2428.04
Hex20656F479038bc371c
Octal40145157107110702746734
Binary100000110010111011111000111100101110001011110011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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