#20647F

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

Shades of Allports #20647F

Tints of Allports #20647F

Color information

#20647F (or 0x20647F) is unknown color: approx Allports. HEX triplet: 20, 64 and 7F. RGB value is (32,100,127). Sum of RGB (Red+Green+Blue) = 32+100+127=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 100 (39.45% from 255 or 38.61% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #20647F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20647F is #DF9B80. Grayscale: #525252. Windows color (decimal): -14654337 or 8348704. OLE color: 8348704.

HSL color Cylindrical-coordinate representation of color #20647F: hue angle of 197.05º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20647F is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB32100127-
CMYK0.750.2100.50
HSL197.05º59.75%31.18%-
HSV(B)197.05º74.8%49.8%-
XYZ8.9810.9521.72-
YUV82.75152.9791.8-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.36%
GREEN value IS 100 (39.45% from 255) = 38.61%
BLUE value IS 127 (50% from 255) = 49.03%
R=12.36%
G=38.61%
B=49.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal321001270.750.2100.50197.0559.7531.18
Hex20647F4B15032c53c1f
Octal40144177113250623057437
Binary1000001100100111111110010111010101100101100010111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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